test
This commit is contained in:
parent
5322023451
commit
6ec960891c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
./${theme}/swaylock-conf.nix
|
||||
./${theme}/wlogout-conf.nix
|
||||
|
||||
# GTK theme applied in
|
||||
# GTK theme applied in home-manager/common/software/cli/bash.nix
|
||||
./swayosd-conf.nix
|
||||
];
|
||||
}
|
|
@ -256,7 +256,7 @@
|
|||
swww init &
|
||||
DIR=/etc/nixos/git/wallpapers/${theme}
|
||||
IMG=`ls $DIR | shuf -n 1`
|
||||
swww img $DIR/$IMG
|
||||
swww img $DIR/$IMG &
|
||||
|
||||
# Waybar
|
||||
waybar &
|
||||
|
|
Loading…
Reference in a new issue