diff options
| author | kkard2 <[email protected]> | 2026-05-07 18:00:21 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2026-05-07 18:00:21 +0200 |
| commit | e69fce27eeae3419bd33ace5e514efd910e4e2ac (patch) | |
| tree | 670aa2fcc1721931198dce4a76f5ff7eb496c4be /_linux/waybar/config | |
| parent | b44b1125990fbd5bbf773d04c0cd4747ad6f7011 (diff) | |
cleanup
Diffstat (limited to '_linux/waybar/config')
| -rw-r--r-- | _linux/waybar/config | 218 |
1 files changed, 0 insertions, 218 deletions
diff --git a/_linux/waybar/config b/_linux/waybar/config deleted file mode 100644 index 160160c..0000000 --- a/_linux/waybar/config +++ /dev/null @@ -1,218 +0,0 @@ -{ - "layer": "top", - "position": "top", - - "modules-left": [ -// "sway/mode", - "hyprland/workspaces", -// "custom/arrow10", - "hyprland/window" - ], - - "modules-right": [ - "custom/arrow9", - "pulseaudio", - "custom/arrow8", - "network", - "custom/arrow7", - "memory", - "custom/arrow6", - "cpu", - "custom/arrow5", - "temperature", - "custom/arrow4", -// "battery", -// "custom/arrow3", - "hyprland/language", - "custom/arrow2", - "tray", - "clock#date", - "custom/arrow1", - "clock#time" - ], - - // Modules - - "battery": { - "interval": 10, - "states": { - "warning": 30, - "critical": 15 - }, - "format-time": "{H}:{M:02}", - "format": "{icon} {capacity}% ({time})", - "format-charging": " {capacity}% ({time})", - "format-charging-full": " {capacity}%", - "format-full": "{icon} {capacity}%", - "format-alt": "{icon} {power}W", - "format-icons": [ - "", - "", - "", - "", - "" - ], - "tooltip": false - }, - - "clock#time": { - "interval": 10, - "format": "{:%H:%M}", - "tooltip": false - }, - - "clock#date": { - "interval": 20, - "format": "{:%e %b %Y}", - "tooltip": false - //"tooltip-format": "{:%e %B %Y}" - }, - - "cpu": { - "interval": 5, - "tooltip": false, - "format": " {usage}%", - "format-alt": " {load}", - "states": { - "warning": 70, - "critical": 90 - } - }, - - "hyprland/language": { - "format": " {}", - "min-length": 5, - "on-click": "hyprctl switchxkblayout keyboard next", - "tooltip": false - }, - - "memory": { - "interval": 5, - "format": " {used:0.1f}G/{total:0.1f}G", - "states": { - "warning": 70, - "critical": 90 - }, - "tooltip": false - }, - - "network": { - "interval": 5, - "format-wifi": " {essid} ({signalStrength}%)", - "format-ethernet": " {ifname}", - "format-disconnected": "No connection", - // "format-alt": " {ipaddr}/{cidr}", - "on-click": "nm-connection-editor", - "tooltip": false - }, - - "sway/mode": { - "format": "{}", - "tooltip": false - }, - - "hyprland/window": { - "format": "{}", -// "max-length": 30, - "tooltip": false, - "separate-outputs": true - }, - - "hyprland/workspaces": { - "disable-scroll-wraparound": true, - "smooth-scrolling-threshold": 4, - "enable-bar-scroll": true, - "format": "{name}" - }, - - "pulseaudio": { - "format": "{format_source} {icon} {volume}%", - "format-bluetooth": "{icon} {volume}%", - "format-muted": "", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", ""] - }, - "format-source": " ", - "format-source-muted": " ", - "scroll-step": 1, - "on-click": "pavucontrol", - "tooltip": false - }, - - "temperature": { - "critical-threshold": 90, - "interval": 5, - "format": "{icon} {temperatureC}°", - "format-icons": [ - "", - "", - "", - "", - "" - ], - "tooltip": false - }, - - "tray": { - "icon-size": 18 - //"spacing": 10 - }, - - "custom/arrow1": { - "format": "", - "tooltip": false - }, - - "custom/arrow2": { - "format": "", - "tooltip": false - }, - - "custom/arrow3": { - "format": "", - "tooltip": false - }, - - "custom/arrow4": { - "format": "", - "tooltip": false - }, - - "custom/arrow5": { - "format": "", - "tooltip": false - }, - - "custom/arrow6": { - "format": "", - "tooltip": false - }, - - "custom/arrow7": { - "format": "", - "tooltip": false - }, - - "custom/arrow8": { - "format": "", - "tooltip": false - }, - - "custom/arrow9": { - "format": "", - "tooltip": false - }, - - "custom/arrow10": { - "format": "", - "tooltip": false - } -} - -// vi:ft=jsonc |
