diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
index 150a27d..7cf48eb 100644
--- a/config/hypr/hyprlock.conf
+++ b/config/hypr/hyprlock.conf
@@ -6,6 +6,9 @@ source = $HOME/.cache/wal/colors-hyprland
# wallpaper and picture variables # supports png, jpg, webp (no animations, though)
$wallpaper = $HOME/.config/rofi/.current_wallpaper
+
+# you can put your profile picture path here if wanted
+# by default is your current wallpaper. See note above regarding format support
$picture = $HOME/.config/rofi/.current_wallpaper
general {
@@ -20,7 +23,7 @@ background {
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_size = 4
- blur_passes = 2 # 0 disables blurring
+ blur_passes = 3 # 0 disables blurring
noise = 0.0117
contrast = 1.3000 # Vibrant!!!
brightness = 0.8000
@@ -87,7 +90,6 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H
valign = center
}
-# user
label {
monitor =
text = $USER
@@ -100,7 +102,6 @@ label {
valign = bottom
}
-# uptime
label {
monitor =
text = cmd[update:60000] echo " "$(uptime -p)" "
@@ -112,7 +113,6 @@ label {
valign = bottom
}
-# weather (note: this cause delay)
label {
monitor =
text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2
@@ -124,12 +124,11 @@ label {
valign = bottom
}
-# picture
image {
monitor =
path = $picture # set the picture path above
size = 230
- rounding = -2
+ rounding = -1 # negative values mean circle
border_size = 1
border_color = $color12
rotate = 0