sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ff6465c1f92c49502eaf58facda7dd1efe4a65dc
parent 9555d35fe9c584416c24e4785ccdd1eb41b47589
Author: Ivan Tham <pickfire@riseup.net>
Date:   Mon, 28 Sep 2015 10:14:27 +0800

[dwm][fancybar] Update image

Diffstat:
Mdwm.suckless.org/patches/fancybar.md | 7++-----
Mdwm.suckless.org/patches/fancybarclickable.md | 7+++----
2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/dwm.suckless.org/patches/fancybar.md b/dwm.suckless.org/patches/fancybar.md @@ -6,7 +6,7 @@ This patch provides a status bar that shows the titles of all visible windows (as opposed to showing just the selected one). When the titles don't completely fit, they're cropped. The title of the selected window is inverted. -[![Fancybar, no cropping][1]][2] [![Fancybar with cropping][3]][4] +[![Fancybar][1]][1] *Fancybar in action* @@ -24,7 +24,4 @@ fit, they're cropped. The title of the selected window is inverted. This patch was inspired by the decorated tabbed layout of Xmonad. -[1]: http://port70.net/~kzed/dwm-5.6.1/dwm-5.6.1-fancybar-1.png.jpg -[2]: http://port70.net/~kzed/dwm-5.6.1/dwm-5.6.1-fancybar-1.png -[3]: http://port70.net/~kzed/dwm-5.6.1/dwm-5.6.1-fancybar-2.png.jpg -[4]: http://port70.net/~kzed/dwm-5.6.1/dwm-5.6.1-fancybar-2.png +[1]: http://s4.postimg.org/ql2f934wd/fancybar.png diff --git a/dwm.suckless.org/patches/fancybarclickable.md b/dwm.suckless.org/patches/fancybarclickable.md @@ -14,8 +14,7 @@ Download Authors ------- - -* Stefan Mark wrote fancycoloredbarclickable. -* Mate Nagy wrote fancybar. +* Stefan Mark wrote [fancycoloredbarclickable](fancycoloredbarclickable.md). +* Mate Nagy wrote [fancybar](fancybar.md). * An anonymous Canadian updated the fancybar patch and added the - selectby-click-on-title function from fancycoloredbarclickable to it. + `selectby-click-on-title` function from fancycoloredbarclickable to it.