diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-20 19:02:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 19:02:39 +0900 |
| commit | 2b715deacefc61247ca15ed8527730c0537407f1 (patch) | |
| tree | 17cb1dbbba207b5b22d647853fd0d8945a487560 /config/hypr/hyprlock.conf | |
| parent | 50d110bf76233350c9478bb6b107c67758fcb234 (diff) | |
| parent | e1e8a5d54a47d04488d42e9141d414874cf83838 (diff) | |
Merge pull request #453 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index e5b18cc0..39dc95f1 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -65,7 +65,7 @@ label { monitor = text = cmd[update:1000] echo "$(date +"%H")" # text = cmd[update:1000] echo "$(date +"%I")" #AM/PM - color = rgba(255, 185, 0, .6) + color = rgba(255, 185, 0, .8) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 0, -200 @@ -77,7 +77,7 @@ label { label { monitor = text = cmd[update:1000] echo "$(date +"%M")" - color = rgba(255, 255, 255, .6) + color = rgba(15, 10, 222, .8) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 0, -500 @@ -90,7 +90,7 @@ label { monitor = text = cmd[update:1000] echo "$(date +"%S")" # text = cmd[update:1000] echo "$(date +"%S %p")" #AM/PM - color = $color12 + color = $color7 font_size = 40 font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 0, -500 @@ -102,7 +102,7 @@ label { label { monitor = text = $USER - color = $color12 + color = $color10 font_size = 18 font_family = Inter Display Medium |
