-
Notifications
You must be signed in to change notification settings - Fork 189
lemonbar suddenly stopped displaying any text #241
Description
I am running a relatively new install of Debian Testing with XFCE4 window manager. Here is the output of uname -a:
Linux debian 5.18.0-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.5-1 (2022-06-16) x86_64 GNU/Linux
I am using lemonbar version 1.4
I was using lemonbar to handle the output of a small script I have for monitoring my system, and it was working great.
Then it simply stopped working.
Now even if simply type:
echo 'hello' | lemonbar -p
all I get is a blank black bar. The same happens if I enter echo 'hello' | lemonbar -F '#AAAAAA' -p as well.
The only change I can think of that I made is that I installed a new XFCE theme. But can't think of what that could have to do with this.
I've tried uninstalling and reinstalling lemonbar and restarting the computer. Doesn't seem to make a difference.
What could be going on?