diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 16:46:37 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 16:46:37 +0900 |
| commit | e31f11a928c6c116fed13d35d67c9852d92fedf3 (patch) | |
| tree | a0777b994d41f4f49755536585e6f7c208c2c168 /config | |
| parent | 67030abc81bf404b06b2592c3dd0313aa829c7b1 (diff) | |
corrected some items in hyprlock.conf
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 8 | ||||
| -rw-r--r-- | config/hypr/hyprlock.conf | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index e4837c73..8fc3b075 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -19,7 +19,7 @@ background { #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # by wallpaper effects path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current # current wallpaper - color = black # color will be rendered initially until path is available + color = rgb(0,0,0) # color will be rendered initially until path is available # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_size = 3 @@ -104,10 +104,6 @@ label { monitor = text = $USER color = $color13 - outline_thickness = 2 - dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 - dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 - dots_center = true font_size = 24 font_family = Victor Mono Bold Oblique position = 0, 150 @@ -126,7 +122,7 @@ input-field { dots_center = true outer_color = $color11 inner_color = rgba(255, 255, 255, 0.1) - capslock_color = rgba(255, 0, 0) + capslock_color = rgb(255,255,255) font_color = $color13 fade_on_empty = false font_family = Victor Mono Bold Oblique diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 5402aee4..a3cbb76f 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -19,7 +19,7 @@ background { #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # by wallpaper effects path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current # current wallpaper - color = black # color will be rendered initially until path is available + color = rgb(0,0,0) # color will be rendered initially until path is available # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_size = 3 @@ -104,10 +104,6 @@ label { monitor = text = $USER color = $color13 - outline_thickness = 2 - dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 - dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 - dots_center = true font_size = 24 font_family = Victor Mono Bold Oblique position = 0, 200 @@ -127,7 +123,7 @@ input-field { outer_color = $color11 inner_color = rgba(255, 255, 255, 0.1) font_color = $color13 - capslock_color = rgba(255, 0, 0) + capslock_color = rgb(255,255,255) fade_on_empty = false font_family = Victor Mono Bold Oblique placeholder_text = <i><span foreground="##ffffff99">🔒 Type Password</span></i> |
