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