Replies: 1 comment 1 reply
-
|
Do you have and widgets that are images or ones that you have configured but are not using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a black block to the far right in my waybar when i startup my pc. How can i get rid of that block on startup.



image 1 is on startup the the image 2 is when an application is running and image 3 when the application is closed. i want my waybar to look like image 3 on startup
:style
#tray {
background-color: #101010;
border-radius: 5px;
padding: 0.5rem 0.8rem;
margin: 5px 0 5px 10px; /* extra left margin to separate from others */
}
jsonic:
"tray": {
"icon-size": 16,
"spacing": 10,
},
Beta Was this translation helpful? Give feedback.
All reactions