mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added emojis, switched to wttrbar and foot completely
This commit is contained in:
parent
5e2a81b57f
commit
28f686d60c
4 changed files with 14 additions and 6 deletions
|
@ -54,13 +54,12 @@
|
|||
"netcat"
|
||||
"bind:utils"
|
||||
"font-cns11643"
|
||||
"font-google-noto-emoji"
|
||||
"syncthing"
|
||||
"imv"
|
||||
"perl"
|
||||
"tor"
|
||||
"unzip"
|
||||
"alacritty"
|
||||
"foot"
|
||||
"htop"
|
||||
"curl"
|
||||
"pandoc"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
"swayidle"
|
||||
;"swaylock-effects"
|
||||
"fuzzel"
|
||||
"alacritty"
|
||||
"foot"
|
||||
"pinentry-qt"
|
||||
"adwaita-icon-theme"
|
||||
"hicolor-icon-theme"
|
||||
|
|
Loading…
Reference in a new issue