Lemonbar can't allocate colors! - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
nekrilia
Members
After updating example.sh with those fixes, I'm still getting the same errors. Just to confirm, I now have:

Code:
#!/usr/bin/bash

# Define the clock
Clock() {
        DATE=$(date "+%a %b %d, %T")

        echo -n "$DATE"
}

# Print the clock

while true; do
        echo "%{c} -F %{F#FFffffff} -B %{B#FF000000} $(Clock)%{F-}"
        sleep 1;
done

I've tried using this from other terminals, and to my knowledge there is no debug flag I could use with the lemobar command. Let me know if there's any more information I can give.


Messages In This Thread
Lemonbar can't allocate colors! - by nekrilia - 02-08-2015, 03:25 AM
RE: Lemonbar can't allocate colors! - by dkeg - 02-08-2015, 12:08 PM
RE: Lemonbar can't allocate colors! - by nekrilia - 02-08-2015, 02:59 PM
RE: Lemonbar can't allocate colors! - by dkeg - 02-08-2015, 05:19 PM
RE: Lemonbar can't allocate colors! - by nekrilia - 02-08-2015, 05:41 PM
RE: Lemonbar can't allocate colors! - by dkeg - 02-08-2015, 07:08 PM
RE: Lemonbar can't allocate colors! - by nekrilia - 02-08-2015, 08:15 PM
RE: Lemonbar can't allocate colors! - by dkeg - 02-08-2015, 09:46 PM
RE: Lemonbar can't allocate colors! - by nekrilia - 02-08-2015, 11:01 PM
RE: Lemonbar can't allocate colors! - by io86 - 03-08-2015, 04:34 AM
RE: Lemonbar can't allocate colors! - by z3bra - 03-08-2015, 07:53 AM
RE: Lemonbar can't allocate colors! - by nekrilia - 03-08-2015, 04:40 PM
RE: Lemonbar can't allocate colors! - by z3bra - 04-08-2015, 04:25 AM
RE: Lemonbar can't allocate colors! - by venam - 04-08-2015, 04:38 AM
RE: Lemonbar can't allocate colors! - by nekrilia - 04-08-2015, 01:02 PM