diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-30 12:13:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 12:13:14 +0900 |
| commit | 6c8bba4f3cdcaec0e2a978c47252b63dbcf4af38 (patch) | |
| tree | 3e33a5e4e712ed76702396feca7e433561c59ef1 /config/waybar/ModulesWorkspaces | |
| parent | fe7318f179d9e767e974e7613de3fdfdc8c3ddfd (diff) | |
| parent | bee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff) | |
Merge pull request #537 from JaKooLit/development
Development to Main
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..8219d295 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -140,6 +140,31 @@ "default": "", }, }, +// numbers styles +"hyprland/workspaces#numbers": { + "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, |
