6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Show the current battery status notification
|
|
|
|
blob-notify-send -g -u low "$(blob-battery-status)"
|