-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digitalClock.font looks broken #452
Comments
The workaround seems to be to define both weight and style like the below (otherwise default weight of 50 is dropped into font = {
family = "Noto Sans";
size = 10;
weight = 400;
style = "Medium";
}; |
The workaround is to configure both style and weight. Otherwise the font = {
family = "Noto Sans";
size = 10;
weight = 400;
style = "Medium";
}; |
AFAIK, |
I think the config should be more user friendly then. Me trying to use this module "as is" resulted in broken font settings, and then required digging through the resulting KDE config files to figure it out. To make it more user friendly, I suggest the following:
WDYT? |
It is definitely possible, but I generally prefer to keep each option to a specific setting, instead of a single option handling multiple settings. About assertions, they would be nice to do, but widget options aren't exactly modules, so assertions are not possible. But I will see what I can improve |
Any changes to
digitaClock.font
set font weight to extremely thing one:I'm using the latest version of the plasma-manager d16bbde.
Here is my panel configuration:
Looking at the UI config, it says "Thin" though I have explicitly asked for bold.
Configuring the font from UI works as expected.
The text was updated successfully, but these errors were encountered: