diff --git a/src/xfwm4/bottom-active.xpm b/src/xfwm4/bottom-active.xpm index 773d2df..9497d62 100644 --- a/src/xfwm4/bottom-active.xpm +++ b/src/xfwm4/bottom-active.xpm @@ -1,6 +1,11 @@ /* XPM */ static char * bottom_active_xpm[] = { -"8 1 2 1", +"8 5 3 1", " c None", -". c #484848", -"........"}; +". c #444444", +"# c #484848", +"........", +"........", +"........", +"........", +"########"}; diff --git a/src/xfwm4/bottom-inactive.xpm b/src/xfwm4/bottom-inactive.xpm index 7c2fda7..e108e20 100644 --- a/src/xfwm4/bottom-inactive.xpm +++ b/src/xfwm4/bottom-inactive.xpm @@ -1,6 +1,11 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"8 1 2 1", +"8 5 3 1", " c None", -". c #393939", -"........"}; +". c #444444", +"# c #393939", +"........", +"........", +"........", +"........", +"########"}; diff --git a/src/xfwm4/bottom-left-active.xpm b/src/xfwm4/bottom-left-active.xpm index 46fde54..22fc38e 100644 --- a/src/xfwm4/bottom-left-active.xpm +++ b/src/xfwm4/bottom-left-active.xpm @@ -1,6 +1,11 @@ /* XPM */ static char * bottom_left_active_xpm[] = { -"1 1 2 1", +"24 5 3 1", " c None", -". c #484848", -"."}; +". c #444444", +"# c #484848", +"#.......................", +"#.......................", +"#.......................", +"#.......................", +"########################"}; diff --git a/src/xfwm4/bottom-left-inactive.xpm b/src/xfwm4/bottom-left-inactive.xpm index 1984979..2e039b4 100644 --- a/src/xfwm4/bottom-left-inactive.xpm +++ b/src/xfwm4/bottom-left-inactive.xpm @@ -1,6 +1,11 @@ /* XPM */ static char * bottom_left_inactive_xpm[] = { -"1 1 2 1", +"24 5 3 1", " c None", -". c #393939", -"."}; +". c #444444", +"# c #393939", +"#.......................", +"#.......................", +"#.......................", +"#.......................", +"########################"}; diff --git a/src/xfwm4/bottom-right-active.xpm b/src/xfwm4/bottom-right-active.xpm index 2ef97a5..30aeb3c 100644 --- a/src/xfwm4/bottom-right-active.xpm +++ b/src/xfwm4/bottom-right-active.xpm @@ -1,6 +1,11 @@ /* XPM */ static char * bottom_right_active_xpm[] = { -"1 1 2 1", +"24 5 3 1", " c None", -". c #484848", -"."}; +". c #444444", +"# c #484848", +".......................#", +".......................#", +".......................#", +".......................#", +"########################"}; diff --git a/src/xfwm4/bottom-right-inactive.xpm b/src/xfwm4/bottom-right-inactive.xpm index 7357440..50809f4 100644 --- a/src/xfwm4/bottom-right-inactive.xpm +++ b/src/xfwm4/bottom-right-inactive.xpm @@ -1,6 +1,11 @@ /* XPM */ static char * bottom_right_inactive_xpm[] = { -"1 1 2 1", +"24 5 3 1", " c None", -". c #393939", -"."}; +". c #444444", +"# c #393939", +".......................#", +".......................#", +".......................#", +".......................#", +"########################"};