Just uploaded a nice dark blue version of the antix style. Tweaked the style for this wild wallpaper and thought some of you might like it. Had to have a sporty wallpaper to match the new antiX installation on a Pentium 4 with 1 GB of ram. Speedy compared to my old P3 with 192MB of ram __{{emoticon}}__
To download the style go to:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.kde-look.org/content/show.php/Royal+Blue+antiX+Fluxbox+Style?content=83651"
linktext was:"http://www.kde-look.org/content/show.ph ... tent=83651"
====================================
The link to the wallpaper is also listed at the above site.
topic title: Royal Blue antiX Style
9 posts
• Page 1 of 1
-
Posts: 319
- Joined: 13 Sep 2007
-
Posts: 452
- Joined: 12 Sep 2007
#2
Nice one! Good to see that a dark theme can be lively at the same time...
-
Posts: 200
- Joined: 12 Sep 2007
#3
Great Job, impuwat! Mind sharing your conkyrc?
-
Posts: 1,081
- Joined: 29 Sep 2007
#4
Gutsy! Blows away most of the screenshots at freshmeat.
john
john
-
Posts: 319
- Joined: 13 Sep 2007
#5
Thanks guys. It is a little bold that's for sure.
moron: The .conkyrc is essentially the same one I did for this theme (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.kde-look.org/content/show.php/Foggy+Day+antiX+Fluxbox+Theme?content=75887"
linktext was:"http://www.kde-look.org/content/show.ph ... tent=75887"
====================================
) and it can be downloaded there in its full version.
I will list the modified one I used for this project below. One thing to take note of, however, is the processor line. I had to hand edit it because the variables were listing the processor twice. I didn't easily find a solution so just typed in my processor. The original line can be seen if you download the Foggy Day conky.
---------------------------------------------------------------------------------
#avoid flicker
double_buffer yes
#own window to run simultaneous 2 or more conkys
own_window no
own_window_transparent yes
own_window_type normal
#own_window_hints undecorate,sticky,skip_taskbar,skip_pager
#borders
draw_borders no
border_margin 1
draw_graph_borders no
#shades
draw_shades no
#position
gap_x 15
gap_y 15
alignment top_left
#behaviour
update_interval 1
#colour
default_color 5c5c5c
#default_shade_color 631010
#own_window_colour 6b1819
#font
use_xft yes
xftfont bauhaus:pixelsize=10
#to prevent window from moving
use_spacer yes
minimum_size 200 5
maximum_size 200
#Add the following lines and uncomment for wireless networking
#WIRELESS NETWORKING
# ${exec iwconfig eth1 | grep"ESSID" | cut -c 11-}
# ${exec iwconfig eth1 | grep"Frequency" | cut -c 25-}
# Local IP: ${addr eth1}
# Total Download: ${totaldown eth1}
# Total Upload: ${totalup eth1}
# Down: ${downspeed eth1}K/s ${alignr} Up: ${upspeed eth1}K/s
# ${downspeedgraph eth1 15,90 ff0000 0000ff} ${alignr} ${upspeedgraph eth1 15,90 0000ff ff0000}
TEXT
${color f73d29}ANTIX M7.02 ${alignr}VETEVENDOSJE ${color}
Kernel: ${alignr}$kernel
Uptime: ${alignr} ${uptime_short}
${color f73d29}PROCESSOR${hr 1}${color}
Intel(R) Pentium(R) 4 CPU 2.6GHz
CPU @ ${cpu}% Running ${running_processes}of ${processes}processes
${cpugraph 20,200 f73d29 f73d29}
Process: ${alignr}CPU% PID
${top name 1} ${alignr}${top cpu 1} ${top pid 1}
${top name 2} ${alignr}${top cpu 2} ${top pid 2}
${top name 3} ${alignr}${top cpu 3} ${top pid 3}
${top name 4} ${alignr}${top cpu 4} ${top pid 4}
${color f73d29}MEMORY${hr 1}${color}
MEM Use @ $memperc% ${alignr}$mem/$memmax
$membar
Process: ${alignr}MEM% PID
${top_mem name 1}${alignr}${top_mem mem 1} ${top_mem pid 1}
${top_mem name 2}${alignr}${top_mem mem 2} ${top_mem pid 2}
${top_mem name 3}${alignr}${top_mem mem 3} ${top_mem pid 3}
${top_mem name 4}${alignr}${top_mem mem 4} ${top_mem pid 4}
${color f73d29}HARD DRIVE${hr 1}${color}
/ ${fs_used /}/${fs_size /} ${fs_bar /}
/home ${fs_used /home}/${fs_size /home} ${fs_bar /home}
${color f73d29}WIRED NETWORKING${hr 1}${color}
Local IP: ${addr eth0}
Total Download: ${totaldown eth0}
Total Upload: ${totalup eth0}
Down: ${downspeed eth0}K/s ${alignr} Up: ${upspeed eth0}K/s
${downspeedgraph eth0 15,90 f73d29 f73d29} ${alignr} ${upspeedgraph
eth0 15,90 f73d29 f73d29}
moron: The .conkyrc is essentially the same one I did for this theme (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.kde-look.org/content/show.php/Foggy+Day+antiX+Fluxbox+Theme?content=75887"
linktext was:"http://www.kde-look.org/content/show.ph ... tent=75887"
====================================
) and it can be downloaded there in its full version.
I will list the modified one I used for this project below. One thing to take note of, however, is the processor line. I had to hand edit it because the variables were listing the processor twice. I didn't easily find a solution so just typed in my processor. The original line can be seen if you download the Foggy Day conky.
---------------------------------------------------------------------------------
#avoid flicker
double_buffer yes
#own window to run simultaneous 2 or more conkys
own_window no
own_window_transparent yes
own_window_type normal
#own_window_hints undecorate,sticky,skip_taskbar,skip_pager
#borders
draw_borders no
border_margin 1
draw_graph_borders no
#shades
draw_shades no
#position
gap_x 15
gap_y 15
alignment top_left
#behaviour
update_interval 1
#colour
default_color 5c5c5c
#default_shade_color 631010
#own_window_colour 6b1819
#font
use_xft yes
xftfont bauhaus:pixelsize=10
#to prevent window from moving
use_spacer yes
minimum_size 200 5
maximum_size 200
#Add the following lines and uncomment for wireless networking
#WIRELESS NETWORKING
# ${exec iwconfig eth1 | grep"ESSID" | cut -c 11-}
# ${exec iwconfig eth1 | grep"Frequency" | cut -c 25-}
# Local IP: ${addr eth1}
# Total Download: ${totaldown eth1}
# Total Upload: ${totalup eth1}
# Down: ${downspeed eth1}K/s ${alignr} Up: ${upspeed eth1}K/s
# ${downspeedgraph eth1 15,90 ff0000 0000ff} ${alignr} ${upspeedgraph eth1 15,90 0000ff ff0000}
TEXT
${color f73d29}ANTIX M7.02 ${alignr}VETEVENDOSJE ${color}
Kernel: ${alignr}$kernel
Uptime: ${alignr} ${uptime_short}
${color f73d29}PROCESSOR${hr 1}${color}
Intel(R) Pentium(R) 4 CPU 2.6GHz
CPU @ ${cpu}% Running ${running_processes}of ${processes}processes
${cpugraph 20,200 f73d29 f73d29}
Process: ${alignr}CPU% PID
${top name 1} ${alignr}${top cpu 1} ${top pid 1}
${top name 2} ${alignr}${top cpu 2} ${top pid 2}
${top name 3} ${alignr}${top cpu 3} ${top pid 3}
${top name 4} ${alignr}${top cpu 4} ${top pid 4}
${color f73d29}MEMORY${hr 1}${color}
MEM Use @ $memperc% ${alignr}$mem/$memmax
$membar
Process: ${alignr}MEM% PID
${top_mem name 1}${alignr}${top_mem mem 1} ${top_mem pid 1}
${top_mem name 2}${alignr}${top_mem mem 2} ${top_mem pid 2}
${top_mem name 3}${alignr}${top_mem mem 3} ${top_mem pid 3}
${top_mem name 4}${alignr}${top_mem mem 4} ${top_mem pid 4}
${color f73d29}HARD DRIVE${hr 1}${color}
/ ${fs_used /}/${fs_size /} ${fs_bar /}
/home ${fs_used /home}/${fs_size /home} ${fs_bar /home}
${color f73d29}WIRED NETWORKING${hr 1}${color}
Local IP: ${addr eth0}
Total Download: ${totaldown eth0}
Total Upload: ${totalup eth0}
Down: ${downspeed eth0}K/s ${alignr} Up: ${upspeed eth0}K/s
${downspeedgraph eth0 15,90 f73d29 f73d29} ${alignr} ${upspeedgraph
eth0 15,90 f73d29 f73d29}
-
Posts: 1,520
- Joined: 07 Oct 2007
#6
Outstanding!! The page won't open to download though?
-
Posts: 319
- Joined: 13 Sep 2007
#7
Kde-look.org can be really slow on occasion. I just tried the link and it opened but it took about a minute or so. If you keep having problems let me know and I will email it to you.
-
Posts: 852
- Joined: 19 Oct 2007
#8
Best Regards,
Got my votes in KDE and on Imageposter. Triple Well Well well done.impuwat wrote:Just uploaded a nice dark blue version of the antix style. Tweaked the style for this wild wallpaper and thought some of you might like it. Had to have a sporty wallpaper to match the new antiX installation on a Pentium 4 with 1 GB of ram. Speedy compared to my old P3 with 192MB of ram __{{emoticon}}__
To download the style go to:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.kde-look.org/content/show.php/Royal+Blue+antiX+Fluxbox+Style?content=83651"
linktext was:"http://www.kde-look.org/content/show.ph ... tent=83651"
====================================
The link to the wallpaper is also listed at the above site.
Best Regards,
- Posts: 200 moron
- Joined: 12 Sep 2007
#9
Thanks, impuwat. Again, very nice.impuwat wrote:The .conkyrc is essentially the same one I did for this theme (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.kde-look.org/content/show.php/Foggy+Day+antiX+Fluxbox+Theme?content=75887"
linktext was:"http://www.kde-look.org/content/show.ph ... tent=75887"
====================================
) and it can be downloaded there in its full version.