Dr-42 / end-rs

Eww notification daemon (in Rust)
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

getcss undefined? #2

Closed juanolon closed 1 month ago

juanolon commented 2 months ago

Hi, i was about to try end-rs, but after generating the yuck/css file, i get the error:

error: No variable named `getcss` in scope
    ┌─ end.yuck:113:12
    │
113 │       :css getcss
    │            ────── Used here

I haven't found getcss defined anywhere in the repository..

Dr-42 commented 2 months ago

That is an artifact from my own dotfiles as I am using a python script to generate css to sync the colors of all the eww widgets with my wallpaper. You can safely remove it and it would work. I will fix it in this repo as soon as possible.