From 83e5614bad3cfc17682921d273cbb2a8fcbe2c5d Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Tue, 28 Jun 2022 23:52:09 +0200 Subject: polybar: better weather display (ntfd) --- .config/polybar/config.ini | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to '.config/polybar/config.ini') diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a25bc36..df40897 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -39,9 +39,10 @@ module-margin-right = 2 padding-right = 1 font-0 = Averia Libre:style=bold:size=15;3.8 -font-1 = Font Awesome 5 Free Solid:size=14;4.5 -font-2 = Font Awesome 5 Free Regular:size=14;4.5 -font-3 = NotoSans Nerd Font:style=Regular:size=15;4.8 +font-1 = WeatherIcons:size=16;4.8 +font-2 = Font Awesome 5 Free Solid:size=14;4.5 +font-3 = Font Awesome 5 Free Regular:size=14;4.5 +font-4 = MaterialIcons:size=19;6.7 modules-left = i3 xwindow modules-center = @@ -206,12 +207,19 @@ format-foreground = ${root.foreground} ; format-background = ${colors.background-module} +; [module/weather] +; type = custom/script +; exec = wedder +; exec-if = ping openweathermap.org -c 1 +; tail = true +; click-left = xdg-open "https://google.de/search?q=weather" + + [module/weather] type = custom/script -exec = wedder -exec-if = ping openweathermap.org -c 1 -tail = true -click-left = xdg-open "https://google.de/search?q=weather" +exec = busctl --user -j get-property io.ntfd /weather openweathermap.strings RenderedTemplate | jq -r .data +interval = 60 + [settings] screenchange-reload = true -- cgit v1.2.3-70-g09d2