How to undo env variable and get waybar back? #3252
guttermonk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The waybar styling guide said to use the following command to troubleshoot CSS:
env GTK_DEBUG=interactive waybar
Really, I should not have followed those instructions and I could have just ran:
GTK_DEBUG=interactive waybar
Now when I log in, waybar doesn't launch and the gtk debugger opens on every login. How do I fix this?
EDIT: The startup script that launches waybar accidentally got a typo causing waybar not to launch, and it was coincidence that GTK Inspector was launching as a result. Everything's working now, so this can be either deleted or left up in case anyone else has this issue.
Beta Was this translation helpful? Give feedback.
All reactions