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: #85a7ad;
color: #394446;
}
#workspaces button.active {
border-bottom: 3px solid #5c6d70;
}
#workspaces button.urgent {
border-bottom: 3px solid #9e412e;
}