add(waybar): #special workspace
This commit is contained in:
+16
-6
@@ -17,7 +17,7 @@
|
|||||||
spacing = 0;
|
spacing = 0;
|
||||||
height = 26;
|
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-center = ["clock" "custom/update" "custom/screenrecording-indicator"];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"group/tray-expander"
|
"group/tray-expander"
|
||||||
@@ -30,9 +30,8 @@
|
|||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
show-special = true;
|
show-special = false;
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
ignore-workspaces = ["special:preload"];
|
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"default" = "";
|
"default" = "";
|
||||||
@@ -47,9 +46,6 @@
|
|||||||
"9" = "9";
|
"9" = "9";
|
||||||
"10" = "0";
|
"10" = "0";
|
||||||
"active" = "";
|
"active" = "";
|
||||||
"youtube" = "";
|
|
||||||
"music" = "";
|
|
||||||
"steam" = "";
|
|
||||||
};
|
};
|
||||||
persistent-workspaces = {
|
persistent-workspaces = {
|
||||||
"1" = [];
|
"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" = {
|
"custom/omarchy" = {
|
||||||
format = "";
|
format = "";
|
||||||
on-click = "omarchy-menu";
|
on-click = "omarchy-menu";
|
||||||
|
|||||||
Reference in New Issue
Block a user