diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2020-12-29 10:28:00 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2020-12-29 10:28:00 +0000 |
| commit | bcea7bd164355687638cca6f30b19cd318d08762 (patch) | |
| tree | 22b8c06827ee43b2b88c55e7464a9a4a448f4023 /.scripts/batinfo | |
| parent | afa225e8322c2a53ef755d2f2d02241c36d5111f (diff) | |
Update info urgency + memory notification
Diffstat (limited to '.scripts/batinfo')
| -rwxr-xr-x | .scripts/batinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/batinfo b/.scripts/batinfo index 87676ac..1719181 100755 --- a/.scripts/batinfo +++ b/.scripts/batinfo @@ -5,7 +5,7 @@ set -e status="$(acpi -abi)" # get battery and adapter info case $BLOCK_BUTTON in - 3) notify-send "Battery status" "$status" ;; + 1) notify-send -t $((15 * 1000)) --urgency=low "Battery status" "$status" ;; 4) brightnessctl -q s 10%+ ;; 5) brightnessctl -q s 10%- ;; esac |
