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')