diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-09 16:50:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 16:50:44 +0900 |
| commit | 4b76376275794e81a04d50c7f15803041cc46f15 (patch) | |
| tree | 475482846a03d572d2a6e4f6d94fb8efec7bd520 | |
| parent | a54a6895607a2204df2b6810112ab3e53cc23c26 (diff) | |
Update modules
| -rw-r--r-- | config/waybar/modules | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 0fc26ad2..a060965f 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, |
