Compare commits
2 Commits
49ea478d57
...
51685d59f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 51685d59f2 | |||
| 25f838b454 |
@@ -28,8 +28,9 @@
|
|||||||
# Switch to the requested normal workspace
|
# Switch to the requested normal workspace
|
||||||
$HYPRCTL dispatch workspace "''${chosen_workspace_num}"
|
$HYPRCTL dispatch workspace "''${chosen_workspace_num}"
|
||||||
else
|
else
|
||||||
echo "[ERR] workspace is not special"
|
echo "[LOG] workspace is not special"
|
||||||
exit 1
|
$HYPRCTL dispatch workspace "''${chosen_workspace_num}"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
+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