make niri config templateable

This commit is contained in:
2025-10-05 21:40:47 +02:00
parent 86e20c06bc
commit d3498f1724
3 changed files with 25 additions and 6 deletions

View File

@@ -7,8 +7,6 @@ fi
#wal -q -n --iterative -i ~/Pictures/niribg
wal -q -n -i /usr/share/endeavouros/backgrounds/ -i /usr/share/endeavouros/backgrounds/eos_wallpapers_classic/ -i /usr/share/endeavouros/backgrounds/eos_wallpapers_community/
notify-send -i "$(<"${HOME}/.cache/wal/wal")" "Theme Changed"
if [[ $(pidof waybar) ]]; then
killall -SIGUSR2 waybar
fi
@@ -17,4 +15,8 @@ swaybg -m fill -i "$(<"${HOME}/.cache/wal/wal")" &
$HOME/.config/mako/update_theme.sh
$HOME/.config/niri/generate_kdl.sh
niri msg action do-screen-transition --delay-ms 300
notify-send -i "$(<"${HOME}/.cache/wal/wal")" "Theme Changed"