add weather widget to waybar

This commit is contained in:
2026-06-19 10:29:09 +02:00
parent 976d383968
commit 3eb2c829cd
4 changed files with 24 additions and 1 deletions
+4
View File
@@ -259,6 +259,10 @@
source = ./config/waybar/network.sh;
executable = true;
};
home.file.".local/bin/waybar-weather.sh" = {
source = ./config/waybar/weather.sh;
executable = true;
};
xdg.configFile."waybar".source = ./config/waybar;
xdg.configFile."foot".source = ./config/foot;
xdg.dataFile."applications/switch-wallpaper.desktop".source = ./config/applications/switch-wallpaper.desktop;