diff options
| author | installer <installer@gmail.com> | 2025-02-11 00:54:48 +0900 |
|---|---|---|
| committer | installer <installer@gmail.com> | 2025-02-11 00:54:48 +0900 |
| commit | 90623057bbfd7e9d010cbb316947467884e3b774 (patch) | |
| tree | 6f5a258a812e7194cffae356ca2c1d4a34c95d60 | |
| parent | 40abfe9cbc5d35fe7118bb8ff7e7974bfeb13e1a (diff) | |
added persitent workspaces in rw waybabr default 5, which I also made it as default
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 3 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default Laptop_v5 | 2 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v5 | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 79a5eeae..f6071a69 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -175,6 +175,9 @@ "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "*": 5 + }, "format": "{icon} {windows}", "format-window-separator": " ", "window-rewrite-default": " ", diff --git a/config/waybar/configs/[TOP] Default Laptop_v5 b/config/waybar/configs/[TOP] Default Laptop_v5 index 9e9febc1..2ef7b933 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v5 +++ b/config/waybar/configs/[TOP] Default Laptop_v5 @@ -34,7 +34,7 @@ "custom/separator#blank", "custom/swaync", "custom/separator#dot-line", - "hyprland/workspaces#numbers", + "hyprland/workspaces#rw", "clock", "custom/separator#dot-line", "custom/weather", diff --git a/config/waybar/configs/[TOP] Default_v5 b/config/waybar/configs/[TOP] Default_v5 index 4c6a5aba..a8a9601a 100644 --- a/config/waybar/configs/[TOP] Default_v5 +++ b/config/waybar/configs/[TOP] Default_v5 @@ -34,7 +34,7 @@ "custom/separator#blank", "custom/swaync", "custom/separator#dot-line", - "hyprland/workspaces#numbers", + "hyprland/workspaces#rw", "clock", "custom/separator#dot-line", "custom/weather", |
