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 # Set the wallpaper
swww init & swww init &
swww clear
DIR=/etc/nixos/git/wallpapers/${theme}
IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random
# Waybar # Waybar
waybar & waybar &
@ -270,11 +267,15 @@
before-sleep 'swaylock -f' \ before-sleep 'swaylock -f' \
before-sleep 'playerctl pause' before-sleep 'playerctl pause'
# Automatic device mounting # Automatic device mounting
udiskie & udiskie &
# Notification listener swww clear
mako DIR=/etc/nixos/git/wallpapers/${theme}
IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random
# Notification listener
mako
''; '';
}; };
}; };