From 6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:47:36 -0400 Subject: remove old filesand bump nix-files --- home-config/waybar/config | 167 ---------------------------------------------- 1 file changed, 167 deletions(-) delete mode 100644 home-config/waybar/config (limited to 'home-config/waybar/config') diff --git a/home-config/waybar/config b/home-config/waybar/config deleted file mode 100644 index 62e6b20..0000000 --- a/home-config/waybar/config +++ /dev/null @@ -1,167 +0,0 @@ -{ - "layer": "top", - "position": "top", - "height": 30, - - "modules-left": ["hyprland/workspaces", "hyprland/submap"], - "modules-center": ["hyprland/window"], - "modules-right": ["tray", "custom/spotify", "privacy", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "battery#num2", "clock"], - "hyprland/submap": { - "format": " {}" - }, - "hyprland/workspaces": { - "format": "{id}", - "all-outputs": false, - "disable-scroll": true - }, - "hyprland/window": { - "max-length": 80, - "tooltip": false, - "separate-outputs": true - }, - "clock": { - "format": "{:%a %d %b %H:%M}", - "tooltip": false - }, - "battery": { - "format": "{capacity}% {icon}", - "format-alt": "{time} {icon}", - "format-icons": ["", "", "", "", ""], - "format-charging": "{capacity}% ", - "interval": 30, - "states": { - "warning": 25, - "critical": 10 - }, - "tooltip": false, - "bat":"BAT0" - }, - "battery#num2": { - "format": "{capacity}% {icon}", - "format-alt": "{time} {icon}", - "format-icons": ["", "", "", "", ""], - "format-charging": "{capacity}% ", - "interval": 30, - "states": { - "warning": 25, - "critical": 10 - }, - "tooltip": false, - "bat":"BAT1" - }, - "bluetooth": { - "format": "󰂯", - "format-disabled": "󰂲", - "format-connected": "󰂯", - "format-connected-battery": "󰂱 {device_battery_percentage}%", - "on-click": "foot bluetui", - "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", - "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", - "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", - "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%" - }, - "network": { - "format-alt": "{ipaddr}/{cidr} {icon} {bandwidthTotalBytes}󰹹", - "format": "{ipaddr}/{cidr} {icon}", - "format-alt-click": "click-right", - "format-icons": { - "wifi": ["󰤟", "󰤢" ,"󰤥", "󰤨"], - "ethernet": [""], - "disconnected": ["󰤭"] - }, - "on-click": "foot -t alacritty doas nmtui", - "tooltip": false - }, - "privacy": { - "icon-spacing":4, - "icon-size":18, - "transition-duration":250, - "modules": [ - { - "type":"screenshare", - "tooltip":true, - "tooltip-icon-size":24 - }, - { - "type":"audio-in", - "tooltip":true, - "tooltip-icon-size":24 - } - ] - }, - "pulseaudio": { - "format-alt": "{icon}", - "format": "{volume} {icon}", - "format-alt-click": "click-right", - "format-muted": "", - "format-icons": { - "phone": [" ", " ", " ", " "], - "default": ["", "", "", ""] - }, - "scroll-step": 1, - "on-click": "pavucontrol", - "tooltip": false - }, - "custom/spotify": { - "interval": 2, - "return-type": "json", - "exec": "~/.config/waybar/modules/spotify.sh", - "exec-if": "~/.config/waybar/modules/check-for-music.sh", - "escape": true, - "on-click": "playerctl play-pause" - }, - "custom/storage": { - "format-alt": "{} ", - "format": "{percentage}% ", - "format-alt-click": "click-right", - "return-type": "json", - "interval": 60, - "exec": "~/.config/waybar/modules/storage.sh" - }, - "backlight": { - "format-alt": "{icon}", - "format": "{percent}% {icon}", - "format-alt-click": "click-right", - "format-icons": ["", ""], - "on-scroll-up": "light -A 1", - "on-scroll-down": "light -U 1" - }, - "custom/weather_OLD": { - "format-alt": "{}", - "format": "{alt}: {}", - "format-alt-click": "click-right", - "interval": 1800, - "return-type": "json", - "on-click": "foot -a ala-wttr -H curl https://v2.wttr.in", - "exec": "~/.config/waybar/modules/weather.sh", - "exec-if": "ping wttr.in -c1" - }, - "custom/weather": { - "format": "{} °F", - "tooltip": true, - "interval": 3600, - "exec": "exit=101; while [ $exit = 101 ]; do wttrbar --main-indicator temp_F --fahrenheit; exit=$(echo $?); sleep 1; done", - "on-click": "foot -a ala-wttr -H curl https://v2.wttr.in", - "return-type": "json" - }, - "idle_inhibitor": { - "format": "{icon}", - "format-icons": { - "activated": "", - "deactivated": "" - }, - "tooltip": false - }, - "custom/mail": { - "format": "", - "format-alt": "{alt} ", - "format-alt-click": "click-right", - "interval": 60, - "return-type": "json", - "exec": "~/.config/waybar/modules/mail.py", - "tooltip": false - }, - "tray": { - "icon-size": 18 - } -} -- cgit v1.3.1