This commit is contained in:
iFargle 2023-08-31 21:34:51 +09:00
parent 5322023451
commit 6ec960891c
2 changed files with 2 additions and 2 deletions

View file

@ -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
]; ];
} }

View file

@ -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 &