From 12fd463f1d8f018cc65b883f53410c37f944fffe Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 21:52:54 +0900 Subject: [PATCH] test --- .../desktops/hyprland/gruvbox/hyprland-conf.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 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 73128850..27b47bfb 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 @@ -254,9 +254,6 @@ # Set the wallpaper swww init & - swww clear - DIR=/etc/nixos/git/wallpapers/${theme} - IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random # Waybar waybar & @@ -270,11 +267,15 @@ before-sleep 'swaylock -f' \ before-sleep 'playerctl pause' - # Automatic device mounting - udiskie & + # Automatic device mounting + udiskie & - # Notification listener - mako + swww clear + DIR=/etc/nixos/git/wallpapers/${theme} + IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random + + # Notification listener + mako ''; }; };