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"
"bind:utils"
"font-cns11643"
"font-google-noto-emoji"
"syncthing"
"imv"
"perl"
"tor"
"unzip"
"alacritty"
"foot"
"htop"
"curl"
"pandoc"

View file

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

View file

@ -56,7 +56,7 @@
"ethernet": [""],
"disconnected": ["󰤭"]
},
"on-click": "alacritty -e doas nmtui",
"on-click": "foot -t alacritty doas nmtui",
"tooltip": false
},
"pulseaudio": {
@ -96,16 +96,24 @@
"on-scroll-down": "light -A 1",
"on-scroll-up": "light -U 1"
},
"custom/weather": {
"custom/weather_OLD": {
"format-alt": "{}",
"format": "{alt}: {}",
"format-alt-click": "click-right",
"interval": 1800,
"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-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": {
"format": "{icon}",
"format-icons": {

View file

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