Initial commit

This commit is contained in:
steven 2025-03-22 22:05:44 -04:00
commit ce17800973
3 changed files with 231 additions and 0 deletions

24
waybar/style.css Normal file
View 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;
}