feat: Add new battery display to lockscreen
This commit is contained in:
@@ -30,7 +30,6 @@ background {
|
||||
}
|
||||
# TIME
|
||||
label {
|
||||
# monitor =
|
||||
text = $TIME
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 90
|
||||
@@ -42,8 +41,7 @@ label {
|
||||
|
||||
# Battery
|
||||
label {
|
||||
# monitor =
|
||||
text = cmd[update:1000] echo " $(cat /sys/class/power_supply/BAT0/capacity)%"
|
||||
text = cmd[update:1000] /home/nathan/.config/hypr/scripts/battery.sh
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 20
|
||||
font_family = $font
|
||||
|
||||
Reference in New Issue
Block a user