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}/swaylock-conf.nix
|
||||||
./${theme}/wlogout-conf.nix
|
./${theme}/wlogout-conf.nix
|
||||||
|
|
||||||
# GTK theme applied in
|
# GTK theme applied in home-manager/common/software/cli/bash.nix
|
||||||
./swayosd-conf.nix
|
./swayosd-conf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -256,7 +256,7 @@
|
||||||
swww init &
|
swww init &
|
||||||
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
|
swww img $DIR/$IMG &
|
||||||
|
|
||||||
# Waybar
|
# Waybar
|
||||||
waybar &
|
waybar &
|
||||||
|
|
Loading…
Reference in a new issue