commit d078ca4678a0cb406eeb54439bff03e4541d4859 parent 0b6b5531f16545d2d98b0cbb29e3d6abc6ba3457 Author: FRIGN <dev@frign.de> Date: Sat, 18 Jun 2016 19:10:48 +0200 Rename st-patch argbbg to alpha Diffstat:
8 files changed, 25 insertions(+), 26 deletions(-)
diff --git a/st.suckless.org/patches/alpha.md b/st.suckless.org/patches/alpha.md @@ -0,0 +1,25 @@ +alpha +===== + +->[](st-alpha.png)<- + +## Description ## +This patch allows users to change the opacity of the background. +Note that *you need an X composite manager* (e.g. compton, xcompmgr) to +make this patch effective. + +## Important Notes ## + - The alpha value affects the default background only. + - The color designated by 'defaultbg' should not be used elsewhere. + - Embedding might fail after applying this patch. + +## Download ## + * [st-alpha-0.4.1.diff](st-alpha-0.4.1.diff) + * [st-alpha-0.5.diff](st-alpha-0.5.diff) + * [st-alpha-0.6.diff](st-alpha-0.6.diff) + * [st-alpha-git-20160617-528241aa.diff](st-alpha-git-20160617-528241aa.diff) + +## Authors ## + * Eon S. Jeon - esjeon@hyunmu.am + * pr - protodev@gmx.net (0.5 port) + * Laslo Hunhold - dev@frign.de (0.6, git ports) diff --git a/st.suckless.org/patches/argbbg.md b/st.suckless.org/patches/argbbg.md @@ -1,26 +0,0 @@ -argbbg -====== - -->[](st-argbbg.png)<- - -## Description ## -This patch allows users to change the opacity of the background. -Note that *you need an X composite manager* (e.g. compton, xcompmgr) to -make this patch effective. - -## Important Notes ## - - The alpha value affects the default background only. - - The color designated by 'defaultbg' should not be used elsewhere. - - Embedding might fail after applying this patch. - -## Download ## - * [st-argbbg-0.4.1.diff](st-argbbg-0.4.1.diff) - * [st-argbbg-0.5.diff](st-argbbg-0.5.diff) - * [st-argbbg-0.6.diff](st-argbbg-0.6.diff) - * [st-argbbg-git-20160617-528241aa.diff](st-argbbg-git-20160617-528241aa.diff) - -## Authors ## - * Eon S. Jeon - esjeon@hyunmu.am - * pr - protodev@gmx.net (0.5 port) - * Laslo Hunhold - dev@frign.de (0.6 port) - * David Phillips - dbphillipsnz@gmail.com (git port) diff --git a/st.suckless.org/patches/st-argbbg-0.4.1.diff b/st.suckless.org/patches/st-alpha-0.4.1.diff diff --git a/st.suckless.org/patches/st-argbbg-0.5.diff b/st.suckless.org/patches/st-alpha-0.5.diff diff --git a/st.suckless.org/patches/st-argbbg-0.6.diff b/st.suckless.org/patches/st-alpha-0.6.diff diff --git a/st.suckless.org/patches/st-argbbg-git-20160617-528241aa.diff b/st.suckless.org/patches/st-alpha-git-20160617-528241aa.diff diff --git a/st.suckless.org/patches/st-argbbg-s.png b/st.suckless.org/patches/st-alpha-s.png Binary files differ. diff --git a/st.suckless.org/patches/st-argbbg.png b/st.suckless.org/patches/st-alpha.png Binary files differ.