-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tpbattstat in system tray (trayer) #1
Comments
nope, sorry. you could maybe write a widget for xmobar or trayer using the JSON output of tpbattstat. p.s.: ive never used trayer; if its really easy to stick a thingie in there, i could maybe add support for it. wolke:~$ tpbattstat -j |
Can you please put the code for the taffybar widget in the repo (eg in a contrib directory)? |
unfortunately, my taffybar widget is just something i wrote and use, not a package i maintain. i dont have the time to maintain it in a useful fashion. anyway, here is the code for it: my generic json-to-gtk taffybar widget: json-widget wrapper for tpbattstat: deps: it also may or may not depend on my own fork of taffybar, i forget. my fork of taffybar: |
Thanks. If I don't want the GUI, just the functionality (especially battery balancing), is it possible to run the application in the background, eg with a cron job? Which .py file should I use for this? I just need battery balancing on my T430s. Am I correct in assuming that tpbattstat makes battery balancing possible on Ivy Bridge Thinkpads? |
while you can run "tpbattstat.py -j > /dev/null &", it wont work on ivy bridge because tpbattstat still uses smapi for balancing. take a look at the tpacpi-bat repo. note that T430s isnt a known-supported model; it would be great if you could test it out and add it to the list of models in tpacpi-bat and pull-request it. |
i have now added tpacpi to tpbattstat. you need to install tpacpi-bat first, and run tpbattstat.py -j as root |
Hi, I am trying to use tpbattstat with a desktop setup that relies on xmonad, xmobar, and trayer. Is there a way to get the applet to show up in the system tray (provided by trayer?)
The text was updated successfully, but these errors were encountered: