Add persistent workspaces to waybar, style urgent ones
This commit is contained in:
@@ -30,6 +30,13 @@ window#waybar {
|
||||
background: #83a598;
|
||||
color: #282828;
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
background: #fabd2f;
|
||||
color: #282828;
|
||||
}
|
||||
#workspaces button.persistent {
|
||||
color: #32302f;
|
||||
}
|
||||
#mode {
|
||||
background: #fb4934;
|
||||
color: @theme_base_color;
|
||||
|
Reference in New Issue
Block a user