diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-12 08:55:36 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-12 08:55:36 +0900 |
| commit | f0c4a223a66b9416b8e3bd0f3b900fd8edce5929 (patch) | |
| tree | ba200f4eb537090af3fd398454393258a34d3b54 | |
| parent | 02b29bff49c86ee66058fd25d1190317a9c56b5c (diff) | |
updated waybar modules - scrollable workspace
| -rw-r--r-- | config/waybar/configs/config-Left | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-Right | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-default | 2 | ||||
| -rw-r--r-- | config/waybar/modules | 45 |
4 files changed, 28 insertions, 23 deletions
diff --git a/config/waybar/configs/config-Left b/config/waybar/configs/config-Left index e692801f..8f24d7c1 100644 --- a/config/waybar/configs/config-Left +++ b/config/waybar/configs/config-Left @@ -19,7 +19,7 @@ ], "modules-center": [ - "hyprland/workspaces#2", + "hyprland/workspaces", ], "modules-right": [ diff --git a/config/waybar/configs/config-Right b/config/waybar/configs/config-Right index ee928a4b..ab9307e7 100644 --- a/config/waybar/configs/config-Right +++ b/config/waybar/configs/config-Right @@ -19,7 +19,7 @@ ], "modules-center": [ - "hyprland/workspaces#2", + "hyprland/workspaces", ], "modules-right": [ diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index 2d88c80a..c3e705a6 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -14,7 +14,7 @@ "margin-right": 8, "modules-left": [ - "hyprland/workspaces", + "hyprland/workspaces#3", "custom/separator#dot-line", "cpu", "custom/separator#dot-line", diff --git a/config/waybar/modules b/config/waybar/modules index fc0e7db4..301b6b90 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -1,69 +1,75 @@ +//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// + { -// HYPRLAND WORKSPACES. CHOOSE as required +// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs // CIRCLES Style - "hyprland/workspaces": { - "all-outputs": true, +"hyprland/workspaces": { + "active-only": false, + "all-outputs": true, "format": "{icon}", + "show-special": false, "on-click": "activate", -"on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "persistent_workspaces": { "1": [], "2": [], "3": [], "4": [], - "5": [] + "5": [], }, "format-icons": { "active": "", "default": "", + }, }, - "active-only": false, - "all-outputs": true -}, - // ROMAN Numerals style "hyprland/workspaces#2": { "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":{ "1": [], "2": [], "3": [], "4": [], - "5": [] + "5": [], }, "format-icons": { "1": "I", "2": "II", "3": "III", "4": "IV", - "5": "V" + "5": "V", - } + }, }, - // PACMAN Style "hyprland/workspaces#3": { "active-only":false, "all-outputs": true, "format": "{icon}", "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "show-special": false, "persistent_workspaces":{ "1": [], "2": [], "3": [], "4": [], - "5": [] + "5": [], }, "format": "{icon}", "format-icons": { "active": " ", "default": " ", - "persistent":"" - } + "persistent":"", + }, }, // NUMBERS and ICONS style @@ -73,6 +79,8 @@ //"format": " {icon} ", "show-special": false, "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", "all-outputs": true, "sort-by-number": true, "format-icons": { @@ -88,11 +96,8 @@ "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, |
