From 15f175c999cfac4fbf03f380833ea1495a2138b0 Mon Sep 17 00:00:00 2001 From: Defman21 Date: Sat, 3 Jan 2015 00:46:24 +0300 Subject: [PATCH] Add borders for window resizing --- Paper/xfwm4/bottom-active.xpm | 7 +++++++ Paper/xfwm4/bottom-inactive.xpm | 7 +++++++ Paper/xfwm4/bottom-left-active.xpm | 7 +++++++ Paper/xfwm4/bottom-left-inactive.xpm | 7 +++++++ Paper/xfwm4/bottom-right-active.xpm | 7 +++++++ Paper/xfwm4/bottom-right-inactive.xpm | 7 +++++++ Paper/xfwm4/left-active.xpm | 6 ++++++ Paper/xfwm4/left-inactive.xpm | 6 ++++++ Paper/xfwm4/right-active.xpm | 6 ++++++ Paper/xfwm4/right-inactive.xpm | 6 ++++++ 10 files changed, 66 insertions(+) create mode 100644 Paper/xfwm4/bottom-active.xpm create mode 100644 Paper/xfwm4/bottom-inactive.xpm create mode 100644 Paper/xfwm4/bottom-left-active.xpm create mode 100644 Paper/xfwm4/bottom-left-inactive.xpm create mode 100644 Paper/xfwm4/bottom-right-active.xpm create mode 100644 Paper/xfwm4/bottom-right-inactive.xpm create mode 100644 Paper/xfwm4/left-active.xpm create mode 100644 Paper/xfwm4/left-inactive.xpm create mode 100644 Paper/xfwm4/right-active.xpm create mode 100644 Paper/xfwm4/right-inactive.xpm diff --git a/Paper/xfwm4/bottom-active.xpm b/Paper/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..214ce7a --- /dev/null +++ b/Paper/xfwm4/bottom-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 2 2 1", +" c None", +". c #636E73", +".", +"."}; diff --git a/Paper/xfwm4/bottom-inactive.xpm b/Paper/xfwm4/bottom-inactive.xpm new file mode 100644 index 0000000..0df0b30 --- /dev/null +++ b/Paper/xfwm4/bottom-inactive.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"1 2 2 1", +" c None", +". c #616C71", +".", +"."}; diff --git a/Paper/xfwm4/bottom-left-active.xpm b/Paper/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..08d0b02 --- /dev/null +++ b/Paper/xfwm4/bottom-left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"2 2 2 1", +" c None", +". c #616C71", +"..", +".."}; diff --git a/Paper/xfwm4/bottom-left-inactive.xpm b/Paper/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 0000000..e48471f --- /dev/null +++ b/Paper/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"2 2 2 1", +" c None", +". c #616C71", +"..", +".."}; diff --git a/Paper/xfwm4/bottom-right-active.xpm b/Paper/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..1863466 --- /dev/null +++ b/Paper/xfwm4/bottom-right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"2 2 2 1", +" c None", +". c #616C71", +"..", +".."}; diff --git a/Paper/xfwm4/bottom-right-inactive.xpm b/Paper/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 0000000..0fc60da --- /dev/null +++ b/Paper/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"2 2 2 1", +" c None", +". c #616C71", +"..", +".."}; diff --git a/Paper/xfwm4/left-active.xpm b/Paper/xfwm4/left-active.xpm new file mode 100644 index 0000000..1304592 --- /dev/null +++ b/Paper/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 1 2 1", +" c None", +". c #616C71", +".."}; diff --git a/Paper/xfwm4/left-inactive.xpm b/Paper/xfwm4/left-inactive.xpm new file mode 100644 index 0000000..e38bb67 --- /dev/null +++ b/Paper/xfwm4/left-inactive.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 1 2 1", +" c None", +". c #616C71", +".."}; diff --git a/Paper/xfwm4/right-active.xpm b/Paper/xfwm4/right-active.xpm new file mode 100644 index 0000000..d333127 --- /dev/null +++ b/Paper/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 1 2 1", +" c None", +". c #616C71", +".."}; diff --git a/Paper/xfwm4/right-inactive.xpm b/Paper/xfwm4/right-inactive.xpm new file mode 100644 index 0000000..0c23689 --- /dev/null +++ b/Paper/xfwm4/right-inactive.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 1 2 1", +" c None", +". c #616C71", +".."};