+ hyprpaper

This commit is contained in:
committer@tuxwarrior
2026-02-27 06:54:33 -05:00
parent aacb46cf58
commit 6829129449
3 changed files with 55 additions and 54 deletions

View File

@@ -214,59 +214,9 @@ misc {
key_press_enables_dpms = true # key press will turn on screen(s)
}
# - - - - - - - - - - - - - - - - - - - - - - - - -
# wallpaper
# - - - - -
# https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/
# - - - - - - - - - - - - - - - - - - - - - - - - -
# 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-2
# path = ~/.local/share/wp/5120x2880_neonLandscape.jpg
# fit_mode = cover
#}
#
## left monitor
#wallpaper {
# 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
#}
#
## fallback
#wallpaper {
# monitor =
# path = ~/.local/share/wp/5600x2560_neonHighwayMountains.jpg
# fit_mode = cover
#}
#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
####################################################
### binds (keebindings) ###
### binds (keybindings) ###
####################################################
# https://wiki.hypr.land/Configuring/Binds/

View File

@@ -1,9 +1,54 @@
# klevstul
# https://github.com/hyprwm/hyprpaper
# https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/
# 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
# main monitor
wallpaper {
monitor = DP-2
path = ~/.local/share/wp/5120x2880_neonLandscape.jpg
fit_mode = cover
}
# left monitor
wallpaper {
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
}
# fallback
wallpaper {
monitor =
path = ~/.local/share/wp/5600x2560_neonHighwayMountains.jpg
fit_mode = cover
}
#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
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

View File

@@ -306,6 +306,12 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/hyprmon/*" "${file_path}/"
# hyprpaper
file_name=hyprpaper.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hyprpaper/${file_name}" "${file_path}/${file_name}"
# waybar
file_path=/home/${system_user}/.config/waybar
create_dir ${file_path}