2024-11-18 21:12 : id 193

This commit is contained in:
deadvey 2024-11-18 21:13:00 +00:00
parent 4515b9bb0b
commit 0dc582bc5b

View File

@ -240,7 +240,20 @@ in
window#waybar.main { window#waybar.main {
background-color: transparent; background-color: transparent;
} }
#workspace button, #workspace button {
color: #${FG};
background: transparent;
}
#workspace button:hover {
color: #${ACCENT};
}
#workspace button:active {
color: #${SECOND_ACCENT};
}
#wornspace button:focuced {
color: #${BG};
background: #${FG};
}
#custom-clock { #custom-clock {
color: #${FG}; color: #${FG};
background: transparent; background: transparent;