56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
# klevstul
|
|
|
|
# https://github.com/hyprwm/hyprpaper
|
|
# https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/
|
|
|
|
# disable quotes on the wallpapers
|
|
splash = false
|
|
|
|
# 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
|
|
|
|
#preload = ~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
|
#wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
|
#wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg
|
|
|
|
# fit_mode
|
|
# cover: streches out the image so a part of the image covers the entire display
|
|
# contain: entire image will be displayed, with black around if the image ratio does not match the display
|
|
# tile: tiles the image multiple times
|
|
# fill: distorts the image so it fills the entire monitor
|
|
|
|
# main monitor
|
|
wallpaper {
|
|
monitor = DP-1
|
|
path = ~/.local/share/wp/5120x2880_neonLandscape.jpg
|
|
fit_mode = cover
|
|
}
|
|
|
|
# left monitor
|
|
wallpaper {
|
|
monitor = DP-2
|
|
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
|
|
}
|
|
|
|
# fallback
|
|
wallpaper {
|
|
monitor =
|
|
path = ~/.local/share/wp/5600x2560_neonHighwayMountains.jpg
|
|
fit_mode = cover
|
|
}
|