updates + waybar update notification

This commit is contained in:
mjallen18
2024-08-20 16:20:38 -05:00
parent 0b408700c3
commit 0c882f5fc3
5 changed files with 104 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ let
#! nix-shell -i bash --packages python3 python3Packages.requests
python /home/matt/.config/waybar/scripts/waybar-wttr.py
'';
waybarUpdatesScript = pkgs.writeScriptBin "waybar-updates" ''
/home/matt/.config/waybar/scripts/waybar-updates.py
'';
in
{
environment.systemPackages = with pkgs; [
@@ -40,6 +44,7 @@ in
qt6.qtwayland
rofi-wayland
waybar
waybarUpdatesScript
waybarWeatherScript
wayland-protocols
wayland-utils