diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 17:54:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-11-15 17:54:51 +0900 |
| commit | aca8e5dfe8d930ab1be3575408158e8147b42f11 (patch) | |
| tree | bea96734f6d4a1e5d2401c7f43c0e30a79857f6e /config/waybar/configs/Gardenia | |
| parent | 4c142b3a4172db1c042455142e137fe3da93e3f7 (diff) | |
Waybar rename for easy addition
Diffstat (limited to 'config/waybar/configs/Gardenia')
| -rw-r--r-- | config/waybar/configs/Gardenia | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/config/waybar/configs/Gardenia b/config/waybar/configs/Gardenia new file mode 100644 index 00000000..6dc88edc --- /dev/null +++ b/config/waybar/configs/Gardenia @@ -0,0 +1,121 @@ +//* ----------- π« https://github.com/JaKooLit π« -------- */ +//* ............................................*/ +//* .............GARDENIA.......................*/ +//* ............................................*/ +//* --- π designed by https://github.com/Krautt π --- */ + +{ + + + "include": "~/.config/waybar/modules", + "layer": "top", + //"mode": "dock", + "exclusive": true, + "passthrough": false, + "position": "bottom", + "spacing": 5, + "fixed-center": false, + "ipc": true, + "margin-top": 5, + "margin-bottom": 5, + "width": 768, + + "modules-left": ["clock#gar","tray"], + + "modules-center": ["hyprland/workspaces#gar"], + + "modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + + + // M O D U L E S // + + "hyprland/workspaces#gar": { + "disable-scroll": true, + "all-outputs": true, + "format": "{icon}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "δΈ", + "2": "δΊ", + "3": "δΈ", + "4": "ε", + "5": "δΊ" + } + + }, + + "clock#gar": { + "format": "{:%a %d | %H:%M %p}", + "format-alt": "{:%A, %d %B, %Y (%R)}" + }, + + "hyprland/window#gar": { + "format": "{}", + "max-length": 60 + }, + + "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": ["ο¦", "ο§", "ο¨"] + }, + "on-click": "pamixer --toggle-mute", +"on-click-right": "pavucontrol", +"tooltip": false +}, + +"backlight#gar": { + "device": "intel_backlight", + "format": "{icon} {percent}%", + "format-icons": ["ο
", "ο"] +}, + + +"battery#gar": { + "interval": 60, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "{icon} {capacity}%", + "format-charging": "ο§ {capacity}%", + "format-plugged": "σ± {capacity}%", + "format-full": "{icon} Full", + "format-alt": "{icon} {time}", + "format-icons": ["ο", "ο", "ο", "ο", "ο"], + "format-time": "{H}h {M}min", + "tooltip": true, + "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 |
