
VistaBlack
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Had to add my own contribution to the massive amounts of Vista themes. Hope you like it, dont flame me too much! :)
Should be lightweight since it's under IceWM (about same resource consumption as Fluxbox). Use as Window decoration or as it's own environment.
Please let me know if anything doesn't work/looks bad/needs fixing/etc.
Anyways, enjoy!
Update 1: Removed transparent pixmap as border, found a workaround.
Fixed corner size so it displays the corners properly
Also, sorry for low quality screenshot, 300kb limit is a bit harsh on a 1600x1200 image.
mikeybaby72
7 years ago
Report
frankzen
11 years ago
Report
BLTicklemonster
12 years ago
Thanks for a beautiful theme and saving me a lot of trouble!!!
Hope you don't mind, but for my own use, I changed the start button from the Windows look. :)
Report
yan
13 years ago
a script like that should be run both in
theme directory (/usr/share/icewm/themes/VistaBlack/) and in its taskbar subdir in order to restore links
----cut-----
#!/bin/sh
for i in `ls *.xpm`
do
if [ "`wc -w $i`" = "1 $i" ]
then
ln -f `cat $i` $i
fi
done
----cut-----
repack it pls
Report
yan
13 years ago
Report
yan
13 years ago
a script like that should be run both in
theme directory (/usr/share/icewm/themes/VistaBlack/) and in its taskbar subdir in order to restore links
----cut-----
#!/bin/sh
for i in `ls *.xpm`
do
if [ "`wc -w $i`" = "1 $i" ]
then
ln -f `cat $i` $i
fi
done
----cut-----
repack it pls
Report
yan
13 years ago
a script like that should be run both in
theme directory (/usr/share/icewm/themes/VistaBlack/) and in its taskbar subdir in order to restore links
----cut-----
#!/bin/sh
for i in `ls *.xpm`
do
if [ "`wc -w $i`" = "1 $i" ]
then
ln -f `cat $i` $i
fi
done
----cut-----
repack it pls
Report
mylesg
13 years ago
Report
khom
13 years ago
Report
mylesg
13 years ago
Thanks for the info :)
Report