Change the way qtile handles colors in statusbar.

This commit is contained in:
Bartek Stalewski 2022-11-04 02:46:17 +01:00
parent 1b6c5cca0b
commit 3e706f9ca6
4 changed files with 20 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
case $(cat $XDG_CACHE_HOME/yubikey.status) in
*_1) printf " <span foreground='#000000' background='#e7c547'>touch the yubikey</span>" ;;
*_1) printf "touch the yubikey" ;;
*) printf "" ;;
esac