domizianie
This commit is contained in:
@ -1,21 +1,24 @@
|
||||
@import "../../.cache/wal/colors-waybar.css";
|
||||
|
||||
* {
|
||||
font-size: 10px;
|
||||
font-family: Terminus;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #292b2e;
|
||||
color: #fdf6e3;
|
||||
background: @dark;
|
||||
color: @back;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
color: @back;
|
||||
background: @dark;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #292b2e;
|
||||
background: #1a1a1a;
|
||||
color: @dark;
|
||||
background: @back;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
@ -28,7 +31,17 @@ window#waybar {
|
||||
#battery,
|
||||
#disk,
|
||||
#tray {
|
||||
background: #1a1a1a;
|
||||
background: @back;
|
||||
color: @dark;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background: @back;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#custom-temperature,
|
||||
@ -36,41 +49,43 @@ window#waybar {
|
||||
#custom-pressure,
|
||||
#custom-pm_25,
|
||||
#custom-pm_10 {
|
||||
background: #1a1a1a;
|
||||
background: @back;
|
||||
color: @dark;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
color: #fdf6e3;
|
||||
color: @inactive;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #268bd2;
|
||||
color: @invactive;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #1a1a1a;
|
||||
border: #1a1a1a;
|
||||
background: @background;
|
||||
border: @foreground;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #268bd2;
|
||||
color: @dark;
|
||||
}
|
||||
#memory {
|
||||
color: #2aa198;
|
||||
color: @dark;
|
||||
}
|
||||
#cpu {
|
||||
color: #6c71c4;
|
||||
color: @dark;
|
||||
}
|
||||
#battery {
|
||||
color: #859900;
|
||||
color: @dark;
|
||||
}
|
||||
#disk {
|
||||
color: #b58900;
|
||||
color: @dark;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
Reference in New Issue
Block a user