scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
459 stars 17 forks source link

allow configuring the bar through scss directly #76

Closed Sivecano closed 5 months ago

Sivecano commented 5 months ago

after looking at the source code it is my impression, that even though an scss file is present this needs to be converted manually and only the CSS file is parsed. This pull request sets out to fix that.

there is preliminary scss support using libsass now (yes I know that libsass is technically "deprecated" but I was unable to find any other c/c++ library for converting scss to css)

Sivecano commented 5 months ago

I'm honestly not sure whether this is OK stylewise so it'd be cool to get some feedback on that.

EDIT: (I'm not asking for advice or anything just want to know if the way I did it is alright with you)

scorpion-26 commented 5 months ago

LGTM. Thanks!