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/Peony | |
| parent | aca8e5dfe8d930ab1be3575408158e8147b42f11 (diff) | |
just some small cleanup
Diffstat (limited to 'config/waybar/configs/Peony')
| -rw-r--r-- | config/waybar/configs/Peony | 214 |
1 files changed, 107 insertions, 107 deletions
diff --git a/config/waybar/configs/Peony b/config/waybar/configs/Peony index c5396974..0c490202 100644 --- a/config/waybar/configs/Peony +++ b/config/waybar/configs/Peony @@ -6,124 +6,124 @@ { - "include": "~/.config/waybar/modules", - "layer": "top", - //"mode": "dock", - "exclusive": true, - "passthrough": false, - "position": "top", - "spacing": 0, - "fixed-center": false, - "ipc": true, - "margin-top": 5, - "margin-bottom": 5, - "width": 1444, +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 0, +"fixed-center": false, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 1444, - "modules-left": ["hyprland/workspaces#peony", "tray#peony"], - - "modules-center": ["clock#peony"], +"modules-left": ["hyprland/workspaces#peony", "tray#peony"], + +"modules-center": ["clock#peony"], - "modules-right": ["wireplumber#peony","custom/separator#line","backlight#peony","custom/separator#line","temperature#peony","custom/separator#line","battery#peony","network#peony"], +"modules-right": ["wireplumber#peony","custom/separator#line","backlight#peony","custom/separator#line","temperature#peony","custom/separator#line","battery#peony","network#peony"], - //M O D U L E S // +//M O D U L E S // - "hyprland/workspaces#peony": { - "active-only":false, - "all-outputs": true, - "format": "{icon}", - "on-click": "activate", - "persistent_workspaces":{ - "1": [], - "2": [], - "3": [], - "4": [], - "5": [] - }, - "format-icons": { - "1": "I", - "2": "II", - "3": "III", - "4": "IV", - "5": "V" - - } - }, +"hyprland/workspaces#peony": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", + "persistent_workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "I", + "2": "II", + "3": "III", + "4": "IV", + "5": "V" + + } + }, - "clock#peony": { - "interval": 60, - "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", - "format": "{:%B | %a %d, %Y | %H:%M %p}", - "format-alt": "{:%a %b %d, %G}" - }, +"clock#peony": { + "interval": 60, + "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", + "format": "{:%B | %a %d, %Y | %H:%M %p}", + "format-alt": "{:%a %b %d, %G}" +}, - "wireplumber#peony": { - "format": "{icon} {volume}", - "format-muted": " Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "format-icons": ["", "", "", ""], - }, +"wireplumber#peony": { + "format": "{icon} {volume}", + "format-muted": " Mute", + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "format-icons": ["", "", "", ""], +}, - "backlight#peony": { - "device": "intel_backlight", - "format": "{percent}% {icon}", - "format-icons": ["", "", "", "", "", "", "", "", ""], - }, +"backlight#peony": { + "device": "intel_backlight", + "format": "{percent}% {icon}", + "format-icons": ["", "", "", "", "", "", "", "", ""], +}, - "temperature#peony": { - // "thermal-zone": 2, - // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - // "critical-threshold": 80, - // "format-critical": "{temperatureC}°C ", - "format": "{temperatureC}°C " +"temperature#peony": { + // "thermal-zone": 2, + // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + // "critical-threshold": 80, + // "format-critical": "{temperatureC}°C ", + "format": "{temperatureC}°C " - }, +}, - "network#peony": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "", - "format-disconnected": "", - "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", - "format-linked": " {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ", - "tooltip-format-disconnected": " Disconnected", - "max-length": 50, - "format-icons": ["","","","",""] - }, +"network#peony": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "", + "format-disconnected": "", + "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", + "format-linked": " {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ", + "tooltip-format-disconnected": " Disconnected", + "max-length": 50, + "format-icons": ["","","","",""] +}, - "battery#peony": { - "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", - }, +"battery#peony": { + "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", +}, - "tray#peony": { - "icon-size": 17, - "spacing": 8, - } +"tray#peony": { + "icon-size": 17, + "spacing": 8, +} }
\ No newline at end of file |
