Change color of 'emerging' statusbar item.
This commit is contained in:
parent
2ee657a5fa
commit
0291142731
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ $(pgrep -x emerge) ] && printf "^c#ffffff^^b#9a37ff^(emerging)^d^" || printf ""
|
||||
[ $(pgrep -x emerge) ] && printf "^c#161616^^b#9a37ff^(emerging)^d^" || printf ""
|
||||
|
Loading…
Reference in New Issue
Block a user