gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.69k stars 201 forks source link

Non issue - Polybar #156

Closed zebo1o1 closed 8 months ago

zebo1o1 commented 8 months ago

HI there Was wondering how i can add a little transparency to polybar ? Also , how to change location info for the weather module Amazing work by the way

gh0stzk commented 8 months ago

the easy way to add transparency to some polybar is with picom, but because there are another 11 themes, that will add transparency to all other polybars.So the way my config do it is using the native polybar transparency function, you need to:

For example JAN rice uses 90% transparency, in the table of that page yo can see that 90% transparency corresponds to E6, so you need to add E6 to the hex color #E6212a4c

The weather location you can change it in ~/.config/bspwm/scripts/Weather file, the city variable. CITY="Mexico City"

zebo1o1 commented 8 months ago

Thank you so much