mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
gruvboxify things - and a can of worms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user