diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-26 17:28:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 17:28:33 +0900 |
| commit | 8bac5ace152352b6ed95e1401823ffd9f3e3edff (patch) | |
| tree | ed9f5498b352b86c8109f64a48bbe66f1980ff28 /config/hypr/hyprlock.conf | |
| parent | dc587d700b1f85b202eada9d14ed7a8d26a20255 (diff) | |
| parent | 7e692f93f2d2a1e1de57bfca4571ec5a26ba4355 (diff) | |
Merge pull request #353 from JaKooLit/development
Development to Main - Pre-release
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 94dc6375..e4362eab 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -51,8 +51,7 @@ label { text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>" color = $color12 font_size = 34 - font_family = JetBrains Mono Nerd Font 10 - + font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 0, -150 halign = center valign = top @@ -64,7 +63,7 @@ label { text = cmd[update:18000000] echo "<b> "$(date +'Week %U')" </b>" color = $color5 font_size = 24 - font_family = JetBrains Mono Nerd Font 10 + font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 0, -250 halign = center valign = top @@ -76,9 +75,8 @@ label { #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 = $color15 - font_size = 94 - font_family = JetBrains Mono Nerd Font 10 - + font_size = 150 + font_family = AlfaSlabOne position = 0, 0 halign = center valign = center @@ -103,19 +101,21 @@ label { text = cmd[update:60000] echo "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>" color = $color12 font_size = 24 - font_family = JetBrains Mono Nerd Font 10 + font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 0, 0 halign = right valign = bottom } -# weather edit specific location. Note, this cause a 2-4 seconds delay in locking +# weather edit the scripts for locations +# weather scripts are located in ~/.config/hypr/UserScripts Weather.sh and/or Weather.py +# see https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock label { monitor = text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache color = $color12 font_size = 24 - font_family = JetBrains Mono Nerd Font 10 + font_family = JetBrains Mono Nerd Font Mono ExtraBold position = 50, 0 halign = left valign = bottom |
