]> git.sev.monster Git - dotfiles.git/blame - bin/tint2-i3mode
improved mpc-notify
[dotfiles.git] / bin / tint2-i3mode
CommitLineData
1390d028 1#!/bin/sh
2first=true
3i3subscribe mode | while read -r x; do
4 if $first; then
5 first=false
6 continue
7 fi
8 x=${x#mode:}
9 case $x in
10 default) echo;;
11 *) echo $x;;
12 esac
13done
This page took 0.02665 seconds and 4 git commands to generate.