mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-02 15:04:53 +02:00
more background fix stuff
This commit is contained in:
parent
72e0ccf471
commit
0634a9bf82
4 changed files with 82 additions and 110 deletions
|
@ -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"
|
||||
|
|
3
home-manager/dotfiles/niri/start-bg.sh
Normal file
3
home-manager/dotfiles/niri/start-bg.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
./background.sh ~/.config/niri/wallpapers/
|
Loading…
Add table
Add a link
Reference in a new issue