]> git.sev.monster Git - dotfiles.git/blame - bin/tint2-i3status
fix which usage, create function check-busybox
[dotfiles.git] / bin / tint2-i3status
CommitLineData
f29cd560 1#!/bin/sh
b3de8395 2. ~/bin/.check-busybox
a568f7fa 3u=-u
b3de8395 4check-busybox sed && u=''
a568f7fa 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'
b3de8395 6unset check-busybox
This page took 0.04326 seconds and 4 git commands to generate.