LemonBoy / bar

A featherweight, lemon-scented, bar based on xcb
MIT License
1.61k stars 194 forks source link

panel_colors #220

Closed kronikpillow closed 3 years ago

kronikpillow commented 5 years ago

I have followed all guides to setting up lemon bar, including bspwm for dummies, it just doesn't work...

when i type panel in the terminal i get a /home/kronikpillow/.config/panel/panel: line 17: .: panel_colors: file not found

which is weird bcz

[kronikpillow@susanoo panel]$ ls
panel  panel_bar  panel_colors

this is my .profile

XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
PANEL_FIFO=/tmp/panel-fifo
PANEL_HEIGHT=24
PANEL_FONT="-*-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
PANEL_WM_NAME=bspwm_panel
export PANEL_FIFO PANEL_HEIGHT PANEL_FONT PANEL_WM_NAME
export PATH="$PATH:~/.config/panel"

what am i doing wrong?