forked from Shinonome/dots-hyprland
hyprlock: add battery
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user