diff options
author | Peter | 2021-02-21 22:39:05 +0000 |
---|---|---|
committer | Peter | 2021-02-21 22:39:05 +0000 |
commit | 6191ff459ecf2dd78b8a66e6cf578281daa8cd8d (patch) | |
tree | 60f93b1960bcc0fb088af782743a0d91bffa5696 /.config | |
parent | 06b7cefd90b8d26d02dcb8e795e27bcb25e542c5 (diff) | |
download | dotfiles-6191ff459ecf2dd78b8a66e6cf578281daa8cd8d.tar.gz dotfiles-6191ff459ecf2dd78b8a66e6cf578281daa8cd8d.tar.bz2 dotfiles-6191ff459ecf2dd78b8a66e6cf578281daa8cd8d.zip |
Disable system tray in panel
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 9c1bc90..fef19da 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -27,6 +27,8 @@ foreground = ${colors.foreground} line-size = 2 line-color = #f00 +tray = none + border-bottom-size = 1 border-color = #cfcfcf |