|
From: emak <arc...@gm...> - 2015-01-22 11:43:02
|
On 22.01.2015 11:20, Ivan Uemlianin wrote: > Thanks both! > > Those both sound worth a try. However, they both seem a bit heavyweight. > > Is there no way to do what I actually want to do? (I've been using dwm > for a while and the status bar was essentially just a shell script). > > Best wishes > > Ivan > > > On 22/01/2015 07:10, Eric S Fraga wrote: >> Alternatively, you could use Conky to place the information anywhere on >> the screen... this is what I do. >> For simplicity I just use xosd. This is my setting in ~/.fluxbox/keys which can be adapted to meet your needs: Mod4 b :Exec /usr/bin/acpi | cut -d ":" -f 2 | cut -d "," -f 1,2 | osd_cat --align=right --pos=bottom --offset=-110 --indent=130 --colour=yellow --delay=3 -f "-*-dejavu sans-medium-r-*-*-*-*-*-*-*-*-*-*" Cheers emak |