]> git.sev.monster Git - dotfiles.git/blob - bin/tint2-i3status
apkv: update doc, refine parsing, fix world check
[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.035239 seconds and 4 git commands to generate.