diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-02-10 17:24:12 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-02-10 17:24:12 +0100 |
commit | 7dba6cc0245aa02ec718308a9828ccff26a3aba4 (patch) | |
tree | a5b0f3db38cbdeb7f45c5cae4930400e065c4f61 | |
parent | 1eb76d9748e5fee10dce5de4b46b1741b767d523 (diff) |
polybar: minor bar2 change
-rw-r--r-- | .config/polybar/config | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 9b8ff27..e1bb27f 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -56,11 +56,10 @@ cursor-scroll = ns-resize enable-ipc = true - [bar/bar2] monitor = DP-4.8 width = 100% -height = 28 +height = 30 ;offset-x = 1% ;offset-y = 1% radius = 0 @@ -77,15 +76,15 @@ border-size = 0 border-color = #00000000 padding-left = 0 -padding-right = 0 +padding-right = 0 module-margin-left = 1 module-margin-right = 2 -font-0 = Averia Libre:style=bold:size=15;3.6 +font-0 = Averia Libre:style=bold:size=15;3.8 modules-left = i3 -modules-center = +modules-center = modules-right = date2 tray-position = none |