mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-07-22 13:00:03 +00:00
Improve emoji spacing in hyprlock
This commit is contained in:
parent
7cf9101c71
commit
a572d0f073
1 changed files with 3 additions and 3 deletions
|
@ -165,7 +165,7 @@ label {
|
||||||
|
|
||||||
# Device uptime
|
# Device uptime
|
||||||
label {
|
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)
|
color = rgba(129, 162, 190, 1.0)
|
||||||
font_size = 11
|
font_size = 11
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
@ -177,7 +177,7 @@ label {
|
||||||
|
|
||||||
# Battery percentage
|
# Battery percentage
|
||||||
label {
|
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)
|
color = rgba(129, 162, 190, 1.0)
|
||||||
font_size = 11
|
font_size = 11
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
@ -193,7 +193,7 @@ label {
|
||||||
|
|
||||||
# User account
|
# User account
|
||||||
label {
|
label {
|
||||||
text = $USER
|
text = $USER
|
||||||
color = rgba(129, 162, 190, 1.0)
|
color = rgba(129, 162, 190, 1.0)
|
||||||
font_size = 11
|
font_size = 11
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue