nect

Results 275 comments of nect

The systemd service file is the same in the repo so it should work. > am still trying to figure out how to ask systemd for a coredump. https://www.freedesktop.org/software/systemd/man/latest/systemd-coredump.html If...

Another user resolved a similar issue here: https://github.com/dunst-project/dunst/issues/1340#issuecomment-2066733836

Is the problem that when the time string gets too long the layout is skewed and everything is shifted below, thus causing a total redraw?

> Yes. Indicating the age of notification is a good idea, but implementing this by adding variable string to notification body is controversial. Maybe we can use a fixed length...

maybe an age_threshold_format can be added to customize it ? Also somewhat related to #509

Looking back at it maybe it's better to print an error if recursive lookup is enabled with min_size = 0?

> Yeah, i think it's best to get rid of min size. It doesn't make much sense with the new icon lookup, since it only uses one size. Honestly I...

> What I mean is that having a max and min size doesn't make much sense right now, since only one size is used for the lookup. So it's best...

> Yeah, but what are you doing with scalable icons? Are you making them as big as possible? In practice most icons are scalable, so only the biggest size is...

I will have to redo this based on #1365