sddm theme
This commit is contained in:
@@ -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
|
||||
'')
|
||||
|
||||
Reference in New Issue
Block a user