mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
waybar: added persistent workspaces and new workspace icons
This commit is contained in:
parent
d218618121
commit
15f2409027
|
@ -34,7 +34,12 @@
|
|||
|
||||
"hyprland/workspaces" = {
|
||||
"all-outputs" = true;
|
||||
"format" = "";
|
||||
"format" = "{icon}";
|
||||
"format-icons" = {
|
||||
"default" = "";
|
||||
"active" = "";
|
||||
};
|
||||
"persistent-workspaces" = { "*" = 4; };
|
||||
};
|
||||
"hyprland/window" = { "max-length" = 100; };
|
||||
"clock" = {
|
||||
|
@ -72,7 +77,7 @@
|
|||
"handsfree" = "";
|
||||
"headset" = "";
|
||||
};
|
||||
"ignored-sinks" = ["Easy Effects Sink"];
|
||||
"ignored-sinks" = [ "Easy Effects Sink" ];
|
||||
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
|
||||
};
|
||||
"network" = {
|
||||
|
|
Loading…
Reference in a new issue