Lemonbar can't allocate colors! - Desktop Customization & Workflow
Users browsing this thread: 6 Guest(s)
|
|||
sorry, I sent you down the wrong track. Background and foreground global colors do not require the %{B} or %{F} piece. Also the way you're implementing it is off.
You can do it as you have, but you'll give lemonbar its paramenters when you pipe your script through it Code: script|lemonbar -F "#FFffffff" -B "#FF000000" Code: #!/usr/bin/bash Code: echo "%{F#FF000000}%{B#FFffffff}$(mem)%{F-}%{B-}%{c}$(Clock)"
work hard, complain less
|
|||