From 7598cdc5a60fd315d8f4a4fc3b0ea0d97c340069 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 11 Jan 2020 02:07:57 +0100 Subject: [PATCH] Fix polybar tray --- .config/polybar/config | 3 ++- .config/zsh/.zprofile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index a981a2c..3b23b2c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -55,9 +55,10 @@ modules-left = bspwm modules-center = title modules-right = pulseaudio backlight-acpi wlan eth battery battery-low date powermenu +tray-maxsize = 30 tray-position = right tray-padding = 2 -tray-detached = true +tray-detached = false ;tray-background = #0063ff wm-restack = bspwm diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index aeea81e..7654abe 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -18,7 +18,7 @@ export PLATFORMIO_HOME_DIR="$XDG_DATA_HOME/platformio" export R_ENVIRON_USER="$XDG_CONFIG_HOME/R/Renviron" # GPG -export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg +export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" # GTK export GDK_SCALE=2