sites

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

commit 16d7051833c7870e76ffcc75c2c58897cf628f90
parent 16df91a0bc4df4ec422b78ad9de03730a121cfd9
Author: Daniel Guihot <daniel@guihot.net>
Date:   Wed, 16 Sep 2026 04:39:27 +1000

[dmenu][patches][floatingbar] Scale screenshots with thumbnails

The screenshots are 1534px wide, wider than the 50em content column, and
style.css does not cap image width, so they overflow the page. Add 600px
thumbnails and link them to the full-size images.

This follows the thumbnail convention already used on the other patch and
conference pages.

Diffstat:
Atools.suckless.org/dmenu/patches/floatingbar/bar-s.png | 0
Atools.suckless.org/dmenu/patches/floatingbar/dmenu-s.png | 0
Mtools.suckless.org/dmenu/patches/floatingbar/index.md | 4++--
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools.suckless.org/dmenu/patches/floatingbar/bar-s.png b/tools.suckless.org/dmenu/patches/floatingbar/bar-s.png Binary files differ. diff --git a/tools.suckless.org/dmenu/patches/floatingbar/dmenu-s.png b/tools.suckless.org/dmenu/patches/floatingbar/dmenu-s.png Binary files differ. diff --git a/tools.suckless.org/dmenu/patches/floatingbar/index.md b/tools.suckless.org/dmenu/patches/floatingbar/index.md @@ -21,8 +21,8 @@ top of the screen. - `barborder` (`int`) – Border width. #### Screenshots -![bar](bar.png) -![dmenu](dmenu.png) +[![bar](bar-s.png)](bar.png) +[![dmenu](dmenu-s.png)](dmenu.png) Download