From cb86cb0723cf637595176dea1bcc9b8feed5c60f Mon Sep 17 00:00:00 2001 From: Sem Date: Sun, 29 Mar 2026 21:33:46 +0200 Subject: [PATCH] set wallpaper --- hypr/hyprland.conf | 10 +++++++--- hypr/hyprpaper.conf | 27 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 hypr/hyprpaper.conf diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1cceedf..9d746eb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -40,9 +40,13 @@ $programs = rofi -show drun # exec-once = $terminal # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox -exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent -exec-once = /usr/bin/qs & +# authentication +exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent +# quickshell +exec-once = /usr/bin/qs & +# wallpaper +exec-once = hyprpaper ############################# ### ENVIRONMENT VARIABLES ### ############################# @@ -102,7 +106,7 @@ decoration { rounding_power = 2 # Change transparency of focused and unfocused windows - active_opacity = 0.9 + active_opacity = 1.0 inactive_opacity = 0.85 shadow { diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf new file mode 100644 index 0000000..f50b99d --- /dev/null +++ b/hypr/hyprpaper.conf @@ -0,0 +1,27 @@ +# wallpaper { +# monitor = DP-1 +# path = /home/sem/Pictures/wallpapers/DSC00792.jpg +# fit_mode = cover +# } + +# wallpaper { +# monitor = DP-2 +# path = /home/sem/Pictures/wallpapers/IMG_20260227_131059.jpg +# fit_mode = cover +# } + +# wallpaper { +# monitor = HDMI-A-1 +# path = /home/sem/Pictures/wallpapers/DSC00792.jpg +# fit_mode = cover +# } + +wallpaper { + monitor = + path = ~/Pictures/wallpapers/ + fit_mode = cover + timeout = 60 +} + +splash = false +ipc = true \ No newline at end of file