Skip to main content

Questions tagged [lemonbar]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
0 answers
121 views

Script Output In Polybar Network Module?

In standard module we has: [module/wlan] type = internal/network interface-type = wireless interval = 5 format-connected = <label-connected> format-disconnected = <label-disconnected> ...
rhuanpk's user avatar
  • 415
0 votes
0 answers
106 views

Picking icon in font for polybar

I always am in trouble with picking icons in my fonts to build my polybar. I tried with some gnome tools like gnome-characters or gnome-font-viewer but I can't figure out how to display icons (instead ...
Max's user avatar
  • 1
0 votes
1 answer
330 views

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 ...
mama's user avatar
  • 99
0 votes
1 answer
911 views

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 ...
user419050's user avatar
2 votes
2 answers
581 views

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 ...
Salman Abedin's user avatar
1 vote
0 answers
298 views

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 ...
SamRPhillips's user avatar
0 votes
3 answers
619 views

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 <<< "...
Otis Wright's user avatar
4 votes
2 answers
728 views

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; ...
user217301's user avatar
4 votes
1 answer
6k views

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 ...
user avatar
1 vote
1 answer
941 views

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 ...
Marcel's user avatar
  • 525