dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 6dca00914ea097d0db2a6b8269e5a9cfd9b37aa0
parent d644aeb07c62fb7c3866e0b8b357244f60db8d8e
Author: hhvn <dev@hhvn.uk>
Date:   Fri,  3 Dec 2021 12:53:58 +0000

.s/d/dwmbar: draw seperator between block instead of using bg

Diffstat:
M.scripts/dwmblocks/dwmbar | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.scripts/dwmblocks/dwmbar b/.scripts/dwmblocks/dwmbar @@ -47,5 +47,5 @@ do do grep '[[:alnum:]]' < $f >/dev/null && cp $f /tmp/dwmblocks done - xsetroot -name "$(cat bat net torrent cpu mem vol time time2 2>/dev/null | sed 's~\[~ ^b#1a3136^ ~g;s~\]~ ^d^~g' | tr -d '\n' | sed 's/^[[:space:]]*//')" + xsetroot -name "$(cat bat net torrent cpu mem vol time time2 2>/dev/null | tr -d '\n' | sed 's/^\[/^f4^/;s~\[~^c#000000^^r0,0,1,50^^d^^f4^~g;s~\]~^f4^~g')" done