test
This commit is contained in:
parent
09978157bc
commit
f319bed7f4
1 changed files with 2 additions and 2 deletions
|
@ -254,9 +254,9 @@
|
||||||
|
|
||||||
# Set the wallpaper
|
# Set the wallpaper
|
||||||
swww init &
|
swww init &
|
||||||
|
swww clear
|
||||||
DIR=/etc/nixos/git/wallpapers/${theme}
|
DIR=/etc/nixos/git/wallpapers/${theme}
|
||||||
IMG=`ls $DIR | shuf -n 1`
|
IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random
|
||||||
swww img $DIR/$IMG &
|
|
||||||
|
|
||||||
# Waybar
|
# Waybar
|
||||||
waybar &
|
waybar &
|
||||||
|
|
Loading…
Reference in a new issue