mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
smaller font in statusbar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
font="Fira Code:pixelsize=16"
|
||||
font="Fira Code:pixelsize=14"
|
||||
|
||||
function uniq_linebuffered() {
|
||||
awk -W interactive '$0 != l { print ; l=$0 ; fflush(); }' "$@"
|
||||
|
||||
Reference in New Issue
Block a user