LemonBoy / bar

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

WM doesn't respect lemonbar #232

Closed fedoranvar closed 3 years ago

fedoranvar commented 3 years ago
  1. Downloaded WM from cargo
  2. Pulled basic lemonbar theme
  3. Edited it for showing lemonbar only on one monitor
  4. Windows overlapping lemonabar

image

edited themes/current/up

#down the last running theme
if [ -f "/tmp/leftwm-theme-down" ]; then
    /tmp/leftwm-theme-down
    rm /tmp/leftwm-theme-down
fi
ln -s $SCRIPTPATH/down /tmp/leftwm-theme-down

if [ -x "$(command -v picom)" ]; then
    picom --experimental-backend -b
fi

#set the theme.toml config
echo "LoadTheme $SCRIPTPATH/theme.toml" > $XDG_RUNTIME_DIR/leftwm/commands.pipe

# MONITOR=HDMI-2 polybar -c ~/.config/polybar/config.ini main &

#boot lemonbar and pipe the status of left into it

   leftwm-state -w 0 -t $SCRIPTPATH/template.liquid | lemonbar -o HDMI-2 -F#FFFFFFFF -B#AA222222&
fedoranvar commented 3 years ago

oops. wrong repo.