more background fix stuff

This commit is contained in:
chloe 2025-09-23 21:56:07 +02:00
parent 72e0ccf471
commit 0634a9bf82
4 changed files with 82 additions and 110 deletions

View file

@ -572,7 +572,7 @@ binds {
// wayland support
spawn-at-startup "xwayland-satellite"
spawn-at-startup "swww-daemon"
spawn-at-startup "bash" "~/.config/niri/background.sh" "~/.config/niri/wallpapers"
spawn-at-startup "~/config/niri/start-bg.sh"
environment {
DISPLAY ":0"

View file

@ -0,0 +1,3 @@
#!/bin/sh
./background.sh ~/.config/niri/wallpapers/

View file

@ -81,7 +81,6 @@
fuzzel
zsh-syntax-highlighting
cinny-desktop
dysk
rsync
obsidian
@ -260,7 +259,6 @@
mpv.enable = true;
mako.enable = true;
lazygit.enable = true;
gtk.enable = true;
fzf.enable = true;
swaylock.enable = true;
foot.enable = true;
@ -374,6 +372,11 @@
# };
# };
dconf = {
enable = true;
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}