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 From 48f23f4f8b1668671feaced68d7a8fe95ab8a6c4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 17:46:36 +0900 Subject: small update for waybar workspace numbers --- config/waybar/ModulesWorkspaces | 4 ++-- config/waybar/configs/[TOP] Default Laptop_v5 | 2 +- config/waybar/configs/[TOP] Default_v5 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/waybar/ModulesWorkspaces') diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 4118775c..8219d295 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -140,8 +140,8 @@ "default": "", }, }, -// number styles -"hyprland/workspaces#number": { +// numbers styles +"hyprland/workspaces#numbers": { "active-only": false, "all-outputs": true, "format": "{icon}", diff --git a/config/waybar/configs/[TOP] Default Laptop_v5 b/config/waybar/configs/[TOP] Default Laptop_v5 index a83427ce..9e9febc1 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#number", + "hyprland/workspaces#numbers", "clock", "custom/separator#dot-line", "custom/weather", diff --git a/config/waybar/configs/[TOP] Default_v5 b/config/waybar/configs/[TOP] Default_v5 index da70845b..4c6a5aba 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#number", + "hyprland/workspaces#numbers", "clock", "custom/separator#dot-line", "custom/weather", -- cgit v1.2.3