diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-09 17:09:23 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-09 17:09:23 +0900 |
| commit | 5674c3b2a3bf11e7edc6136c9a34ee9725d159c0 (patch) | |
| tree | 8d92fe186c487094efff1135f69513d9117f7d1d /config/waybar/modules | |
| parent | 371d9c65e4e180a259a2cfea2a6b7fd424a404ef (diff) | |
update waybar styles. Thanks @Krautt
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index a060965f..75e6c7a3 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -245,45 +245,6 @@ "(.*) - kitty": "> [$1]", }, }, - -"hyprland/workspaces": { - "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", -}, - -"hyprland/workspaces#2": { - "format": "{icon}", - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "format-icons": { - "active": "", - "default": "", - }, - "active-only": false, - "all-outputs": true -}, "idle_inhibitor": { "format": "{icon}", |
