2024-11-18 21:12 : id 193
This commit is contained in:
parent
4515b9bb0b
commit
0dc582bc5b
@ -240,7 +240,20 @@ in
|
||||
window#waybar.main {
|
||||
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 {
|
||||
color: #${FG};
|
||||
background: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user