diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-07-07 07:27:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-07 07:27:50 +0900 |
| commit | b8bfa76337fa471c2fd83c3dd2682437e6c0e2b4 (patch) | |
| tree | 7b427f140b95cd5505fe20bb060e23275176599d /config/hypr/hyprlock.conf | |
| parent | e9babc040992e94195d3a6f48b7eaa25e425c505 (diff) | |
| parent | 42e2250669e1af15d9b2ce52574590693f90ea67 (diff) | |
Merge pull request #368 from JaKooLit/development
a pre-release
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 42beb6b3..f42b08f7 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -65,24 +65,24 @@ label { color = rgba(255, 185, 0, .6) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 140 + position = 0, 300 halign = center valign = center } -# Minute-Tine +# Minute-Time label { monitor = text = cmd[update:1000] echo -e "$(date +"%M")" color = rgba(255, 255, 255, .6) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, -160 + position = 0, 0 halign = center valign = center } -# Minute-Tine +# Seconds-Time label { monitor = text = cmd[update:1000] echo -e "$(date +"%S")" @@ -90,7 +90,7 @@ label { color = $color12 font_size = 40 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 120 + position = 0, 150 halign = center valign = center } |
