 |
Excelsior |
| version 3.0.1 |
| About Excelsior |
A GTK Theme Engine
A Theme Engine based on Clearlooks.
ENGINE OPTIONS:
contrast = # contrast. value is a float (eg 0.82)
radius = # widget roundness. value is a float
animation = # enable animation. TRUE or FALSE
focus_color = # the color of the focus line. value is a GdkColor (eg. "BBE552")
focus_line_width = # the width of the focus line. value is an integer
scrollbarstyle = # the scrollbar style. 0 = striped; 1 = arrowed; 2 = plain
toolbarstyle = # the style of the toolbar 0 = gummy bar; 1 = glossy bar; 2 = smooth
menubarstyle = # the style of the menubar. 0 = gummy bar; 1 = glossy bar; 2 = smooth
HINT: gummy + gummy || glossy + glossy || smooth + smooth == merged bar
random_effect = # enable or disable random stuff on buttons/tabs 0 = no; 1 = stripes; 2 = bubbles
random_opacity = # The Opacity of the stripes, value is a float from 0.0 to 1.0
entry_ib_ever = # show entry's inner-border everytime or only on focus; 0 = only on focus; 1 = everytime
progbar_style = # the style of the progressbar. 0 = striped; 1 = arrowed; 2 = flat gradient
progbar_to_left = # wether to animate the progressbar rtl (right to left) or ltr (left to right). 0 = ltr; 1 = rtl
mw_gradient = # Gradient on the MainWindow, 0 = plain; 1 = horizontal gradient; 2 = diagonal gradient; 3 = stripes [showcase]; 4 = arrows [showcase]
aqua_tabs = # the Style of the Tabs; 0 = excelsior 1.0+; 1 = excelsior 1.0-
button_style = # the Style of the Buttons: 0 = Inverted; 1 = BubbleGum; 2 = Aqua
pellucid_scales = # How to draw the sliders on scales; 0 = opaque; 1 = pellucid
old_scales = # 0 = draw the scale-sliders according to button_style/pellucid_scales
# 1 = draw the scale-sliders like in previous versions of XCL
swoosh_effect = # Draw a swoosh! on the button 0 = no; 1 = yes
swoosh_strength = # strength of the swoosh! integer from 0 to 100
scale_trough_size = # size of the scale-trough widget (the bar behind the "volume-slider")
tooltip_style = # The Gradient on the tooltips 0 = Straight; 1 = Curved (like before); Triangles: 2 = Left; 3 = Right; 4 = Top; 5 = Bottom
TIP:
You can use the Gnome-Color-Chooser to modify the Theme.
If you have Excelsior 1.5.0+ you can also change the engine-options within Gnome-Color-Chooser
INSTALLATION:
Debian Systems
sudo apt-get install fakeroot dpkg-dev
( or: su -c "apt-get install fakeroot dpkg-dev")
dpkg-buildpackage -rfakeroot
This will - if you have all deps installed - generate a debian binary package, install it via:
cd .. && sudo dpkg -i excelsior*.deb
(or: cd .. && su -c "dpkg -i excelsior*.deb")
If you have built a package for SID, send it to me, so that I can provide it here
(I'm using GTK 2.13 and PANGO 1.23 at the moment, so I can't provide a Package now)
Non-Debian Systems
./configure --prefix=/usr
make
su -c "make install" / sudo make install
Perhaps you'll like it, too.
Comments welcome.
Requirements
This application requires GTK+ version 2.10.x.
Other dependencies include: cairo |
| Latest Version: 3.0.1 |
3.0.1:
[ANIMATION]
- fixed the too high cpu-load issue when animation is enabled
|
|
|