ChrisTitusTech / Debian-titus

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

Window Icons not showing up #32

Closed ghost closed 2 years ago

ghost commented 2 years ago

The icons for the different windows such as browser, terminal aren't showing up/

aphive commented 2 years ago

Same here, just did a fresh install. Several things don't seem to work like the volume icon does nothing when interacted with. For the icons section all I see is a gray circle. Trying to play with settings at the moment to see if I can figure this out PXL_20211231_035212414 .

nielsdrost7 commented 2 years ago

It's the icons for all the available desktops, that aren't showing up. Could you check the bspwm config file? Maybe add 1 desktop at a time and then see if it will show up? You might need to refresh bspwm after adding a desktop with its icon.

ghost commented 2 years ago

I was configuring it for 3 hours, no luck

nielsdrost7 commented 2 years ago

Go to ~/.config/bspwm/bspwmrc Find the part where it says:

Monitor Config

Try to put this in the config bspc monitor -d 1 2 3 4 5 6 7 8 9 10 It's the old value, before it was overwritten on December 30th with a new value.

The new value contains DisplayPort-1, etc and your monitor might not have that name.

Old value worked for me.

ChrisTitusTech commented 2 years ago

This was my fault. I have now fixed this.