valr / cbatticon

A lightweight and fast battery icon that sits in your system tray
GNU General Public License v2.0
168 stars 40 forks source link

Avoid duplicate notifications on startup #39

Closed sfs closed 7 years ago

sfs commented 7 years ago

During startup, ac_path and battery_path were not initialized. This ultimately lead to a duplicate notification, since changed_power_supplies returned incorrect information in the very first call.

Fixes #38.

valr commented 7 years ago

@sfs, thanks a lot for the pull request. I'll release a new version asap.