Browse Source

Fix polybar tray

master
Riyyi 4 years ago
parent
commit
7598cdc5a6
  1. 3
      .config/polybar/config
  2. 2
      .config/zsh/.zprofile

3
.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

2
.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

Loading…
Cancel
Save