Skip to content

Commit

Permalink
Plank theme for Greybird
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Sep 8, 2016
1 parent 373bcae commit e4a9d56
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -42,6 +42,7 @@ install-data-hook:
cp $(srcdir)/index.theme $(DESTDIR)$(themedir)
cp $(srcdir)/ubiquity-panel-bg.png $(DESTDIR)$(themedir)
cp $(srcdir)/Greybird.emerald $(DESTDIR)$(themedir)
cp $(srcdir)/plank $(DESTDIR)$(themedir)

uninstall-hook:
test -e $(DESTDIR)$(themedir) && rm -rfv $(DESTDIR)$(themedir)
Expand Down
34 changes: 34 additions & 0 deletions plank/dock.theme
@@ -0,0 +1,34 @@
# Based on the Jupiter Redux theme by Cassidy James
# http://cassidyjames.deviantart.com/art/Jupiter-Redux-Formerly-Pantheon-theme-for-Plank-213303421
[PlankTheme]
TopRoundness=6
BottomRoundness=0
LineWidth=1
OuterStrokeColor=25;;25;;25;;204
FillStartColor=36;;36;;36;;204
FillEndColor=36;;36;;36;;204
InnerStrokeColor=36;;36;;36;;204

[PlankDockTheme]
HorizPadding=1.5
TopPadding=1.5
BottomPadding=2
ItemPadding=2
IndicatorSize=5
IconShadowSize=1
UrgentBounceHeight=1.6666666666666667
LaunchBounceHeight=0.625
FadeOpacity=1
ClickTime=300
UrgentBounceTime=600
LaunchBounceTime=600
ActiveTime=300
SlideTime=300
FadeTime=200
HideTime=150
GlowSize=30
GlowTime=10000
GlowPulseTime=2000
UrgentHueShift=150
ItemMoveTime=450
CascadeHide=true

0 comments on commit e4a9d56

Please sign in to comment.