2024-11-18 21:12 : id 193
This commit is contained in:
parent
4515b9bb0b
commit
0dc582bc5b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user