From 2a2a105f9f8fec66f1ece893b14463e113625554 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 23 Jul 2019 11:05:18 -0500 Subject: [PATCH] Fix resizing borders not showing in xfce desktop --- .gitignore | 5 +- xfwm4/assets/bottom-active.svg | 67 +++++++++++++++++++++++++ xfwm4/assets/bottom-left-active.svg | 63 +++++++++++++++++++++++ xfwm4/assets/bottom-right-inactive.svg | 63 +++++++++++++++++++++++ xfwm4/assets/right-active.svg | 67 +++++++++++++++++++++++++ xfwm4/bottom-active.png | Bin 0 -> 334 bytes xfwm4/bottom-inactive.png | 1 + xfwm4/bottom-left-active.png | Bin 0 -> 353 bytes xfwm4/bottom-left-inactive.png | 1 + xfwm4/bottom-right-active.png | 1 + xfwm4/bottom-right-inactive.png | Bin 0 -> 353 bytes xfwm4/left-active.png | 1 + xfwm4/left-inactive.png | 1 + xfwm4/render_assets.fish | 10 +++- xfwm4/right-active.png | Bin 0 -> 334 bytes xfwm4/right-inactive.png | 1 + xfwm4/themerc | 2 +- 17 files changed, 280 insertions(+), 3 deletions(-) create mode 100644 xfwm4/assets/bottom-active.svg create mode 100644 xfwm4/assets/bottom-left-active.svg create mode 100644 xfwm4/assets/bottom-right-inactive.svg create mode 100644 xfwm4/assets/right-active.svg create mode 100644 xfwm4/bottom-active.png create mode 120000 xfwm4/bottom-inactive.png create mode 100644 xfwm4/bottom-left-active.png create mode 120000 xfwm4/bottom-left-inactive.png create mode 120000 xfwm4/bottom-right-active.png create mode 100644 xfwm4/bottom-right-inactive.png create mode 120000 xfwm4/left-active.png create mode 120000 xfwm4/left-inactive.png create mode 100644 xfwm4/right-active.png create mode 120000 xfwm4/right-inactive.png diff --git a/.gitignore b/.gitignore index a48047a..cd3e9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,10 @@ node_modules/ *.css.map _gnome-shell/ +gnome-shell/dark-and-white/ +gnome-shell/dark/ +gnome-shell/light/ install.sh -*.tar +*.tar \ No newline at end of file diff --git a/xfwm4/assets/bottom-active.svg b/xfwm4/assets/bottom-active.svg new file mode 100644 index 0000000..4a8ef35 --- /dev/null +++ b/xfwm4/assets/bottom-active.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/xfwm4/assets/bottom-left-active.svg b/xfwm4/assets/bottom-left-active.svg new file mode 100644 index 0000000..9c685c2 --- /dev/null +++ b/xfwm4/assets/bottom-left-active.svg @@ -0,0 +1,63 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/xfwm4/assets/bottom-right-inactive.svg b/xfwm4/assets/bottom-right-inactive.svg new file mode 100644 index 0000000..0240414 --- /dev/null +++ b/xfwm4/assets/bottom-right-inactive.svg @@ -0,0 +1,63 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/xfwm4/assets/right-active.svg b/xfwm4/assets/right-active.svg new file mode 100644 index 0000000..f45db74 --- /dev/null +++ b/xfwm4/assets/right-active.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/xfwm4/bottom-active.png b/xfwm4/bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..834aa263c896c3f8e146439536946f87a5d2634b GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU|?coW?*2*RzA0hfq{V~-O<;Pfnj4m_n$;o z1_lO&WRDhfq~(z$bL2k1_s6?Z+92Q|4h2~7#J8h3p^r=85sDEfH31!Z9ZuR1_t&LPhVH| z$L!*45(@K#w#;N;VBq$2aSY+Oo}9qI$iTqHz?k;sWDWxZgKCLuL`h0wNvc(HQEFmI zDua=Mp{1^Yxvr6Mh@qjCk%^VDk*LqiJ#!!HH~hK3gm45bDP46hOx7_4S6Fo+k-*%fHRz`(#6;1lA?z`!6O zEyuvXa9ZF!Cj$cmV@Z%-FoVOh8)+a;lDE4HLkFv@2S|B=M`SSr1K$x4W}K?cC(XdX zz+U3%>&pI^U7Srq@ug@BKLY~;pQnps2*>qgjzo?`0Y(Owm|7Va=%~%jK+%w!pOTqYiCaT# zwdxfH1_nux4Z-u literal 0 HcmV?d00001 diff --git a/xfwm4/bottom-left-inactive.png b/xfwm4/bottom-left-inactive.png new file mode 120000 index 0000000..1305deb --- /dev/null +++ b/xfwm4/bottom-left-inactive.png @@ -0,0 +1 @@ +bottom-left-active.png \ No newline at end of file diff --git a/xfwm4/bottom-right-active.png b/xfwm4/bottom-right-active.png new file mode 120000 index 0000000..fba1612 --- /dev/null +++ b/xfwm4/bottom-right-active.png @@ -0,0 +1 @@ +bottom-right-inactive.png \ No newline at end of file diff --git a/xfwm4/bottom-right-inactive.png b/xfwm4/bottom-right-inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..dc4af28ea88268713ba60f65e08d7cee9de6fcc9 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0y~yU|LqiJ#!!HH~hK3gm45bDP46hOx7_4S6Fo+k-*%fHRz`(#6;1lA?z`!6O zEyuvXa9ZF!Cj$cmV@Z%-FoVOh8)+a;lDE4HLkFv@2S|B=M`SSr1K$x4W}K?cC(XdX zz+U3%>&pI^U7SrqsX*rHRt5$JK2I0N5RU7~9Elu>91ILh-xz-WnE%6&fq_A_#5JNM zC9x#cD!C{%u_Tqj$iUE2*T7uY$T-B%(8|cf%GgBLz|_jX;AP|DXDAwS^HVa@DsgL= zaYs6efq_91WJ7R%T1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3=9mOu6{1-oD!M< DRI^v1 literal 0 HcmV?d00001 diff --git a/xfwm4/left-active.png b/xfwm4/left-active.png new file mode 120000 index 0000000..2e5e96c --- /dev/null +++ b/xfwm4/left-active.png @@ -0,0 +1 @@ +right-active.png \ No newline at end of file diff --git a/xfwm4/left-inactive.png b/xfwm4/left-inactive.png new file mode 120000 index 0000000..2e5e96c --- /dev/null +++ b/xfwm4/left-inactive.png @@ -0,0 +1 @@ +right-active.png \ No newline at end of file diff --git a/xfwm4/render_assets.fish b/xfwm4/render_assets.fish index 01cab2a..2576548 100644 --- a/xfwm4/render_assets.fish +++ b/xfwm4/render_assets.fish @@ -1,4 +1,12 @@ +set -l red (set_color -o red) +set -l cyan (set_color -o cyan) + for i in assets/*; set -l file_name (basename $i .svg) - convert -background none $i ./$file_name'.png' + if test -f ./$file_name'.png' + echo $red$file_name exists + else + echo $cyan'Creating '$file_name'.png' + convert -background none $i ./$file_name'.png' + end ;end diff --git a/xfwm4/right-active.png b/xfwm4/right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c614adc762d7073c2ebbf1e2da02cb6b08d94601 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0y~yU|?ckU=UzrW?*1oOSAdTz`($g?&#~tz_78O`%fY( z0|SFXvPY0F14ES>14Ba#1H&%{28MO=u<5X=vX$A%c_7YEDSN6y3 z;%pL11u|E+GB7Z3d%8G=a9mGLIKa=qpuoVmMw$000|SFRdP{kVo554 zk%6J5u7SC(k#UHjp_P$|m9dGgfvJ^&!OO