sddm theme

This commit is contained in:
2025-08-30 15:42:34 -05:00
parent 0ce461f34d
commit 6474b10e9f
5 changed files with 13 additions and 17 deletions

View File

@@ -19,8 +19,8 @@
(pkgs.writeShellScriptBin "randWallpaper" ''
file=$(ls /home/nathan/Pictures/Wallpaper/ | shuf -n 1)
setWallpaper /home/nathan/Pictures/Wallpaper/$file
file=$(ls ${config.home.homeDirectory}/Pictures/Wallpaper/ | shuf -n 1)
setWallpaper ${config.home.homeDirectory}/Pictures/Wallpaper/$file
'')
(pkgs.writeShellScriptBin "setWallpaper" ''
@@ -74,6 +74,7 @@
hyprctl setcursor Bibata-Modern-Classic 16
sleep 3
hyprctl reload
hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr toggle calendar
#tmux new-session -s hyprland
'')
@@ -85,7 +86,7 @@
] ++ (if config.homeconfig.standalone.enable then [
(pkgs.writeShellScriptBin "_homeRebuild" ''
${pkgs.nh}/bin/nh home switch --ask /home/nathan/Projects/Olympus
${pkgs.nh}/bin/nh home switch --ask
echo //////Enter to close//////
read
'')