index
:
dotfiles
main
Configuration files for my Linux system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dot-config
/
yambar
/
scripts
/
notify-bat
blob: 506e2235874cdf302ffffb305e0b225b1db5cd26 (
plain
)
1
2
3
#!/bin/sh
notify-send
"Battery"
"Duration remaining:
$(
acpi
|
cut
-d
' '
-f5
)
"