
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
Sleek, light theme for gnome-3 and cinnamon
7 years ago
0.2
*made dock darker for better visibility
*added white,thin border around dash
*made top,(bottom) panel colours the same
*made dock,dash icon colours (hovered over,running, etc) the same
*made notification area lighter and more compact
*changed button style
*changed colours for menus slightly
7 years ago
0.2
*made dock darker for better visibility
*added white,thin border around dash
*made top,(bottom) panel colours the same
*made dock,dash icon colours (hovered over,running, etc) the same
*made notification area lighter and more compact
*changed button style
*changed colours for menus slightly
CruyffTurn
7 years ago
Report
dmitriykholodilin
7 years ago
Please tell me how did you done this?
Report
vince2678
7 years ago
1.: Deinstall metacity, link /usr/bin/gnome-shell to /usr/bin/metacity and make metacity default wm under 'default apps' under kde system settings then add 'gnome-settings-daemon' as startup application in KDE systemsettings
Or
2: make file /usr/bin/metacity and add :
#!/bin/bash
gnome-session --session=gnome
#EOF
Then 'chmod oug+rx /usr/bin/metacity' in terminal (no quotes) and make metacity default wm.
Then logout + login.
P.s it is impossible to logout of the session using gnome-shell under kde (kde is owner of 1st/root session) so use kde logout widget or type 'logout' in search+launch
And:
3.: use tweak-tool to disable file manager handle otherwise it will mess up kde (dolphin is better anyway)
It is a bit more difficult to make them reflect the same wallper but i ave a startup script to do this
Report