From 064ea737e8dadd6ebb37a022614e0cfe0edff5c8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 22 Jul 2022 14:00:52 +0200 Subject: [PATCH] polybar: show version when starting --- bin/polybar | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/polybar b/bin/polybar index 4a2099f..2dcaf7a 100755 --- a/bin/polybar +++ b/bin/polybar @@ -3,6 +3,8 @@ export DPI=$(xrdb -query | sed -nE 's/^Xft\.dpi:\s*//p') export HEIGHT=$((20 * DPI / 96)) +polybar --version + # Example of setup: # xrandr --setmonitor '*'DisplayPort-3-left 1920/444x1440/334+0+0 DisplayPort-3 # xrandr --setmonitor DisplayPort-3-right 1520/352x1440/334+1920+0 none