]> git.sev.monster Git - dotfiles.git/blame_incremental - bin/tint2-i3status
clean .zprofile vars, update zsh opts, fix dpass
[dotfiles.git] / bin / tint2-i3status
... / ...
CommitLineData
1#!/bin/sh
2u=-u
3if readlink -f $(which sed) | grep -q /busybox; then u=''; fi
4i3status -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.03561 seconds and 4 git commands to generate.