Adding powerlines #540
Closed
ForgotMyPasswd
started this conversation in
General
Replies: 1 comment
-
Hey, apologies for the delay in getting back to you, but I've just had a chance to play with this. You can indeed do this with a label, and a particular Nerd Font icon that isn't too obvious called Using that you can do something like:
then style with: .clock {
background-color: red;
}
.pl-arrow {
color: red;
font-size: 32px;
} (you will need to adjust font size based on your bar font & height) |
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
-
I'm trying to create powerlines, similar to this
I'm not exactly sure how to achieve this though, I'm using custom labels with nerd font icons to create dividers which doesn't work since I can't remove the padding from the top and bottom. Any advice?
Beta Was this translation helpful? Give feedback.
All reactions