commit 633ad7705641d9553a4dac2750e43a6599a599ff parent e6e8cc32eb925057cb065f6eba79afe88748f09d Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Tue, 17 Mar 2020 22:06:32 +0100 poybar: update font + monitor Diffstat:
| M | polybar/.config/polybar/config | | | 3 | ++- |
| M | polybar/.config/polybar/launch.sh | | | 4 | ++-- |
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config @@ -20,6 +20,7 @@ alert = #bd2c40 [bar/example] ;monitor = HDMI-0 +;monitor = ${env:MONITOR:fallback-value} width = 100% height = 20 ;offset-x = 1% @@ -45,7 +46,7 @@ module-margin-right = 2 font-0 = fixed:pixelsize=10;1 font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 -font-2 = "Wuncon Siji:pixelsize=10;1" +font-2 = "Siji:pixelsize=10;1" modules-left = i3 modules-center = cmus diff --git a/polybar/.config/polybar/launch.sh b/polybar/.config/polybar/launch.sh @@ -1,3 +1,4 @@ #!/bin/sh killall polybar -polybar example -\ No newline at end of file +#env MONITOR=$(polybar -m|head -1|sed -e 's/:.*$//g') +polybar example