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
|
||||
swww init &
|
||||
WALLPAPER_DIR=/etc/nixos/git/wallpapers/${theme}
|
||||
swww img $WALLPAPER_DIR/`ls $WALLPAPER_DIR | shuf -n 1` &
|
||||
DIR=/etc/nixos/git/wallpapers/${theme}
|
||||
IMG=`ls $DIR | shuf -n 1`
|
||||
swww img $DIR/$IMG
|
||||
|
||||
# Waybar
|
||||
waybar &
|
||||
|
|
Loading…
Reference in a new issue