summaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config.ini22
-rwxr-xr-x.config/polybar/extra/updates-pacman-aurhelper.sh2
2 files changed, 16 insertions, 8 deletions
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
diff --git a/.config/polybar/extra/updates-pacman-aurhelper.sh b/.config/polybar/extra/updates-pacman-aurhelper.sh
index 20d5a8f..2857831 100755
--- a/.config/polybar/extra/updates-pacman-aurhelper.sh
+++ b/.config/polybar/extra/updates-pacman-aurhelper.sh
@@ -16,7 +16,7 @@ fi
updates=$((updates_arch + updates_aur))
if [ "$updates" -gt 0 ]; then
- echo "  $updates "
+ echo "  1 "
else
echo ""
fi