2024-11-18 21:13 : id 194

This commit is contained in:
deadvey 2024-11-18 21:13:26 +00:00
parent 0dc582bc5b
commit 78b2851c9f

View File

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