This commit is contained in:
2025-08-31 21:42:27 -05:00
parent 6b98345a97
commit eeb29a80f4

View File

@@ -69,6 +69,9 @@
cp ${config.home.homeDirectory}/Pictures/Wallpaper/bluescape.jpg ${config.home.homeDirectory}/.config/background
chmod 600 ${config.home.homeDirectory}/.config/background
fi
if [[ -f ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid ]]; then
rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid
fi
hyprctl dispatch exec "setWallpaper ${config.home.homeDirectory}/.config/background"
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr
@@ -77,7 +80,6 @@
hyprctl setcursor Bibata-Modern-Classic 16
sleep 5
hyprctl reload
hyprctl dispatch exec "hyprpanel -q; hyprpanel"
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr toggle calendar
#tmux new-session -s hyprland
'')