Initial commit
This commit is contained in:
commit
ce17800973
3 changed files with 231 additions and 0 deletions
24
waybar/style.css
Normal file
24
waybar/style.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
* {
|
||||
font: bold 14px monospace;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#workspaces button.focused, #battery.charging, #battery.charging.warning {
|
||||
background-color: lightgreen;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#workspaces button.urgent, #battery.warning {
|
||||
background-color: red;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#workspaces button, #mode, #mpris, #privacy, #network, #wireplumber, #backlight, #battery, #clock {
|
||||
background-color: darkgreen;
|
||||
border-radius: 10px;
|
||||
padding: 0 8px;
|
||||
margin: 0 2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue