
matrix style
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
gtk theme: http://linux.softpedia.com/progDownload/Matrix-Complete-Download-37314.html
mouse theme: http://s0ury.deviantart.com/art/J-Aroche-s-Vienna3-Converted-88493695
Dock: Cairo Dock
.gtkrc-2.0 file:
# ------------------ Zeichensatz im Panel, Menü und Applets
# hier gibts Schriften: http://www.webpagepublicity.com/free-fonts.html
style "meine_fonts"
{
font_name = "FreeSans" # Font in ~/.fonts speichern
}
widget_class "*Panel*" style "meine_fonts" # Panel-Font
widget "*PanelApplet*" style "meine_fonts" # PanelApplet-Font
widget_class "*MenuItem.*" style "meine_fonts" # Zeichensatz für Menü und Menü-Items
# ----------------- Schriftfarbe im Panel
style "panelbg" {
fg[NORMAL] = "#08ff00" # Farbe grün
}
widget_class "*Panel*" style "panelbg"
# --------------------- Schriftfarbe der Desktop-Icon
style "desktop-icon" {
NautilusIconContainer::frame_text = 1
text[NORMAL] = "#08ff00" # Farbe grün
NautilusIconContainer::normal_alpha = 0
}
widget_class "*DesktopIcon*" style "desktop-icon"
class "GtkWidget" style "desktop-icon" # Schriftfarbe in Applikationen (Nautilus, gedit, ...)
jamesmcm
12 years ago
Report
daturna
12 years ago
the other rings except clock are "ring sensors screenlet"
Report
jamesmcm
12 years ago
Report
daturna
12 years ago
edit.gtkrc2.0 file in your home directory and edit it like I postet above for green font in main menu
Report