Skip to content

stjandra/xmobar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xmobar

About The Project

My Xmobar configuration with haskell (instead of .xmobarrc).

Getting Started

There are several ways to install Xmobar. The following instruction builds from source using stack.

Installation

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