From 0f81749b447f2afe0c7641ed5f54bf21ba306313 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 22:00:27 +0900 Subject: [PATCH] test --- .../desktops/hyprland/gruvbox/hyprland-conf.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix index 734442ac..f9bb4662 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix @@ -268,7 +268,7 @@ timeout 300 'systemctl suspend-then-hibernate' \ resume 'hyprctl dispatch dpms on' \ before-sleep 'swaylock -f' \ - before-sleep 'playerctl pause' + before-sleep 'playerctl pause' & echo "udiskie" # Automatic device mounting @@ -277,12 +277,13 @@ echo "sww clear and set up img" swww clear DIR=/etc/nixos/git/wallpapers/${theme} - IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random + IMG=`ls $DIR | shuf -n 1` + swww img $DIR/$IMG -t random & echo "Selected: $DIR/$IMG" echo "mako init" # Notification listener - mako + mako echo "done" ''; };