Change the way qtile handles colors in statusbar.
This commit is contained in:
parent
1b6c5cca0b
commit
3e706f9ca6
4 changed files with 20 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue