From 17b0e272aec65b4be62dca6399eeba5e0d17bdf3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 7 Aug 2021 21:09:10 +0200 Subject: [PATCH] polybar: make the bar a bit smaller --- bin/polybar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/polybar b/bin/polybar index 4753bcb..36c8832 100755 --- a/bin/polybar +++ b/bin/polybar @@ -1,7 +1,7 @@ #!/bin/sh export DPI=$(xrdb -query | sed -nE 's/^Xft\.dpi:\s*//p') -export HEIGHT=$((20 * DPI / 96)) +export HEIGHT=$((18 * DPI / 96)) MONITORS=$(xrandr --current --listactivemonitors | sed -nE 's/ *([0-9]+): [+*]*([^ ]*).*/\2/p') PRIMARY=$(xrandr --current --listactivemonitors | sed -nE 's/ *([0-9]+): [+]?[*]([^ ]*).*/\2/p')