My Xmobar configuration with haskell (instead of .xmobarrc
).
There are several ways to install Xmobar. The following instruction builds from source using stack.
Clone the repo:
git clone git@github.com:stjandra/xmobar.git
Go to the repo:
cd xmobar
Install Xmobar:
stack install
Install my xmobar.hs
.
This creates xmobar
executable in ~/.local/bin
.
stack ghc -- --make -o $HOME/.local/bin/xmobar xmobar.hs