diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:39:55 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:39:55 +0900 |
| commit | 4ff5b6fb30c83fe1e1b5652a759105858756f4b1 (patch) | |
| tree | 7b140dad2365578b1e3d1bb2b19d0ec1e6d18e01 | |
| parent | 928deb30486095d011b63e4cbc323131915033ab (diff) | |
adjusted hyprlock
| -rw-r--r-- | config/hypr/hyprlock.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index a4a8c19c..f41d646a 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -34,7 +34,7 @@ input-field { dots_center = true outer_color = $color1 inner_color = $color0 - font_color = $color7 + font_color = $color12 fade_on_empty = true placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty. hide_input = false @@ -48,7 +48,7 @@ input-field { label { monitor = text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>" - color = $color1 + color = $color9 font_size = 34 font_family = JetBrains Mono Nerd Font 10 @@ -61,7 +61,7 @@ label { label { monitor = text = cmd[update:18000000] echo "<b> "$(date +'Week %U')" </b>" - color = $color7 + color = $color5 font_size = 24 font_family = JetBrains Mono Nerd Font 10 position = 0, -250 @@ -74,7 +74,7 @@ label { monitor = # 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 + color = $color15 font_size = 94 font_family = JetBrains Mono Nerd Font 10 @@ -87,7 +87,7 @@ text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H label { monitor = text = $USER - color = $color7 + color = $color9 font_size = 18 font_family = Inter Display Medium @@ -112,7 +112,7 @@ label { label { monitor = text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache - color = $color10 + color = $color12 font_size = 24 font_family = JetBrains Mono Nerd Font 10 position = 50, 0 @@ -127,7 +127,7 @@ image { size = 230 rounding = -1 border_size = 4 - border_color = $color2 + border_color = $color1 rotate = 0 reload_time = -1 position = 0, 300 |
