mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
update snowman-style battery nag
https://discord.com/channels/961691461554950145/961693710968557598/1378504799141756991
This commit is contained in:
parent
3f274e65ac
commit
7f13abf771
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ Singleton {
|
|||
}
|
||||
|
||||
onIsCriticalAndNotChargingChanged: {
|
||||
if (available && isCriticalAndNotCharging) Hyprland.dispatch(`exec notify-send "Critically low battery" "🙏 I ask for pleas charge\nAutomatic suspend triggers at ${ConfigOptions.battery.suspend}%" -u critical -a "Shell"`)
|
||||
if (available && isCriticalAndNotCharging) Hyprland.dispatch(`exec notify-send "Critically low battery" "🙏 I beg for pleas charg\nAutomatic suspend triggers at ${ConfigOptions.battery.suspend}%" -u critical -a "Shell"`)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue