[Question] Rounded bottom corners with waybar #3291
Unanswered
guttermonk
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @guttermonk , see my waybar styling. Viktar's dot window#waybar {
background-color: @base01;
border-bottom: 1px solid #181825;
border-radius: 50px;
transition-property: background-color;
color: @base02;
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've tracked the reference screenshot down: Not sure where the waybar css file is in all these Nix dotfiles though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to put the final touches on my waybar and I was wondering how do you add an inside radius to the bottom corners of the waybar? Similar to this screenshot:
Same question asked on reddit, but no correct answers posted yet. Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions