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 error popup is very small #4

Closed
iddm opened this issue Oct 14, 2017 · 3 comments
Closed

The error popup is very small #4

iddm opened this issue Oct 14, 2017 · 3 comments

Comments

@iddm
Copy link

iddm commented Oct 14, 2017

The ercheck popup is VERY small, the error text simply can not be readable but it ought to be so. Personally, I have changed this popup height and width to be almost fullscreen because I could not read the error description to fix it.

I understand that this project is not made for others except you and so it is designed by you for you only, but it is interesting for me why you don't have such problems as me here, because they are seem happen for everyone :)

@worron
Copy link
Owner

worron commented Oct 14, 2017

The error popup is very small

Yes, it is by design, my personal theme preferences. I used to check any error message in debug mode with Xephyr. So I really want to cut my normal dbus messages to this size. Unfortunately seems there no clear way to set autosize for crit message while normal one are strick sized. The closed solution I can see set forced height for error messages in 'ercheck-config.lua' something like

naughty.notify({
	preset  = naughty.config.presets.critical,
	height  = 500,
	title   = "Oops, an error happened!",
	text    = err
})

@iddm
Copy link
Author

iddm commented Oct 14, 2017

Yes, I have fixed it inside this file before, changed it's size. Just wondered how do you read them, so I thought this popup is small only for me :)

@iddm iddm closed this as completed Oct 14, 2017
@worron
Copy link
Owner

worron commented Oct 14, 2017

but it is interesting for me why you don't have such problems as me here

Good question. Firstly the config have been expanding for years, it easy to miss some bug for me alone. And secondary I just stuck to my daily routes and habits, and some settings can be pretty personal and unobvious.

Anyway any reports are welcome, I will try to fix real bug or point to config part if it's matter of personal setting.

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