From 97a39e5fb94627ba7728422c631ec50674b3bf58 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 28 Dec 2019 20:54:39 -0500 Subject: Add a script to build polybar --- build/polybar | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 build/polybar (limited to 'build') diff --git a/build/polybar b/build/polybar new file mode 100755 index 0000000..45120e0 --- /dev/null +++ b/build/polybar @@ -0,0 +1,12 @@ +#!/bin/sh +set -e + +# Based off of +# https://github.com/polybar/polybar/wiki/Compiling + +git clean -fdx . +mkdir build +cd build +cmake .. +make -j$(nproc) +sudo make install -- cgit v1.2.3