style: workspaces button color for chromium class
This commit is contained in:
parent
20cf7592aa
commit
66acaeca7f
|
@ -32,6 +32,7 @@ window#waybar.termite {
|
||||||
window#waybar.chromium {
|
window#waybar.chromium {
|
||||||
background-color: #DEE1E6;
|
background-color: #DEE1E6;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||||
|
@ -51,6 +52,10 @@ window#waybar.chromium #workspaces button {
|
||||||
border-bottom: 3px solid #ffffff;
|
border-bottom: 3px solid #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window#waybar.chromium #workspaces button.focused {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue