diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-09-20 22:20:50 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-09-20 22:20:50 +0200 |
| commit | 2dcb41cd467d47a4c867b91cf5b26a4158937e7d (patch) | |
| tree | 5f39ac98cf1fb49bd9df0bf54962a71c854b4e77 /polybar | |
| parent | 348e59969cc4f875e8b89ef6959cd37a77280b92 (diff) | |
.
Diffstat (limited to 'polybar')
| -rw-r--r-- | polybar/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/polybar/config b/polybar/config index 9d1c82c..59fbc3c 100644 --- a/polybar/config +++ b/polybar/config @@ -8,7 +8,7 @@ padding = 2 background = #000000 foreground = #ffffff font-0 = "RobotoMono Nerd Font:size=12" -font-1 = "Roboto Nerd Font:size=12" +font-1 = "Inter Medium:size=12" module-margin = 1 separator = | separator-foreground = #919191 @@ -24,6 +24,7 @@ tray-position = right [bar/bar2] inherit = bar/base monitor = DP1-2 +monitor-fallback = DP3 tray-position = none [module/bspwm] @@ -47,6 +48,7 @@ label-separator-foreground = ${bar/base.separator-foreground} [module/title] type = internal/xwindow label = %{T2}%title% +label-maxlen = 100 [module/wlan0] type = internal/network |
