waybar: toggle light and dark theme

This commit is contained in:
2024-06-16 10:09:42 +02:00
parent e08245989a
commit 3810c83e14
5 changed files with 33 additions and 11 deletions

View File

@ -0,0 +1,12 @@
* {
background-color: #263c59;
color: #7b899d;
}
#workspaces button.active {
border-bottom: 3px solid #7b899d;
}
#workspaces button.urgent {
border-bottom: 3px solid #a65959;
}