]> git.sev.monster Git - dotfiles.git/blob - bin/tint2-i3status
f655e6c408fe00a75a3d19280b541139a9e57fe9
[dotfiles.git] / bin / tint2-i3status
1 #!/bin/sh
2 . ~/bin/.check-busybox
3 u=-u
4 check-busybox sed && u=''
5 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'
6 unset check-busybox
This page took 0.027234 seconds and 2 git commands to generate.