diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-08-19 13:51:56 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-08-19 13:51:56 +0900 |
| commit | ebd6a8d63c76051c703d907e9bbef73a983427a4 (patch) | |
| tree | 268115c1074e93f9ae26f43c8ae29620ac8ce7a1 /config | |
| parent | 9b0d32298ee54124bd793eec0537445e3a250b47 (diff) | |
added line for hyprlock current wallpaper
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 3 | ||||
| -rw-r--r-- | config/hypr/hyprlock.conf | 3 |
2 files changed, 6 insertions, 0 deletions
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 |
