]> git.sev.monster Git - dotfiles.git/blame - bin/tint2-i3status
apkv: update doc, refine parsing, fix world check
[dotfiles.git] / bin / tint2-i3status
CommitLineData
1390d028 1#!/bin/sh
abd1eae8 2. ~/bin/.check-busybox
dcac60d9 3u=-u
abd1eae8 4check-busybox sed && u=''
dcac60d9 5i3status -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'
abd1eae8 6unset check-busybox
This page took 0.051693 seconds and 4 git commands to generate.