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 &
|
||||
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue