LemonBoy/bar

WM doesn't respect lemonbar

fedoranvar opened this issue · 1 comments

  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&

oops. wrong repo.