-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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
}) |
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 :) |
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. |
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 :)
The text was updated successfully, but these errors were encountered: