batsignal
batsignal copied to clipboard
Lightweight battery daemon written in C
Hello, Is it possible to only shows one time a given message (e.g : you have 18% left) instead of having tens of notifcation during all the time I have...
I love batsignal, it so fun to work with. Thank you. In practice I assume that batsignal is likely to be used in a script of some sorts (and not...
### What changed To improve the performance of closing the notification without decreasing the performance of batsignal (increasing the polling rate) I implemented a file watcher (for all batteries detected)...
Thank you for your work on **batsignal**. I've been using it for about 6 weeks and love the simplicity of it. Now the -e option _"cause notifications to expire"_. I...
I added an option to only show the battery full notification once while the battery is full and charging. This reduces the spam I was experiencing while leaving my laptop...
make: ``` clang -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Os -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/libmount -I/usr/include/blkid -pthread -O1 -c -o main.o main.c In file included from main.c:28: ./notify.h:15:24:...
Implemented support for long options as requested in issue #30
When my battery is plugged in and full, batsignal repeatedly notifies me every minute that my battery is full. I have enabled the "Full" notification, but I only want it...
I am using the COSMIC Desktop Environment, and have set the `-I` option in my config file; however, the icon for the battery is not displaying in my notification. My...