waybar: os widget to dark text

This commit is contained in:
thomasabishop 2024-02-01 20:05:44 +00:00
parent 71616c357f
commit 97ecfdfa36

View file

@ -56,6 +56,7 @@ button {
color: #2d3436; color: #2d3436;
background-color: #abb2bf; background-color: #abb2bf;
border-radius: 4px; border-radius: 4px;
margin-right: 6px;
} }
#workspaces button.urgent { #workspaces button.urgent {
@ -246,5 +247,6 @@ label:focus {
#custom-os { #custom-os {
background-color: #61afef; background-color: #61afef;
color: #282c34;
font-size: 16px; font-size: 16px;
} }