From e31f11a928c6c116fed13d35d67c9852d92fedf3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Mar 2025 16:46:37 +0900 Subject: corrected some items in hyprlock.conf --- config/hypr/hyprlock-1080p.conf | 8 ++------ 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 = 🔒 Type Password -- cgit v1.2.3