From ebd6a8d63c76051c703d907e9bbef73a983427a4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 19 Aug 2024 13:51:56 +0900 Subject: added line for hyprlock current wallpaper --- config/hypr/hyprlock-1080p.conf | 3 +++ config/hypr/hyprlock.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 68409417..3527f0a2 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -12,8 +12,11 @@ general { background { monitor = + # NOTE: use only 1 path #path = screenshot # screenshot of your desktop path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # NOTE only png supported for now + #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current # current wallpaper + #color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index e95da6dd..e5b18cc0 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -12,8 +12,11 @@ general { background { monitor = + # NOTE: use only 1 path #path = screenshot # screenshot of your desktop path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # NOTE only png supported for now + #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current # current wallpaper + #color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations -- cgit v1.2.3