summary refs log tree commit diff
path: root/host/Rory-desktop/optional/gui/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-desktop/optional/gui/wayland.nix')
-rw-r--r--host/Rory-desktop/optional/gui/wayland.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/host/Rory-desktop/optional/gui/wayland.nix b/host/Rory-desktop/optional/gui/wayland.nix
index e0394d3..c923007 100644
--- a/host/Rory-desktop/optional/gui/wayland.nix
+++ b/host/Rory-desktop/optional/gui/wayland.nix
@@ -15,14 +15,16 @@
       # Fix for some Java AWT applications (e.g. Android Studio),
       # use this if they aren't displayed properly:
       export _JAVA_AWT_WM_NONREPARENTING=1
-      (
-        sleep 5
-        ${pkgs.swaybg}/bin/swaybg -i ${../../../../modules/users/Rory/wallpaper.webp}
+      cp ${../../../../modules/users/Rory/wallpaper.webp} ~/.cache/wallpaper.webp
+      
+    '';
+    #(
+        #sleep 5
+        #${pkgs.swaybg}/bin/swaybg -i ${../../../../modules/users/Rory/wallpaper.webp}
         #$ {pkgs.swayidle}/bin/swayidle -w timeout 300 'swaylock -f -i ${../../../../modules/users/Rory/wallpaper.webp}' 'swaymsg "output * dpms off"'
         #$ {pkgs.swaylock}/bin/swaylock -f -i ${../../../../modules/users/Rory/wallpaper.webp}
-        ${pkgs.waybar}/bin/waybar
-      ) &
-    '';
+        #${pkgs.waybar}/bin/waybar
+      #) &
 
     extraPackages = with pkgs; [
       swaybg