Posts: 253
mariel77
Joined: 13 Sep 2007
#16
And I would really like a battery indicator.
There are some suggestions for using conky for the battery indicator in this thread:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/antix-7-5-on-a-new-computer-but-some-stuff-to-figure-out-t1161.html?hilit=conky#p7368"
linktext was:"antix.freeforu ms.org/antix-7-5-o ... onky#p7368"
====================================


But I don't know if conky and idesk are compatible. Someone else may know though.
Last edited by mariel77 on 20 Nov 2008, 22:42, edited 1 time in total.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007

20 Nov 2008, 18:50 #17

Conky and idesk will work fine together. I had a screen shot here somewhere with both working. I will try to find it.

Here it is:


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/idesk-t573.html"
linktext was:"antix.freeforu ms.org/idesk-t573.html"
====================================
" onclick="window.open(this.href);return false
Posts: 29
danish
Joined: 18 Nov 2008
#18
eriefisher wrote:Conky and idesk will work fine together. I had a screen shot here somewhere with both working. I will try to find it.

Here it is:

idesk-t573.html
Nice - since I am becoming quite fond of conky. But shoulden't it be possible to have a battery-indicator bar? I haven't been succesful figuring that out. Here is my current conky text:

Code: Select all

TEXT
${color red}${time %a %d %b %k:%M}
${color gold}CPU: ${cpubar 7}
${color green}RAM: ${membar 7}
${color gold}MEM: ${swapbar 7}
${color blue}NET ${color blue} ${wireless_link_bar 7 wlan0}
${color gold}HDA: ${fs_bar 7 /}
${color red}BATTERI: ${battery_percent BAT1}% 
I would like a bar for the battery as well, but nothing I try seems to work __{{emoticon}}__
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#19
Change

Code: Select all

${color red}BATTERI: ${battery_percent BAT1}% 
to

Code: Select all

${color red}BATTERI: ${battery_bar BAT1} 
Nice little conky, good stuff.
Posts: 29
danish
Joined: 18 Nov 2008
#20
eriefisher wrote:Change

Code: Select all

${color red}BATTERI: ${battery_percent BAT1}% 
to

Code: Select all

${color red}BATTERI: ${battery_bar BAT1} 
Nice little conky, good stuff.
Thanks - again. I'm still working on the best conky for me.....
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#21
danish,

You may prefer to use a bar to launch your apps rather than use desktop icons.
If you do a good one is wbar, used by a few here at antiX.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/using-wbar-and-other-toolbars-t1104.html?hilit=wbar#p7391"
linktext was:"antix.freeforu ms.org/using-wbar- ... wbar#p7391"
====================================
" onclick="window.open(this.href);return false
and

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/your-favorite-window-manager-and-a-quick-why-t1098.html"
linktext was:"antix.freeforu ms.org/your-favori ... t1098.html"
====================================
" onclick="window.open(this.href);return false

In the second thread, get the .deb file not the tar. It installs much easier.
Posts: 29
danish
Joined: 18 Nov 2008
#22
anticapitalista wrote:danish,

You may prefer to use a bar to launch your apps rather than use desktop icons.
If you do a good one is wbar, used by a few here at antiX.

using-wbar-and-other-toolbars-t1104.html?hilit=wbar#p7391
and
your-favorite-window-manager-and-a-quick-why-t1098.html

In the second thread, get the .deb file not the tar. It installs much easier.
That does look really nice - and not to ressource heavy. However, I think that would look best with Fluxbox (to avoid having both the wbar and the IceVM taskbar). Also, I think it would be odd to have a look that is to Mac-like, when one can have the laptop look a lot more personal. I think I will consider that option.....

I wonder if it would be possible too have conky at the bottom (one or two rows), and then a wbar right above that - that might look cool....... thinking...... __{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__ All those choices......


Come to think of it - could one integrate conky into a 3D-like w-bar? That would look stunningly beautiful, and be something completely personal.....
Last edited by danish on 21 Nov 2008, 11:07, edited 1 time in total.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#23
You can put conky, wbar and icewm/fluxbox toolbars wherever you wish.
Posts: 1,139
masinick
Joined: 26 Apr 2008
#24
My Gateway usually works with Linux distros, but it is the most challenging to get right. Earlier, I had to use VESA to get the video going, and also, this box has the Broadcom 4311 wireless interface, which is a fairly recent addition to the wireless support in the kernel. Therefore the Gateway will be my next installation target - I am running it there right now.

Good news is that the Broadcom network works in Live mode. It works once installed to the hard drive, too. That means that antiX M8.0 Test 2 passes the most difficult systems test that I can throw at it with my hardware.

Now to see what else I can find.

Good job!