wallpaper wip

This commit is contained in:
committer@tuxwarrior
2026-02-27 06:18:27 -05:00
parent 40f0709bd2
commit f5c07dcd8a

View File

@@ -221,15 +221,32 @@ misc {
# - - - - - - - - - - - - - - - - - - - - - - - - -
# list monitors with: `hyprctl monitors`
# or:
# $ hyprpaper
# DEBUG ]: Welcome to hyprpaper!
# built from commit ()
# DEBUG ]: Found 3 output(s)
# DEBUG ]: Monitor DP-1 has no target: no wp will be created
# DEBUG ]: Monitor HDMI-A-1 has no target: no wp will be created
# DEBUG ]: Monitor DP-2 has no target: no wp will be created
# main monitor
wallpaper {
monitor = DP-3
monitor = DP-2
path = ~/.local/share/wp/5120x2880_neonLandscape.jpg
fit_mode = cover
}
# left monitor
wallpaper {
monitor = DP-2
monitor = DP-1
path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg
fit_mode = cover
}
# right monitor
wallpaper {
monitor = HDMI-A-1
path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg
fit_mode = cover
}