README (cbatticon-1.6.12) | : | README (cbatticon-1.6.13) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
Help Options: | Help Options: | |||
-h, --help Show help options | -h, --help Show help options | |||
Application Options: | Application Options: | |||
-v, --version Display the version | -v, --version Display the version | |||
-d, --debug Display debug information | -d, --debug Display debug information | |||
-u, --update-interval Set update interval (in seconds) | -u, --update-interval Set update interval (in seconds) | |||
-i, --icon-type Set icon type ('standard', 'notification' or 'symbolic') | -i, --icon-type Set icon type ('standard', 'notification' or 'symbolic') | |||
-l, --low-level Set low battery level (in percent) | -l, --low-level Set low battery level (in percent) | |||
-r, --critical-level Set critical battery level (in percent) | -r, --critical-level Set critical battery level (in percent) | |||
-o, --command-low-level Command to execute when low battery level is reached | ||||
-c, --command-critical-level Command to execute when critical battery leve l is reached | -c, --command-critical-level Command to execute when critical battery leve l is reached | |||
-x, --command-left-click Command to execute when left clicking on tray icon | -x, --command-left-click Command to execute when left clicking on tray icon | |||
-n, --hide-notification Hide the notification popups | -n, --hide-notification Hide the notification popups | |||
-t, --list-icon-types List available icon types | -t, --list-icon-types List available icon types | |||
-p, --list-power-supplies List available power supplies (battery and AC ) | -p, --list-power-supplies List available power supplies (battery and AC ) | |||
Default value for options: | Default value for options: | |||
update interval : 5 seconds | update interval : 5 seconds | |||
icon type : the first one that is available in this sequence: | icon type : the first one that is available in this sequence: | |||
standard, notification or symbolic | standard, notification or symbolic | |||
(check your setup with --list-icon-types) | (check your setup with --list-icon-types) | |||
low level : 20 percent | low level : 20 percent | |||
critical level : 5 percent | critical level : 5 percent | |||
command low level : none | ||||
command critical level : none | command critical level : none | |||
command left click : none | command left click : none | |||
battery id : the first one that is reported by sysfs | battery id : the first one that is reported by sysfs | |||
(check your setup with --list-power-supplies) | (check your setup with --list-power-supplies) | |||
Examples: | Examples: | |||
cbatticon | cbatticon | |||
cbatticon -t | cbatticon -t | |||
cbatticon -p | cbatticon -p | |||
cbatticon -u 20 -i notification -c "poweroff" -l 15 -r 3 | cbatticon -u 20 -i notification -c "poweroff" -l 15 -r 3 | |||
cbatticon -u 20 -i notification -r 3 -c "poweroff" -l 15 -o "xbacklight = 5" | ||||
Thanks to: | Thanks to: | |||
- hasufell <hasufell@gentoo.org> for the following improvements: | - hasufell <hasufell@gentoo.org> for the following improvements: | |||
Allow AC only tray icon | Allow AC only tray icon | |||
Allow building with(out) libnotify support | Allow building with(out) libnotify support | |||
Allow building with gtk2 or gtk3 | Allow building with gtk2 or gtk3 | |||
Allow execution of command when left clicking on the tray icon | Allow execution of command when left clicking on the tray icon | |||
Many other improvements in Makefile, comments, whitespace cleaning, ... | Many other improvements in Makefile, comments, whitespace cleaning, ... | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |