mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
gruvbox-inize things
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
source ~/.config/herbstluftwm/settings.sh
|
||||
|
||||
source ./gruvbox_colors.sh
|
||||
font="Fira Code:pixelsize=11"
|
||||
|
||||
function uniq_linebuffered() {
|
||||
awk -W interactive '$0 != l { print ; l=$0 ; fflush(); }' "$@"
|
||||
@@ -50,5 +52,5 @@ panelGeometry=${geometry[2]}x${statusbar_height}+${x}+${y}
|
||||
| lemonbar \
|
||||
-g $panelGeometry \
|
||||
-f "$font" \
|
||||
-B $bgcolor -F $fgcolor \
|
||||
-B $GRUVBOX_DARK0 -F $GRUVBOX_LIGHT0 \
|
||||
-u 2
|
||||
|
||||
Reference in New Issue
Block a user