diff options
author | Thanos Apollo <[email protected]> | 2023-03-25 21:48:03 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-25 21:48:03 +0200 |
commit | 2a8fefc9e0dcf6e77bc361225905b933c06ad2da (patch) | |
tree | 7f54ad15beaa918679da87362eaaf0b809bb689f /.config | |
parent | 250d4bd0a51357d1af374a1d0b9e78546056199e (diff) |
hypr: Change wallpapers
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprpaper.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 32a8e5d..be28dd3 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,7 +1,7 @@ -preload = ~/dotfiles/wallpaper.png - +preload = ~/dotfiles/pictures/wallpaper-cyberpunk.jpg +preload = ~/dotfiles/pictures/wallpaper-cyberpunk2.jpg #set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used -wallpaper = DP-2, ~/dotfiles/wallpaper.png +wallpaper = DP-2, ~/dotfiles/pictures/wallpaper-cyberpunk.jpg #if more than one monitor in use, can load a 2nd image -wallpaper = HDMI-A-1, ~/dotfiles/wallpaper.png
\ No newline at end of file +wallpaper = HDMI-A-1, ~/dotfiles/pictures/wallpaper-cyberpunk.jpg
\ No newline at end of file |