9 changed files with 675 additions and 35 deletions
@ -0,0 +1,77 @@
|
||||
* { |
||||
font-size: 13px; |
||||
font-family: monospace; |
||||
} |
||||
|
||||
window#waybar { |
||||
background: #282828; |
||||
color: #fbf1c7; |
||||
} |
||||
|
||||
#custom-right-arrow-dark, |
||||
#custom-left-arrow-dark { |
||||
color: #1d2021; |
||||
} |
||||
#custom-right-arrow-light, |
||||
#custom-left-arrow-light { |
||||
color: #282828; |
||||
background: #1d2021; |
||||
} |
||||
|
||||
#workspaces, |
||||
#window, |
||||
#clock.0, |
||||
#clock.2, |
||||
#clock.3, |
||||
#pulseaudio, |
||||
#memory, |
||||
#custom-top, |
||||
#battery, |
||||
#custom-disk, |
||||
#custom-network, |
||||
#tray { |
||||
background: #1d2021; |
||||
} |
||||
|
||||
#workspaces button { |
||||
padding: 0 2px; |
||||
color: #a89984; |
||||
} |
||||
#workspaces button.focused { |
||||
color: #fabd2f; |
||||
font-weight: bold; |
||||
/* border-bottom: 2px solid #fabd2f; */ |
||||
} |
||||
#workspaces button:hover { |
||||
box-shadow: inherit; |
||||
text-shadow: inherit; |
||||
} |
||||
#workspaces button:hover { |
||||
background: #1d2021; |
||||
border: #1d2021; |
||||
padding: 0 3px; |
||||
} |
||||
|
||||
/* Right-side widgets: lighter sandy yellow */ |
||||
#window, |
||||
#clock, |
||||
#pulseaudio, |
||||
#memory, |
||||
#custom-top, |
||||
#battery, |
||||
#custom-disk, |
||||
#custom-network, |
||||
#tray { |
||||
color: #f5d67b; |
||||
} |
||||
|
||||
#window, |
||||
#clock, |
||||
#pulseaudio, |
||||
#memory, |
||||
#custom-top, |
||||
#battery, |
||||
#custom-disk, |
||||
#custom-network { |
||||
padding: 0 10px; |
||||
} |
||||
Loading…
Reference in new issue