]> git.sev.monster Git - dotfiles.git/blame - bin/tint2-i3status
clean .zprofile vars, update zsh opts, fix dpass
[dotfiles.git] / bin / tint2-i3status
CommitLineData
1390d028 1#!/bin/sh
dcac60d9 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.07264 seconds and 4 git commands to generate.