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";
|
valign = "center";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# welcome
|
# battery
|
||||||
text = "hello $USER :3";
|
text = "cmd[update:1000] echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\"";
|
||||||
color = text_color;
|
color = text_color;
|
||||||
font_size = 20;
|
font_size = 30;
|
||||||
position = {
|
position = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 240;
|
y = 200;
|
||||||
};
|
};
|
||||||
halign = "center";
|
halign = "center";
|
||||||
valign = "center";
|
valign = "center";
|
||||||
|
|
Loading…
Reference in a new issue