From ee71cba8d51ea5635ebda2ba0c776e8378706c6d Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sat, 7 Sep 2024 14:02:06 -0400 Subject: better stow --- .config/waybar/old-config | 92 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 .config/waybar/old-config (limited to '.config/waybar/old-config') diff --git a/.config/waybar/old-config b/.config/waybar/old-config new file mode 100644 index 0000000..9f78d67 --- /dev/null +++ b/.config/waybar/old-config @@ -0,0 +1,92 @@ +{ + "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" + } +} -- cgit v1.2.3