diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-04-29 10:39:26 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-04-29 10:39:26 +0900 |
| commit | 92ca7b5657e106d316f47eddbb03c40666abce13 (patch) | |
| tree | 8b444b10afeb5f43720f8023e14eb9ebe4d753b5 /config/hypr | |
| parent | 3952c360319385470ef83a8d040f00ca5430f15d (diff) | |
small tweak hyprlock
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/hyprlock.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 150a27d6..7cf48eb4 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 "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H valign = center } -# user label { monitor = text = $USER @@ -100,7 +102,6 @@ label { valign = bottom } -# uptime label { monitor = text = cmd[update:60000] echo "<b> "$(uptime -p)" </b>" @@ -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 |
