Tweak waybar workspaces for hyprland
This commit is contained in:
parent
5f49b35662
commit
b958b6d864
1 changed files with 2 additions and 1 deletions
|
@ -129,6 +129,7 @@ in
|
|||
"wlr/workspaces" = {
|
||||
all-outputs = false;
|
||||
# disable-scroll = true;
|
||||
on-click = "activate";
|
||||
format = "{icon} {name}";
|
||||
sort-by-number = true;
|
||||
format-icons = {
|
||||
|
@ -361,7 +362,7 @@ in
|
|||
color: #888888;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
#workspaces button.focused, #workspaces button.active {
|
||||
border-color: #4c7899;
|
||||
color: white;
|
||||
background-color: #285577;
|
||||
|
|
Loading…
Reference in a new issue