alaskacanyon / Simple-Lemonbar

A simple setup for lemonbar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Lemonbar

A simple setup for lemonbar.

Lemonbar screenshot

Prerequisites

xdotool
Font Awesome
alsa-utils

Installation

  1. Move lemonbar.sh to a proper directory (for EX. /usr/local/bin).
  2. Auto start the script piped into lemon bar when your WM/DM starts. Below is an example of how I call this script in openbox (autostart file at ~/.config/openbox/autostart)
  3. ( sleep 1s && bash /usr/local/bin/lemonbar/lemonbar.sh | lemonbar -p -F#FFFFFFFF -B#FF222222 -f "DejaVu Sans Mono"-8 -f FontAwesome-8) &
  4. You need to be sure to give lemonbar the arguments -p -f "Font of your choosing"-8 -f FontAwesome-8. The first font can be any of your choosing but the second one needs to be FontAwesome.

About

A simple setup for lemonbar.

License:MIT License


Languages

Language:Shell 100.0%