waybar: added persistent workspaces and new workspace icons

This commit is contained in:
Aly Raffauf 2024-04-02 21:12:57 -04:00
parent d218618121
commit 15f2409027

View file

@ -34,7 +34,12 @@
"hyprland/workspaces" = { "hyprland/workspaces" = {
"all-outputs" = true; "all-outputs" = true;
"format" = "󰧞"; "format" = "{icon}";
"format-icons" = {
"default" = "󰝥";
"active" = "󰪥";
};
"persistent-workspaces" = { "*" = 4; };
}; };
"hyprland/window" = { "max-length" = 100; }; "hyprland/window" = { "max-length" = 100; };
"clock" = { "clock" = {
@ -72,7 +77,7 @@
"handsfree" = "󰋎"; "handsfree" = "󰋎";
"headset" = "󰋎"; "headset" = "󰋎";
}; };
"ignored-sinks" = ["Easy Effects Sink"]; "ignored-sinks" = [ "Easy Effects Sink" ];
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3"; "on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
}; };
"network" = { "network" = {