Improve emoji spacing in hyprlock

This commit is contained in:
ItsDrike 2025-07-21 01:18:41 +02:00
parent 7cf9101c71
commit a572d0f073
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -165,7 +165,7 @@ label {
# Device uptime
label {
text = cmd[update:1000] echo " $(uptime -p | sed -e 's/^up //' -e 's/ years\?,\?/y/' -e 's/ months\?,\?/m/' -e 's/ weeks\?,\?/w/' -e 's/ days\?,\?/d/' -e 's/ hours\?,\?/h/' -e 's/ minutes\?.\?/m/' -e 's/ seconds\?,\?/s/' | cut -d' ' -f-2)"
text = cmd[update:1000] echo " $(uptime -p | sed -e 's/^up //' -e 's/ years\?,\?/y/' -e 's/ months\?,\?/m/' -e 's/ weeks\?,\?/w/' -e 's/ days\?,\?/d/' -e 's/ hours\?,\?/h/' -e 's/ minutes\?.\?/m/' -e 's/ seconds\?,\?/s/' | cut -d' ' -f-2)"
color = rgba(129, 162, 190, 1.0)
font_size = 11
font_family = Noto Sans
@ -177,7 +177,7 @@ label {
# Battery percentage
label {
text = cmd[update:1000] echo " $(cat /sys/class/power_supply/BAT0/capacity)%"
text = cmd[update:1000] echo " $(cat /sys/class/power_supply/BAT0/capacity)%"
color = rgba(129, 162, 190, 1.0)
font_size = 11
font_family = Noto Sans
@ -193,7 +193,7 @@ label {
# User account
label {
text =  $USER
text =  $USER
color = rgba(129, 162, 190, 1.0)
font_size = 11
font_family = Noto Sans