end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.94k stars 267 forks source link

ags: use separate symbolic icon theme for different color schemes #563

Closed moetayuko closed 4 months ago

moetayuko commented 4 months ago

One may want to use different icon theme for dark and light backgrounds to ensure readability.

This also fixes a race condition by using Utils.writeFileSync to ensure the style file is updated before compiling sass.

moetayuko commented 4 months ago

Notice that the error I posted at https://github.com/end-4/dots-hyprland/pull/556#issuecomment-2136745848 was caused by the race condition: _lib_mixins_overrides.scss had not been created yet when compiling sass.