added emojis, switched to wttrbar and foot completely

This commit is contained in:
Ryan Schanzenbacher 2023-10-12 10:40:43 -04:00
parent 5e2a81b57f
commit 28f686d60c
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
4 changed files with 14 additions and 6 deletions

View file

@ -54,13 +54,12 @@
"netcat" "netcat"
"bind:utils" "bind:utils"
"font-cns11643" "font-cns11643"
"font-google-noto-emoji"
"syncthing" "syncthing"
"imv" "imv"
"perl" "perl"
"tor" "tor"
"unzip" "unzip"
"alacritty"
"foot"
"htop" "htop"
"curl" "curl"
"pandoc" "pandoc"

View file

@ -32,6 +32,7 @@
rustup rustup
gcc gcc
pkg-config pkg-config
wttrbar
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the # # overrides. You can do that directly here, just don't forget the

View file

@ -56,7 +56,7 @@
"ethernet": [""], "ethernet": [""],
"disconnected": ["󰤭"] "disconnected": ["󰤭"]
}, },
"on-click": "alacritty -e doas nmtui", "on-click": "foot -t alacritty doas nmtui",
"tooltip": false "tooltip": false
}, },
"pulseaudio": { "pulseaudio": {
@ -96,16 +96,24 @@
"on-scroll-down": "light -A 1", "on-scroll-down": "light -A 1",
"on-scroll-up": "light -U 1" "on-scroll-up": "light -U 1"
}, },
"custom/weather": { "custom/weather_OLD": {
"format-alt": "{}", "format-alt": "{}",
"format": "{alt}: {}", "format": "{alt}: {}",
"format-alt-click": "click-right", "format-alt-click": "click-right",
"interval": 1800, "interval": 1800,
"return-type": "json", "return-type": "json",
"on-click": "alacritty --class ala-wttr --hold -e curl https://v2.wttr.in", "on-click": "foot -a ala-wttr -H curl https://v2.wttr.in",
"exec": "~/.config/waybar/modules/weather.sh", "exec": "~/.config/waybar/modules/weather.sh",
"exec-if": "ping wttr.in -c1" "exec-if": "ping wttr.in -c1"
}, },
"custom/weather": {
"format": "{} °",
"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": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {

View file

@ -113,7 +113,7 @@
"swayidle" "swayidle"
;"swaylock-effects" ;"swaylock-effects"
"fuzzel" "fuzzel"
"alacritty" "foot"
"pinentry-qt" "pinentry-qt"
"adwaita-icon-theme" "adwaita-icon-theme"
"hicolor-icon-theme" "hicolor-icon-theme"