]> git.sev.monster Git - dotfiles.git/blob - bin/tint2-i3status
update submodules, remove bsd shims, fix bugs
[dotfiles.git] / bin / tint2-i3status
1 #!/bin/sh
2 u=-u
3 if readlink -f $(which sed) | grep -q /busybox; then u=''; fi
4 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'
This page took 0.031281 seconds and 4 git commands to generate.