diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 19:05:46 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 19:05:46 +0900 |
| commit | a0ec6493d68afb247e67fdd0fd08517396f5aba4 (patch) | |
| tree | 7df96f6ee4e506a4389b7ae4a29d1128e3f708bb /config/waybar/configs/Chrysanthemum | |
| parent | aca8e5dfe8d930ab1be3575408158e8147b42f11 (diff) | |
just some small cleanup
Diffstat (limited to 'config/waybar/configs/Chrysanthemum')
| -rw-r--r-- | config/waybar/configs/Chrysanthemum | 137 |
1 files changed, 65 insertions, 72 deletions
diff --git a/config/waybar/configs/Chrysanthemum b/config/waybar/configs/Chrysanthemum index 95c6686a..598a666f 100644 --- a/config/waybar/configs/Chrysanthemum +++ b/config/waybar/configs/Chrysanthemum @@ -5,83 +5,79 @@ //* --- 👍 designed by https://github.com/Krautt 👍 --- */ { - - - "include": "~/.config/waybar/modules", - "layer": "top", - //"mode": "dock", - "exclusive": true, - "passthrough": false, - "position": "top", - "spacing": 5, - "fixed-center": false, - "ipc": true, - "margin-top": 0, - "margin-bottom": 5, +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 5, +"fixed-center": false, +"ipc": true, +"margin-top": 0, +//"margin-bottom": 5, - "modules-left": ["clock#gar","tray"], - - "modules-center": ["hyprland/workspaces#gar"], +"modules-left": ["clock#gar","tray"], + +"modules-center": ["hyprland/workspaces#gar"], - "modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], +// M O D U L E S // - // M O D U L E S // +"hyprland/workspaces#gar": { + "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": [], +}, + "format-icons": { + "active": "", + "default": "", + } +}, - "hyprland/workspaces#gar": { - "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": [], - }, - "format-icons": { - "active": "", - "default": "", - } - - }, +"clock#gar": { + "format": "{:%a %d | %H:%M}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, - "clock#gar": { - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" - }, +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, - "hyprland/window#gar": { - "format": "{}", - "max-length": 60 - }, +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, - "tray#gar": { - "icon-size": 15, - "spacing": 10 +"pulseaudio#gar": { + "format": "{icon} {volume}%", + "format-bluetooth": "{icon} {volume}%", + "format-bluetooth-muted": " {icon}", + "format-muted": "", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] }, - - "pulseaudio#gar": { - "format": "{icon} {volume}%", - "format-bluetooth": "{icon} {volume}%", - "format-bluetooth-muted": " {icon}", - "format-muted": "", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", "", ""] - }, - "on-click": "pamixer --toggle-mute", -"on-click-right": "pavucontrol", -"tooltip": false + "on-click": "pamixer --toggle-mute", + "on-click-right": "pavucontrol", + "tooltip": false }, "backlight#gar": { @@ -90,7 +86,6 @@ "format-icons": ["", ""] }, - "battery#gar": { "interval": 60, "align": 0, @@ -115,7 +110,5 @@ "tooltip-format": "{timeTo} {power}w", "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", -}, - - +}, }
\ No newline at end of file |
