Hi there,
The menu bar icon feature is great, but to be honest I would love to be able to put there some text, widget-like.
Basically I just want to run a battery script and display the output.
The Script being quite stupid, it grabs the current battery percentage and the remaining time:
set batteryPercent to word 6 of paragraph 2 of (do shell script "pmset -g batt")
set remaininghours to word 8 of paragraph 2 of (do shell script "pmset -g batt")
set remainingminutes to word 9 of paragraph 2 of (do shell script "pmset -g batt")
return batteryPercent & "%" & "
" & remaininghours & ":" & remainingminutes
I am aware of solutions such as Coconut Battery or BitBar. The thing is that none of them can properly display a two line output (BitBar Displays each line for 5sec then shows the other one, Coconotbattery struggles with the spacing).
Any chance of adding that feature @Andreas_Hegenberg? Or does anyone has another utility in mind that would help me here?
Thanks a lot, have an awesome day! Stay safe!
~Caliguvara