add(waybar): #special workspace

This commit is contained in:
kenji
2025-12-28 14:16:48 -06:00
parent 25f838b454
commit 51685d59f2
+16 -6
View File
@@ -17,7 +17,7 @@
spacing = 0;
height = 26;
modules-left = ["custom/omarchy" "hyprland/workspaces"];
modules-left = ["custom/omarchy" "hyprland/workspaces" "hyprland/workspaces#special"];
modules-center = ["clock" "custom/update" "custom/screenrecording-indicator"];
modules-right = [
"group/tray-expander"
@@ -30,9 +30,8 @@
"hyprland/workspaces" = {
on-click = "activate";
show-special = true;
show-special = false;
all-outputs = true;
ignore-workspaces = ["special:preload"];
format = "{icon}";
format-icons = {
"default" = "";
@@ -47,9 +46,6 @@
"9" = "9";
"10" = "0";
"active" = "󱓻";
"youtube" = "󰗃";
"music" = "󰎆";
"steam" = "󰓓";
};
persistent-workspaces = {
"1" = [];
@@ -60,6 +56,20 @@
};
};
"hyprland/workspaces#special" = {
on-click = "activate";
show-special = true;
special-visible-only = true;
all-outputs = true;
ignore-workspaces = ["1" "2" "3" "4" "5" "6" "7" "8" "9" "10"];
format = "{icon}";
format-icons = {
"special:youtube" = "󰗃";
"special:music" = "󰎆";
"special:steam" = "󰓓";
};
};
"custom/omarchy" = {
format = "";
on-click = "omarchy-menu";