Skip to content
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

The desktop DigitalClock position option is broken #447

Open
SpidFightFR opened this issue Dec 31, 2024 · 2 comments
Open

The desktop DigitalClock position option is broken #447

SpidFightFR opened this issue Dec 31, 2024 · 2 comments

Comments

@SpidFightFR
Copy link

image

Here's my config for the Digital clock widget:

{
	#Digital clock widget
	digitalClock = {
		position = {
			#Defines the position of the digital clock
			horizontal = 1400;
			vertical = 100;
		};
		size = {
			#Defines the size of the digital clock
			width = 409;
			height = 86;
		};
		date = {
			enable = true;
			format.custom = "d.MM.yyyy";
			position = "belowTime";
		};
		settings.Appearance.showDate = true;
	};
}

Anything wrong with my config ?

@SpidFightFR
Copy link
Author

Idk if that can help but both of my screens have a res of 1080p

@HeitorAugustoLN
Copy link
Member

This is a bug that sometimes happens when setting widgets via scripting, it shouldn't be frequent. But it will definitely happen sometimes. I don't think there is a fix for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants