Make waybar work with hyprland
This commit is contained in:
@ -51,12 +51,20 @@ window#waybar.chromium {
|
||||
box-shadow: inset 0 -3px #ffffff;
|
||||
}
|
||||
|
||||
/* active workspace, sway */
|
||||
#workspaces button.focused {
|
||||
background-color: #f5deb3;
|
||||
color: #696969;
|
||||
box-shadow: inset 0 -3px #4b4437;
|
||||
}
|
||||
|
||||
/* active workspace, hyprland */
|
||||
#workspaces button.active {
|
||||
background-color: #f5deb3;
|
||||
color: #696969;
|
||||
box-shadow: inset 0 -3px #4b4437;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user