diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index f01b8fa..4361a21 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -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