gruvboxify things - and a can of worms

This commit is contained in:
Thomas Ruoff
2018-10-25 21:10:13 +02:00
parent da1ac6550a
commit a15873ebb3
8 changed files with 19 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env bash
source ./gruvbox_colors.sh
font="Fira Code:pixelsize=11"
font="Fira Code:pixelsize=16"
function uniq_linebuffered() {
awk -W interactive '$0 != l { print ; l=$0 ; fflush(); }' "$@"
@@ -52,5 +51,5 @@ panelGeometry=${geometry[2]}x${statusbar_height}+${x}+${y}
| lemonbar \
-g $panelGeometry \
-f "$font" \
-B $GRUVBOX_DARK0 -F $GRUVBOX_LIGHT0 \
-B $GRUVBOX_DARK1 -F $GRUVBOX_LIGHT0 \
-u 2