datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur
1.25k stars 59 forks source link

[FR] Add separate files for Linux #40

Closed xfzv closed 1 year ago

xfzv commented 1 year ago

Your workaround for #35 is valid, but it doesn't integrate well with my workflow.

I'm using chezmoi to manage my dotfiles. I'm handling both userChrome.css (and the other directories/files too) from this repository as external files.

As a result, for now I have to edit userChrome.css myself when my "externals" are updated (see -R, --refresh-externals).

I tried writing a script with sed that runs every time I update my dotfiles but it doesn't work as expected for various reasons and it's an horrible hack anyway.

Would you consider adding separate variants for Linux with specific fixes which can be used as is? I have yet to find other issues apart from #35 but there might be some more in the future.

Thanks.

datguypiko commented 1 year ago

I added it here but I doubt I will maintain it for linux as even different distros have different problems so I would be trying to fix it blindly by braking for others. https://github.com/datguypiko/Firefox-Mod-Blur/tree/master/old/linux

xfzv commented 1 year ago

I see. It's not really a solution in the long run for me then, I'd like to keep up with the updates.

I'll see how it goes with default userChrome.css, I can live with some very minor issues here and there.

Thank you!