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 &
@ -273,6 +270,10 @@
# Automatic device mounting # Automatic device mounting
udiskie & udiskie &
swww clear
DIR=/etc/nixos/git/wallpapers/${theme}
IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random
# Notification listener # Notification listener
mako mako
''; '';