{"id":31622679,"url":"https://github.com/artist4xlibre/batticonplus","last_synced_at":"2025-10-06T17:11:21.042Z","repository":{"id":316957219,"uuid":"1065465412","full_name":"artist4xlibre/batticonplus","owner":"artist4xlibre","description":"Lightweight battery status icon for the system tray and notifier (based on cbatticon)","archived":false,"fork":false,"pushed_at":"2025-10-04T19:15:34.000Z","size":84,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T21:22:46.680Z","etag":null,"topics":["battery","charging","icon","laptop","level","notification","notifier","power","status","systray"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artist4xlibre.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-27T19:34:21.000Z","updated_at":"2025-10-04T19:13:28.000Z","dependencies_parsed_at":"2025-09-27T21:22:03.715Z","dependency_job_id":"24c4b646-1e03-4253-ac38-e8da9c6c1acd","html_url":"https://github.com/artist4xlibre/batticonplus","commit_stats":null,"previous_names":["artist4xlibre/batticonplus"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/artist4xlibre/batticonplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artist4xlibre%2Fbatticonplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artist4xlibre%2Fbatticonplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artist4xlibre%2Fbatticonplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artist4xlibre%2Fbatticonplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artist4xlibre","download_url":"https://codeload.github.com/artist4xlibre/batticonplus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artist4xlibre%2Fbatticonplus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646783,"owners_count":26021512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["battery","charging","icon","laptop","level","notification","notifier","power","status","systray"],"created_at":"2025-10-06T17:11:15.920Z","updated_at":"2025-10-06T17:11:21.038Z","avatar_url":"https://github.com/artist4xlibre.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# batticonplus\nLightweight battery status icon for the system tray and notifier (based on cbatticon)\n\nOriginally based on code from xbattbar-acpi.\n\nNote: The percentage for the battery's 'Maximum Capacity' in the systray icon\\\ntooltip is the comparison of its current maximum charge capacity and its design.\\\nOn some systems the maximum and minimum charge can be limited by bios\\\nsettings in which case e.g. the displayed maximum capacity can be 80% or lower.\n\n`Make options:`\\\n`  WITH_GTK3=1 to build against gtk3, it is the default option`\\\n`  WITH_GTK3=0 to build against gtk2 (version 2.16)`\n\n`  WITH_NOTIFY=1 to build with libnotify support, it is the default option`\\\n`  WITH_NOTIFY=0 to build without libnotify support`\n\n`  WITH_APPINDICATOR=1 to build with ayatana-appindicator support`\\\n`  WITH_APPINDICATOR=0 to build without ayatana-appindicator support, it is the default option`\n\n`Usage:`\\\n`  batticonplus [OPTION...] [BATTERY ID]`\n\n`Help Options:`\\\n`  -h, --help                       Show help options`\n\n`Application Options:`\\\n`  -v, --version                    Display the version`\\\n`  -d, --debug                      Display debug information`\\\n`  -u, --update-interval            Set update interval (in seconds)`\\\n`  -i, --icon-type                  Set icon type ('standard', 'notification' or 'symbolic')`\\\n`  -l, --low-level                  Set low battery level (in percent)`\\\n`  -r, --critical-level             Set critical battery level (in percent)`\\\n`  -o, --command-low-level          Command to execute when low battery level is reached`\\\n`  -c, --command-critical-level     Command to execute when critical battery level is reached`\\\n`  -x, --command-left-click         Command to execute when left clicking on tray icon`\\\n`  -n, --hide-notification          Hide the notification popups`\\\n`  -t, --list-icon-types            List available icon types`\\\n`  -p, --list-power-supplies        List available power supplies (battery and AC)`\\\n`  -s, --disable-startup-notify     Suppress the startup notification`\\\n`  -w  --charge-reached-notify      Warn when charging and level reached 80%`\n\n`Default value for options:`\\\n`  update interval        : 5 seconds`\\\n`  icon type              : the first one that is available in this sequence:`\\\n`                           standard, notification or symbolic`\\\n`                           (check your setup with --list-icon-types)`\\\n`  low level              : 20 percent`\\\n`  critical level         : 5 percent`\\\n`  command low level      : none`\\\n`  command critical level : none`\\\n`  command left click     : none`\\\n`  battery id             : BAT0, if present`\\\n`                           (check available power sources with --list-power-supplies)`\n\n`Examples:`\\\n`  batticonplus`\\\n`  batticonplus -t`\\\n`  batticonplus -p`\\\n`  batticonplus -u 20 -i notification -c \"poweroff\" -l 15 -r 3`\\\n`  batticonplus -u 20 -i notification -r 3 -c \"poweroff\" -l 15 -o \"xbacklight = 5\"`\n\nThanks to:\n  - Bing Liu for adding icon theme and notification support\n  - Zariep for adding Ayatana AppIndicator support\n  - Drew Abbott for the option to disable charge notification on startup\n\n--\n\n Carlo den Otter\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartist4xlibre%2Fbatticonplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartist4xlibre%2Fbatticonplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartist4xlibre%2Fbatticonplus/lists"}