diff options
Diffstat (limited to '.config/waybar/old-config')
| -rw-r--r-- | .config/waybar/old-config | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/.config/waybar/old-config b/.config/waybar/old-config deleted file mode 100644 index 9f78d67..0000000 --- a/.config/waybar/old-config +++ /dev/null @@ -1,92 +0,0 @@ -{ - "layer": "top", - "position": "top", - "margin-bottom": 0, - "modules-left": [ - "clock", - "custom/separator", - "hyprland/workspaces", - "custom/separator", - "tray" - ], - "modules-center": [ - "hyprland/window" - ], - "modules-right": [ - "network", - "temperature", - "memory", - "cpu", - "pulseaudio", - "battery", - "custom/separator", - "custom/powermenu" - ], - "custom/separator": { - "exec": "echo \"|\"", - "format": "{}" - }, - "tray": { - "icon-size": 16, - "spacing": 8 - }, - "clock": { - "format": " {:%H:%M} ", - "interval": 60, - "tooltip": true, - "tooltip-format": "{:%d %B %H:%M}" - }, - "hyprland/workspaces": { - "format": "{icon}", - "separate-outputs": true, - "active-only": false, - "all-outputs": true - }, - "hyprland/window": { - "format": "{}" - }, - "network": { - "format": " ", - "tooltip-format-ethernet": "{ifname} ", - "interface": "enp34s0", - "interval": 2 - }, - "temperature": { - "format": "{icon} {temperatureC}°C ", - "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", - "critical-threshold": 80, - "format-icons": [ - "", - "", - "" - ] - }, - "memory": { - "format": " {}% ", - "tooltip": "false" - }, - "cpu": { - "format": " {usage}% ", - "tooltip": "false" - }, - "pulseaudio": { - "format": " {volume}%", - "scroll-step": 1, - "on-click": "pavucontrol" - }, - "battery": { - "format": "{capacity}% {icon}", - "format-icons": [ - "", - "", - "", - "", - "" - ] - }, - "custom/powermenu": { - "format": " ", - "tooltip": false, - "on-click": "exec wlogout -p layer-shell" - } -} |
