diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-17 12:27:47 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-17 12:27:47 +0100 |
| commit | 4c954840680f72007054050493551b2c222a10f1 (patch) | |
| tree | 9d4dc654c64e8cdd58a4ad3385008c83d15089b2 /dot-config/yambar/scripts/notify-bat | |
| parent | 1b18d9eb3de646ee8a1b5f46f58406228c368584 (diff) | |
Update yambar battery module to use more icons and script
Diffstat (limited to 'dot-config/yambar/scripts/notify-bat')
| -rwxr-xr-x | dot-config/yambar/scripts/notify-bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-config/yambar/scripts/notify-bat b/dot-config/yambar/scripts/notify-bat new file mode 100755 index 0000000..506e223 --- /dev/null +++ b/dot-config/yambar/scripts/notify-bat @@ -0,0 +1,3 @@ +#!/bin/sh + +notify-send "Battery" "Duration remaining: $(acpi | cut -d' ' -f5)" |
