
Default Mod
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
ABOUT:
My alternative to GNOME Shell default theme. Include all the best of default theme.
INSTALLATION:
1. Install 'User Themes Extension'
https://extensions.gnome.org/extension/19/user-themes/
2. Extract to ~/.themes
3. Open 'Gnome Tweak Tool' and select theme
Arch linux users can install this (assuming usage of yaourt) by running
"yaourt -S gnome-shell-theme-default-mod"
https://aur.archlinux.org/packages.php?ID=58942
Tweaks:
FONT (Droid Sans recommended):
You can change font and size in gnome-shell.css
[quote]stage {
font-family: droid sans;
font-size: 11pt;
}[/quote]
Custom APP-GRID size:
Add at the end of gnome-shell.css
[quote]/* small icon-grid */
.icon-grid {
spacing: 24px; /* 36px */
-shell-grid-horizontal-item-size: 100px; /* 118px */
-shell-grid-vertical-item-size: 100px; /* 118px */
}
.icon-grid .overview-icon {
icon-size: 64px; /* 96px */
}[/quote]
Borderless popup menu and dialog:
Comment out of the end gnome-shell.css
[quote]/* Popup dialog borders */[/quote]
8 years ago
2013/04/01 v1.9.1
- gnome-shell 3.8 support
8 years ago
2013/04/01 v1.9.1
- gnome-shell 3.8 support
atimus
7 years ago
Report
thomassisson
8 years ago
Report
p3tz
8 years ago
Report
KEIII
8 years ago
Report
p3tz
8 years ago
Thanks.
Report
PDR
8 years ago
Report
Mills00013
8 years ago
Also, I hope you dont mind (and if you do let me know), but I've packaged your theme for Arch linux users in the AUR: https://aur.archlinux.org/packages.php?ID=58942
Arch linux users can install this (assuming usage of yaourt) by running "yaourt -S gnome-shell-theme-default-mod"
Report
KEIII
8 years ago
Report
hfernandes
8 years ago
Report
KEIII
8 years ago
Report
cesconix
8 years ago
Report
KEIII
8 years ago
Report
Sonsum
8 years ago
Report
KEIII
8 years ago
Report
lordix
9 years ago
should be so
2. Extract to ~/.themes
Report
KEIII
9 years ago
Report
lordix
9 years ago
Report
andyrose
9 years ago
Report
KEIII
9 years ago
Now, you can replace original theme to this (make backup) in /usr/share/gnome-shell/theme, but I'm not recommend do that.
Report