diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 16:11:30 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 16:14:19 +0900 |
| commit | e93998627a5ebab8e3d6538d2f557bc4513910ef (patch) | |
| tree | 6acf10a27c1415ae5aed20f09e70cb3b8f8b7b22 /config/waybar/ModulesWorkspaces | |
| parent | 83a8e802f03f62ebf3c75df9f0efca65517bcf65 (diff) | |
added waybar styles and configs and normal number workspaces
Diffstat (limited to 'config/waybar/ModulesWorkspaces')
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 4c25cfd1..4118775c 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -140,6 +140,31 @@ "default": "", }, }, +// number styles +"hyprland/workspaces#number": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "*": 10 + }, + "format-icons": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + }, +}, // NUMBERS and ICONS style with window rewrite "hyprland/workspaces#rw": { "disable-scroll": true, |
