diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2021-02-28 17:58:30 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2021-02-28 17:58:30 +0800 |
| commit | 83d7b9c7ce20f16681afacf99ed3ab47427f1ded (patch) | |
| tree | 5f607e348dadf13e5d6061217b7a317a48527d83 /polybar/.config | |
| parent | e5209aad576fe44d3965fcb94d6709348b0a93bf (diff) | |
| download | dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.gz dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.bz2 dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.lz dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.xz dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.zst dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.zip | |
all: fixes and new modules
Diffstat (limited to 'polybar/.config')
| -rw-r--r-- | polybar/.config/polybar/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 050b0a5..0467bb1 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -130,6 +130,7 @@ offset-y = ${env:OFFSET_Y:0} scroll-up = herbstclient use_index +1 scroll-down = herbstclient use_index -1 +border-bottom-size = ${bar/base.height} [bar/topbar2-base] inherit = bar/base @@ -176,7 +177,7 @@ modules-left = bspwm [bar/topbar2-hlwm] inherit = bar/topbar2-base -offset-y = ${env:OFFSET_Y:40} +offset-y = ${env:OFFSET_Y:16} override-redirect = false scroll-up = herbstclient use_index +1 |
