diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-01 12:15:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 12:15:49 +0900 |
| commit | 41c3de1b08d253a8b9a78f7c15ee1eb2ac1d9395 (patch) | |
| tree | 7b406b2f4c32ead3fa939513d0bf7e92113d2edd /config/hypr/hyprlock.conf | |
| parent | 8cda78812d9c70d83fff37d19c1d8362e07efb10 (diff) | |
| parent | f0fafb2890419a07616e71463e89aea26be62091 (diff) | |
Merge pull request #225 from JaKooLit/development
V2.2.9 released
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 94590739..b2a1a163 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -4,18 +4,14 @@ source = $HOME/.cache/wal/colors-hyprland -# wallpaper and picture variables # supports png, jpg, webp (no animations, though) -$wallpaper = $HOME/.config/rofi/.current_wallpaper -$picture = $HOME/.config/rofi/.current_wallpaper - general { - grace = 0.5 + grace = 1 } background { monitor = path = screenshot # screenshot of your desktop - #path = $wallpaper # set the picture path above + # path = $HOME/.config/rofi/.current_wallpaper # NOTE only png supported for now color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations @@ -42,7 +38,7 @@ input-field { placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty. hide_input = false - position = 0, 100 + position = 0, 200 halign = center valign = bottom } @@ -68,7 +64,7 @@ label { font_size = 24 font_family = JetBrains Mono Nerd Font 10 - position = 0, -225 + position = 0, -250 halign = center valign = top } @@ -79,10 +75,10 @@ label { # text = cmd[update:1000] echo "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H color = $color7 - font_size = 90 + font_size = 94 font_family = JetBrains Mono Nerd Font 10 - position = 0, -150 + position = 0, 0 halign = center valign = center } @@ -91,10 +87,10 @@ label { monitor = text = $USER color = $color7 - font_size = 24 + font_size = 18 font_family = Inter Display Medium - position = 0, 200 + position = 0, 100 halign = center valign = bottom } @@ -123,14 +119,14 @@ label { image { monitor = - path = $picture # set the picture path above + path = $HOME/.config/rofi/.current_wallpaper size = 230 - rounding = -2 - border_size = 1 + rounding = -1 + border_size = 4 border_color = $color12 rotate = 0 reload_time = -1 - position = 0, 200 + position = 0, 300 halign = center - valign = center + valign = bottom }
\ No newline at end of file |
