diff --git a/home/.config/bspwm/bspwmrc b/home/.config/bspwm/bspwmrc index 54123290..118374e0 100755 --- a/home/.config/bspwm/bspwmrc +++ b/home/.config/bspwm/bspwmrc @@ -12,6 +12,9 @@ al-compositor --start & # panel al-polybar-session & +# xfce settings +xfsettingsd & + # polkit, required for authentication /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & diff --git a/home/.config/polybar/modules.conf b/home/.config/polybar/modules.conf index 6fe07f74..81469adc 100644 --- a/home/.config/polybar/modules.conf +++ b/home/.config/polybar/modules.conf @@ -280,9 +280,9 @@ full-at = 99 poll-interval = 5 time-format = %H:%M -format-charging = -format-discharging = -format-full = +format-charging = " " +format-discharging = " " +format-full = " " ramp-capacity-0 =  ramp-capacity-1 =  diff --git a/home/.vimrc b/home/.vimrc index e9919e22..5123b158 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -56,7 +56,11 @@ if has('termguicolors') && $DISPLAY !=? '' && &t_Co == 256 else set nocursorline set notermguicolors - colorscheme evening + try + colorscheme jinx + catch + colorscheme evening + endtry endif " change cursor shape for different editing modes (nvim does this by default)