This commit is contained in:
iFargle 2023-08-31 21:52:54 +09:00
parent f319bed7f4
commit 12fd463f1d

View file

@ -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
'';
};
};