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" = {
|
"wlr/workspaces" = {
|
||||||
all-outputs = false;
|
all-outputs = false;
|
||||||
# disable-scroll = true;
|
# disable-scroll = true;
|
||||||
|
on-click = "activate";
|
||||||
format = "{icon} {name}";
|
format = "{icon} {name}";
|
||||||
sort-by-number = true;
|
sort-by-number = true;
|
||||||
format-icons = {
|
format-icons = {
|
||||||
|
@ -361,7 +362,7 @@ in
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused, #workspaces button.active {
|
||||||
border-color: #4c7899;
|
border-color: #4c7899;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #285577;
|
background-color: #285577;
|
||||||
|
|
Loading…
Reference in a new issue