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 {
background-color: transparent;
}
#workspace button {
#workspaces button {
color: #${FG};
background: transparent;
}
#workspace button:hover {
#workspaces button:hover {
color: #${ACCENT};
}
#workspace button:active {
#workspaces button:active {
color: #${SECOND_ACCENT};
}
#wornspace button:focuced {
#workspaces button:focuced {
color: #${BG};
background: #${FG};
}