ChrisTitusTech / Debian-titus

Debian customizations from Chris Titus Tech
GNU General Public License v3.0
421 stars 158 forks source link

Polybar Bar Doesn't Display Properly #11

Closed vincula45 closed 2 years ago

vincula45 commented 2 years ago

The top polybar bar was displaying a black bar with white icons

If you look at the .Xresources, it refers to #include "/home/titus/.Xnord" on line 25.

I haven't played with using .Xresources in the past but maybe the reference should be:

include "/home/$USER/.Xnord".

The polybar bar worked fine with the nord colors when using my username.

petergr20 commented 2 years ago

bspwmrc:sudo /home/titus/GitHub/Debian-titus/dotfiles/bspwm/mount-drives.sh here too

ChrisTitusTech commented 2 years ago

Looks like the script was putting the Xresources in the wrong spot. Should be fixed now.