From e93998627a5ebab8e3d6538d2f557bc4513910ef Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 16:11:30 +0900 Subject: added waybar styles and configs and normal number workspaces --- config/waybar/ModulesWorkspaces | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'config/waybar/ModulesWorkspaces') 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, -- cgit v1.2.3