sites

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

commit 58a8f9186f4e42d3f45cfcccf2d03ac39c2158bf
parent 92cf19d476acbe3042c964af856ff30c30780c91
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Sat,  2 May 2026 14:49:08 +0100

[slock][patches][feh-background] Fixed index.md

Diffstat:
Mtools.suckless.org/slock/patches/feh-background/index.md | 16+++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/tools.suckless.org/slock/patches/feh-background/index.md b/tools.suckless.org/slock/patches/feh-background/index.md @@ -1,21 +1,23 @@ Feh Background -================ +============== Description ----------- +This patch allows you to use the current background set with the `feh` +tool as your lock screen. It is useful because the lock screen image +changes dynamically if you change your background or automatically +cycle it with `feh`. -This patch allows you to use the current background set with the 'feh' tool as your lock screen. It is useful as the lock screen image changes dynamically if you change your background or if you automatically cycle your background with 'feh'. +> IMPORTANT: This patch depends on the Background Image patch +> (currently available version: slock-background-image-20220318-1c5a538). +> Apply the background-image patch first, then this one. -> IMPORTANT: This patch depends on the Background Image patch (current available version: slock-background-image-20220318-1c5a538), to use this patch first apply the background-image patch and then this one. - -> Note: The .fehbg file should be accessible by the specified user +> Note: The `.fehbg` file should be accessible by the specified user. Download -------- - * [slock-feh-background-1.6.diff](slock-feh-background-1.6.diff) Author ------ - * Tamas Farago - <tamas.balint.farago@gmail.com>