From 4b76376275794e81a04d50c7f15803041cc46f15 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 9 Nov 2023 16:50:44 +0900 Subject: [PATCH] Update modules --- config/waybar/modules | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index 0fc26ad..a060965 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -1,5 +1,6 @@ { - //CIRCLES +// HYPRLAND WORKSPACES. CHOOSE as required +// CIRCLES Style "hyprland/workspaces": { "all-outputs": true, "format": "{icon}", @@ -21,7 +22,7 @@ "all-outputs": true }, -//ROMAN +// ROMAN Numerals style "hyprland/workspaces#2": { "active-only":false, "all-outputs": true, @@ -43,7 +44,8 @@ } }, -//PACMAN + +// PACMAN Style "hyprland/workspaces#3": { "active-only":false, "all-outputs": true, @@ -64,6 +66,33 @@ } }, +// NUMBERS and ICONS style +"hyprland/workspaces#4": { + "format": "{name}", + //"format": " {name}:{icon} ", + //"format": " {icon} ", + "show-special": false, + "on-click": "activate", + "all-outputs": true, + "sort-by-number": true, + "format-icons": { + "1": " ", + "2": " ", + "3": " ", + "4": " ", + "5": " ", + "6": " ", + "7": "", + "8": " ", + "9": "", + "10": "10", + "focused": "", + "default": "", + }, + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", +}, + "backlight": { "interval": 2, "align": 0,