]> Freerunner's - dotfiles.git/commitdiff
hypr: tweak hyprlock
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 12 Oct 2024 17:39:58 +0000 (19:39 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sat, 12 Oct 2024 17:39:58 +0000 (19:39 +0200)
dot-config/hypr/hyprlock.conf

index bbbc8fd11e48b75ed86e1f346e125473f7501876..94377eaf7b08967c1cda3ef59999c42a7b0e95f1 100644 (file)
@@ -6,9 +6,9 @@ general {
 }
 
 background {
-    monitor =
-    path = /home/andy/Bilder/Wallpapers/5120x1440-aerjl345234.webp   # supports png, jpg, webp (no animations, though)
-    color = rgba(25, 20, 20, 1.0)
+    monitor = 
+    # path = /home/andy/Bilder/Wallpapers/51240-aerjl345234.webp   # supports png, jpg, webp (no animations, though)
+    color = 0xdd$base00
 
     # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
     blur_passes = 3 # 0 disables blurring
@@ -25,7 +25,7 @@ image {
        size = 150
        rounding = -1 # negative values mean circle
        border_size = 4
-       border_color = 0xee$base05
+       border_color = 0xff$base05
        rotate = 0
        reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2
        reload_cmd =  # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
@@ -39,13 +39,13 @@ image {
 label {
        text = $TIME
        text_align = right
-       font_size = 24
+       font_size = 64
        font_family = IosevkaTerm Nerd Font Mono
        color = 0xff$base05
 
-       position = -10, -5
-       halign = right
-       valign = top
+       position = 0, 360
+       halign = center
+       valign = center
 }
 
 label {
@@ -55,7 +55,7 @@ label {
        font_family = IosevkaTerm Nerd Font Mono
        color = 0xff$base05
 
-       position = -10, -40
+       position = -10, -5
        halign = right
        valign = top
 }
@@ -67,8 +67,8 @@ label {
        font_family = IosevkaTerm Nerd Font Mono
        color = 0xff$base05
 
-       position = -10, -64
-       halign = right
+       position = 10, -5
+       halign = left
        valign = top
 }
 
@@ -81,7 +81,7 @@ input-field {
     dots_center = false
     dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
     outer_color = 0xff$base00
-    inner_color = 0xdd$base05
+    inner_color = 0xff$base05
     font_color = 0xff$base00
     fade_on_empty = true
     fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.