|
|
|
|
@ -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 |
|
|
|
|
|