fix(waybar): coloring
This commit is contained in:
parent
d687116dd4
commit
b964a7a1ab
6 changed files with 3 additions and 111 deletions
|
|
@ -72,7 +72,7 @@ bindul = , XF86AudioMute, exec, hypr volume toggle
|
|||
bindul = , XF86MonBrightnessUp, exec, hypr brightness up
|
||||
bindul = , XF86MonBrightnessDown, exec, hypr brightness down
|
||||
|
||||
bind = ALT, SPACE, exec, sherlock
|
||||
bind = ALT, SPACE, exec, rofi -show run
|
||||
bind = ALT, TAB, workspace, previous
|
||||
bind = ALT, A, cyclenext
|
||||
bind = ALT, B, exec, pkill -USR1 waybar || waybar
|
||||
|
|
|
|||
|
|
@ -1,43 +0,0 @@
|
|||
:root {
|
||||
--background: #f5f5f5;
|
||||
--foreground: #ebebeb;
|
||||
--text: #1a1a1a;
|
||||
--border: #e8e8e8;
|
||||
--tag-background: rgba(153, 153, 153, 0.2);
|
||||
--tag-color: #3b5bdb;
|
||||
--error: #c7254e;
|
||||
--warning: #996800;
|
||||
--success: #2d7f3e;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "SF Pro Display", sans-serif;
|
||||
}
|
||||
|
||||
window:not(#backdrop) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.tile {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#shortcut-holder {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#context-menu {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
image.reactive {
|
||||
-gtk-icon-filter: brightness(0);
|
||||
}
|
||||
|
||||
#search-icon-holder image {
|
||||
-gtk-icon-filter: brightness(0);
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
:root {
|
||||
--background: #121212;
|
||||
--foreground: #2d2d2d;
|
||||
--text: #e0e0e0;
|
||||
--border: #3d3d3d;
|
||||
--tag-background: rgba(102, 102, 102, 0.3);
|
||||
--tag-color: #7aa2f7;
|
||||
--error: #ff6b6b;
|
||||
--warning: #e5c07b;
|
||||
--success: #98c379;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "SF Pro Display", sans-serif;
|
||||
}
|
||||
|
||||
window:not(#backdrop) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.tile {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#shortcut-holder {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#context-menu {
|
||||
border-radius: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue