X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/d1802b02439cc2b5c082f6b03bea57b97dd76862..dcac60d9e77d8aa8b373140dbd47992434a8f8d5:/bin/tint2-i3status diff --git a/bin/tint2-i3status b/bin/tint2-i3status index 3d53d4d..1132d1a 100755 --- a/bin/tint2-i3status +++ b/bin/tint2-i3status @@ -1,2 +1,4 @@ #!/bin/sh -i3status -c ${XDG_CONFIG_HOME:-~/.config}/i3status/tint2-$1 | sed -ue 's/fc=\(#[a-f0-9]\{3,6\}\)/span color="\1"/gi;s_/fc_/span_g' +u=-u +if readlink -f $(which sed) | grep -q /busybox; then u=''; fi +i3status -c ${XDG_CONFIG_HOME:-~/.config}/i3status/tint2-$1 | sed $u -e 's/fc=\(#[a-f0-9]\{3,6\}\)/span color="\1"/gi;s_/fc_/span_g'