forked from poz/niksos
swap hyprlock hello text for battery
This commit is contained in:
parent
5c182e5053
commit
f9b9f3047b
1 changed files with 4 additions and 4 deletions
|
@ -74,13 +74,13 @@ in {
|
|||
valign = "center";
|
||||
}
|
||||
{
|
||||
# welcome
|
||||
text = "hello $USER :3";
|
||||
# battery
|
||||
text = "cmd[update:1000] echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\"";
|
||||
color = text_color;
|
||||
font_size = 20;
|
||||
font_size = 30;
|
||||
position = {
|
||||
x = 0;
|
||||
y = 240;
|
||||
y = 200;
|
||||
};
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
|
|
Loading…
Reference in a new issue