test
This commit is contained in:
parent
f319bed7f4
commit
12fd463f1d
1 changed files with 8 additions and 7 deletions
|
@ -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 &
|
||||
|
@ -273,6 +270,10 @@
|
|||
# Automatic device mounting
|
||||
udiskie &
|
||||
|
||||
swww clear
|
||||
DIR=/etc/nixos/git/wallpapers/${theme}
|
||||
IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random
|
||||
|
||||
# Notification listener
|
||||
mako
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue