kolunmi / dwlb

Feature-Complete Bar for DWL
Other
60 stars 20 forks source link

[BUG]: Change layout icon colors #34

Closed bogdan-the-great closed 9 months ago

bogdan-the-great commented 9 months ago

Hi! I set up my bar with various colors, but there doesn't seem to be a way to change the layout icon's color like others. Is this an issue or am I missing this option? Thanks.

bogdan-the-great commented 9 months ago

Okay I did it. It seems that -occupied-bg-color and -occupied-fg-color are responsible for tags' colors. My config in autostart.sh:

dwlb -font "FiraCode Nerd Font:size=11" \
     -hide-vacant-tags -active-fg-color "7f8490" \
     -active-bg-color "232428" \
     -occupied-bg-color "2c2e34" \
     -occupied-fg-color "7f8490" \
     -inactive-bg-color "2c2e34" \
     -inactive-fg-color "7f8490" \
     -urgent-bg-color "7f8490" \
     -urgent-fg-color "2c2e34" \
     -middle-bg-color-selected "232428" \
     -middle-bg-color "232428"