tweak(qtile): specify wallpaper in Nix

This commit is contained in:
Infinidoge 2023-05-22 01:40:13 -04:00
parent 3a4ab51731
commit 8bfd18f4ff
3 changed files with 14 additions and 3 deletions

View file

@ -666,8 +666,8 @@ screens = [
size=20,
opacity=1.0,
),
wallpaper="~/.config/qtile/images/BotanBackground.jpg",
wallpaper_mode="fill",
wallpaper="@wallpaper@",
wallpaper_mode="@wallpaper_mode@",
)
for i in range(
int(run_command("xrandr --listmonitors | grep 'Monitors:' | awk {'print $2'}"))