|
From: <emn...@ri...> - 2015-01-21 16:44:05
|
On Wed, 21 Jan 2015 14:36:57 +0000, Ivan Uemlianin <iv...@ll...> wrote: > I have a little shell script, called batt, that gets battery info > (percentage charge & estimated time left) and echoes it out like, > "38% (3:35)". > > I would like to have this displayed in the fluxbox systemtray or > toolbar. > > - which is the right place? > - is it possible? > - how should it be done? I'm not familiar with freebsd. But in slackware (linux) i use kdocker to reduce to the systray "arm" (a cli utility to control tor). The cmd looks like this: --- xterm -title TorControl -e "sudo -u tor arm -c ~/.arm/armrc" & kdocker -i /usr/share/pixmaps/onion.png -n TorControl --- May be there are other utilities too to reduce apps to the systray ... (?) |