diff options
author | Kylie McClain <somasissounds@gmail.com> | 2015-01-19 02:11:33 -0500 |
---|---|---|
committer | Kylie McClain <somasissounds@gmail.com> | 2015-01-19 02:11:33 -0500 |
commit | 26926143c41c246bc4e933410e9a9d2bca76cebd (patch) | |
tree | fdd1cc867c535ac6dbb5e99d4a7f33c5f7b76ef0 /Zukitwo-Illustrious/patches/panel.rc.patch |
initial commit
Diffstat (limited to 'Zukitwo-Illustrious/patches/panel.rc.patch')
-rwxr-xr-x | Zukitwo-Illustrious/patches/panel.rc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zukitwo-Illustrious/patches/panel.rc.patch b/Zukitwo-Illustrious/patches/panel.rc.patch new file mode 100755 index 0000000..373fa1d --- /dev/null +++ b/Zukitwo-Illustrious/patches/panel.rc.patch @@ -0,0 +1,10 @@ +--- ../../../zuki-themes/Zukitwo-Brave-Brave-Brave-Brave-Brave-Brave/gtk-2.0/widgets/panel.rc 2014-08-02 14:00:54.139492486 -0400 ++++ panel.rc.patch 2014-08-02 14:01:22.649493720 -0400 +@@ -3,6 +3,7 @@ + xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look. + ythickness = 0 + ++ bg_pixmap[NORMAL] = "/widgets/Panel/panel-bg.png" + base[NORMAL] = @bg_color + base[PRELIGHT] = shade (1.06, @bg_color) + base[INSENSITIVE] = @bg_color |