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

[FR] Option to change position of red "Config error" bar #3241

Closed
zjeffer opened this issue Sep 10, 2023 · 5 comments
Closed

[FR] Option to change position of red "Config error" bar #3241

zjeffer opened this issue Sep 10, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@zjeffer
Copy link
Contributor

zjeffer commented Sep 10, 2023

Description

This is an extremely small, low priority issue but when an error occurs, the red config error bar is displayed:

image

This bar always appears at the top of the screen, but this obscures my waybar.
I'd like an option to always put this bar at the bottom of the screen.

I'm aware it is possible to disable the bar, but I like to see if there are any problems. I often get errors due to plugins needing to be updated, so it's nice that the bar is there, but I don't want it to be in the same location as my waybar while I'm fixing the issue.

@zjeffer zjeffer added the enhancement New feature or request label Sep 10, 2023
@klabauterbaer
Copy link

how can I disable the bar?

@zjeffer
Copy link
Contributor Author

zjeffer commented Dec 2, 2023

how can I disable the bar?

In your Hyprland config, you can enable suppress_errors:

https://wiki.hyprland.org/Configuring/Variables/#debug

debug {
    suppress_errors = true
}

But you shouldn't really do that, better to fix the config errors instead ;)

@joee
Copy link

joee commented Feb 2, 2024

If the cause (in my case a warning about screen resolution) has been corrected but the error is still displayed, you can eliminate it with hyprctl reload.

@bvr-yr
Copy link
Contributor

bvr-yr commented Feb 2, 2024

or u can close current one with hyprctl seterror disable

@Dreded
Copy link

Dreded commented Mar 25, 2024

or u can close current one with hyprctl seterror disable

Thank you, the error is always Overtop of the text or website url I need to copy in order to fix the issue..

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

No branches or pull requests

6 participants