add bedroom light control to waybar

This commit is contained in:
mjallen18
2024-09-04 16:09:05 -05:00
parent 0b6074e7dd
commit 81f9d46d9b
9 changed files with 93 additions and 9 deletions

View File

@@ -2,9 +2,7 @@
let
waybarWeatherScript = pkgs.writeScriptBin "waybar-weather" ''
#!/usr/bin/env nix-shell
#! nix-shell -i bash --packages python3 python3Packages.requests
python /home/matt/.config/waybar/scripts/waybar-wttr.py
/home/matt/.config/waybar/scripts/waybar-wttr.py
'';
waybarUpdatesScript = pkgs.writeScriptBin "waybar-updates" ''