No Description

ohnonot c4b5a422c2 github to notabug 5 years ago
TempuraFlat c4b5a422c2 github to notabug 5 years ago
TempuraFlat-0 cbae16de73 update readme, small changes to ob+tint2+conky 6 years ago
TempuraFlat-1 e558d75f8f default ob theme edited, old default added as variation 8 years ago
TempuraFlat-2 e558d75f8f default ob theme edited, old default added as variation 8 years ago
TempuraFlat-3 e558d75f8f default ob theme edited, old default added as variation 8 years ago
.gitignore 87f3eaa053 removed conky again 6 years ago
LICENSE 589b8e326b added gpl 8 years ago
LICENSE.CC b9d05f5f61 First commit 8 years ago
LICENSE.GPL b9d05f5f61 First commit 8 years ago
README.md c4b5a422c2 github to notabug 5 years ago
makelinks.sh deb8396336 3 new openbox variations, but only minimal changes to gtk2. Repository restructured, needs "installation" now. 8 years ago
panel-bg-30px-bottom-halftrans.png e85e06cce1 mostly gtk3 improvement 8 years ago
panel-bg-30px-top-notrans.png e85e06cce1 mostly gtk3 improvement 8 years ago

README.md

TempuraFlat GTK2, GTK3, Openbox and tint2 Themes

Screenshot
All features screenshot

Includes a tint2 config file, utilizing the Exec plugin - see e.g. ohnonot/media-player-info for a suitable script.

Openbox theme variations (screenshot):
Some are more suitable for undecorated windows - the light/dark border makes focused/unfocused clearly recognizable.

Dependencies

The gtk murrine engine, and the mist engine for nice looking checkboxes for gtk2.

Installation

Just clone it to wherever you like, then run ./makelinks.sh "directory".
If you omit "directory", it will default to ~/.themes.
If you are using e.g. lxpanel, you can try the included 30px panel backgrounds.

Helpful snippets

If you store tint2rcs with your gtk themes, you can put something like this in your ~/.*profile...

export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export GTK2_CURRENT_THEME="$(cut -d\" -f2 <<<"$(grep gtk-theme-name $GTK2_RC_FILES)")"

...and something like this in your ~/.xinitrc or ~/.config/openbox/autostart

tint2rc="$HOME/.themes/$GTK2_CURRENT_THEME/tint2/tint2rc"
if [ -f "$tint2rc" ]
then
  tint2 -c "$tint2rc" &
else
  tint2 &
fi
unset tint2rc