2025-09-06 06:50:39 +00:00
|
|
|
#!/usr/sbin/env bash
|
2025-09-06 06:49:26 +00:00
|
|
|
|
|
|
|
appname=(-D /usr/sbin/zenity\ --warning\ --title=\"BATTERY\ LOW\"\ --ok-label=\"OH\ FUCK\"\ --icon=battery-low\ --text=\"Plug\ in\ or\ turn\ off.\ You\ got\ like\ 1\ minute,\ Tops\")
|
|
|
|
|
|
|
|
opts=( -w 10 -c 9 -d 8 -m +30 "${appname[@]}" )
|
|
|
|
|
|
|
|
exec chpst -e "$TURNSTILE_ENV_DIR" /usr/sbin/batsignal "${opts[@]}"
|
|
|
|
|