summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-25 10:23:17 +0200
committerraveit65 <[email protected]>2016-09-25 10:24:27 +0200
commit35ec318af73682a5f0604832dd03f59f8cd1fa3a (patch)
tree882ba7c5ff84cbf41725df02aae3c5e39895138b /desktop-themes/Menta
parent1cb30780f174d5f9c710dbe0a497a4140d44195d (diff)
downloadmate-themes-35ec318af73682a5f0604832dd03f59f8cd1fa3a.tar.bz2
mate-themes-35ec318af73682a5f0604832dd03f59f8cd1fa3a.tar.xz
metacity Menta themes: draw a thin black border line for maximize windows
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/metacity-1/metacity-theme-2.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml
index b078105a..df0e5fa8 100644
--- a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml
+++ b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml
@@ -39,9 +39,9 @@
</frame_geometry>
<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
- <distance name="left_width" value="0" />
- <distance name="right_width" value="0" />
- <distance name="bottom_height" value="0" />
+ <distance name="left_width" value="1" />
+ <distance name="right_width" value="1" />
+ <distance name="bottom_height" value="1" />
<distance name="left_titlebar_edge" value="4"/>
<distance name="right_titlebar_edge" value="1"/>
<distance name="title_vertical_pad" value="9"/> <!--
@@ -249,6 +249,20 @@
color="C_border_unfocused" />
</draw_ops>
+<draw_ops name="max_border_focused">
+ <line color="C_border_focused" x1="0" y1="0" x2="width-1" y2="0" />
+ <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
+ <line color="C_border_focused" x1="0" y1="0" x2="0" y2="height-2" />
+ <line color="C_border_focused" x1="width-1" y1="0" x2="width-1" y2="height-2" />
+</draw_ops>
+
+<draw_ops name="max_border_unfocused">
+ <line color="C_border_unfocused" x1="0" y1="0" x2="width-1" y2="0" />
+ <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
+ <line color="C_border_unfocused" x1="0" y1="0" x2="0" y2="height-2" />
+ <line color="C_border_unfocused" x1="width-1" y1="0" x2="width-1" y2="height-2" />
+</draw_ops>
+
<!-- button icons-->
<draw_ops name="close_glyph_focused">
@@ -511,6 +525,7 @@
<piece position="entire_background" draw_ops="entire_background_focused" />
<piece position="titlebar" draw_ops="titlebar_fill_focused_alt" />
<piece position="title" draw_ops="title_focused" />
+ <piece position="overlay" draw_ops="max_border_focused" />
<button function="close" state="normal" draw_ops="close_focused" />
<button function="close" state="prelight" draw_ops="close_focused_prelight" />
<button function="close" state="pressed" draw_ops="close_focused_pressed" />
@@ -542,6 +557,7 @@
<piece position="entire_background" draw_ops="entire_background_unfocused" />
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
+ <piece position="overlay" draw_ops="max_border_unfocused" />
<button function="close" state="normal" draw_ops="close_unfocused"/>
<button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
<button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>