wiiznokes

Results 216 comments of wiiznokes
trafficstars

That's on the road map for the next version 👀

> @wiiznokes I don't see that on the 0.14 Milestone. Do you have a link/reference for what you are referring to, so I could follow it? Thanks. On the roadmap....

I will look into it. In the meantime, you can use the config file

I can't fix it currently, due to limitation in libcosmic. But the fix i was thinking was to use ..., witch isn't a good solution for a static translation of...

> Fan control doesn't have a switch to change to another language. Did you mean, I can change language in some configuration file? You can either submit a pr with...

For theme: ```rs pub fn theme(&self) -> theme::Theme { match self { Self::Dark => { let mut t = theme::system_dark(); t.theme_type.prefer_dark(Some(true)); t } Self::Light => { let mut t =...

This sound like a x11 specific bug. Maybe try with wayland

> I just want to preface this issue that I love that this project, from what I gather after some superficial investigation, does not actually need the lm-sensors package with...

Ok so i did miss understood the first comment. I don't have strong opinion on adding a voltage sensor. It seems to have request for it so it might be...

Why not use clap at this point ?