diff options
author | Rory& <root@rory.gay> | 2024-06-22 04:46:02 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 2c106e7b604c388ddc7578c42998c17403f37620 (patch) | |
tree | 8c3486f7bfff4c6f0937919d96cca77d0d1cfeee /host/Rory-desktop/optional/gui/wayland.nix | |
parent | Bunch of changes (diff) | |
download | Rory-Open-Architecture-2c106e7b604c388ddc7578c42998c17403f37620.tar.xz |
Desktop updates
Diffstat (limited to 'host/Rory-desktop/optional/gui/wayland.nix')
-rw-r--r-- | host/Rory-desktop/optional/gui/wayland.nix | 14 |
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 |