hyprlock: add battery

This commit is contained in:
end-4
2024-02-29 16:40:44 +07:00
parent 97c2a9b349
commit 8d00b16b65
3 changed files with 57 additions and 11 deletions
@@ -40,7 +40,7 @@ label { # Clock
halign = center
valign = center
}
label {
label { # Greeting
monitor =
text = hi $USER !!!
color = $text_color
@@ -51,7 +51,7 @@ label {
halign = center
valign = center
}
label {
label { # lock icon
monitor =
text = lock
color = $text_color
@@ -62,7 +62,7 @@ label {
halign = center
valign = bottom
}
label {
label { # "locked" text
monitor =
text = locked
color = $text_color
@@ -72,4 +72,16 @@ label {
position = 0, 50
halign = center
valign = bottom
}
label { # Status
monitor =
text = cmd[update:5000] ~/.config/hypr/hyprlock/status.sh
color = $text_color
font_size = 14
font_family = $font_family
position = 30, -30
halign = left
valign = top
}