diff options
author | zachir <zachir@librem.one> | 2024-06-04 23:17:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 23:17:44 -0500 |
commit | ac384234fdb81c7d923ce341a0c24ccbe0583db9 (patch) | |
tree | 6e5624fc09a55c7dd54125228dfbc17317957102 /hypr/hyprpaper.conf | |
parent | 657dffb10297674cd6313ab8d26052e2e3fe3cf9 (diff) |
Change hyprpaper wallpaper target
It will now load `~/Pictures/background.png', instead of
~/background.jpg.
Diffstat (limited to 'hypr/hyprpaper.conf')
-rw-r--r-- | hypr/hyprpaper.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index df92649..19b84f2 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,16 +1,16 @@ -preload = ~/background.jpg +preload = ~/Pictures/background.png #if more than one preload is desired then continue to preload other backgrounds #preload = /path/to/next_image.png # .. more preloads #set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used -wallpaper = eDP-1,~/background.jpg -wallpaper = HDMI-A-1,~/background.jpg -wallpaper = HDMI-A-2,~/background.jpg -wallpaper = DP-1,~/background.jpg -wallpaper = DP-2,~/background.jpg +wallpaper = eDP-1,~/Pictures/background.png +wallpaper = HDMI-A-1,~/Pictures/background.png +wallpaper = HDMI-A-2,~/Pictures/background.png +wallpaper = DP-1,~/Pictures/background.png +wallpaper = DP-2,~/Pictures/background.png #if more than one monitor in use, can load a 2nd image -#wallpaper = monitor2,~/background.jpg +#wallpaper = monitor2,~/background.png # .. more monitors splash = false preload = ~/Pictures/background.png |