Questions tagged [lemonbar]

8 questions
4
votes
1 answer

Lemonbar How to Set Font

While I understand lemonbar -f "FONTNAME" is supposed to set the font. I am unsure of which fonts I can actually use. I have tried using some fonts from usr/share/fonts however, I keep getting the response could not load font.
user182829
3
votes
1 answer

write error: broken pipe with lemonbar script

I'm trying to pipe a bar script into lemonbar in bspwm. In my bspwmrc I have: ~/.config/bspwm/lemonbar.sh | lemonbar -p lemonbar.sh contains: #!/bin/bash clock() { date +%H:%M:%S } while true; do echo "%{c}$(clock)" sleep…
user217301
  • 31
  • 1
2
votes
2 answers

Lemonbar-XFT: Emoji Font Issue

echo ☠ | lemonbar -p -b -B #000000 -f JoyPixels-15 The panel is showing the skull and not the face. From what I can tell, emojis with less than 5 digit codes are working. There must be a fix for this, right!
Salman Abedin
  • 323
  • 3
  • 8
1
vote
0 answers

Unable to apply fonts in emonbar with fontconfig running Arch

I am running a new install of Arch linux, trying to set up lemonbar. I would like to use the JoyPixels font for emoticons, in both lemonbar and my terminal (st). I've installed fontconfig and lemonbar-xft (which is compatible with fontconfig). When…
1
vote
1 answer

Background color breaking when loop piped into lemonbar (Arch)

I have a setup where I am piping the time into lemonbar on a loop. Essentially I have three sections of the bar with two different background colours. Everything works fine until the time gets piped in on the right hand side. At that point the…
Marcel
  • 475
  • 1
  • 8
  • 21
0
votes
1 answer

How can I pipe a python script to lemonbar?

Hi I am making a lemonbar, and I want to make it in python or go or c or something else than shell script, because I want the program to manage the loop, and the threads going on in there. I found out that I can make a script where I call eg. a…
mama
  • 89
  • 7
0
votes
1 answer

Can't launching a script from bspwmrc

I have a lemonbar script that I modified from a few other scripts. Here: https://hastebin.com/iduhutorec Config here: https://hastebin.com/ewohugidut I moved it to ~/.local/bin/ as lemon-script (which is in my path), then I added this line to my…
user419050
  • 339
  • 3
  • 11
0
votes
3 answers

bc arithmetic error

I am following this guide to try and setup a lemonbar config: http://blog.z3bra.org/2014/04/meeting-at-the-bar.html Now almost everything works flawlessly except for this line: bc <<< "scale=2; 100 - $f / $t * 100" | cut -d. -f1 In this…
Otis Wright
  • 121
  • 6