How do I increase the size of the Hyprland's Waybar? #4712
Answered
by
fufexan
Dolbaeb777K
asked this question in
Q&A
-
Adding to [TOP & BOT] " SummitSplit "font-size": 18px, " - Nothing changes after restarting Waybar via super+alt+b. Hyperland's waybar seems too small to me and I want to enlarge it. |
Beta Was this translation helpful? Give feedback.
Answered by
fufexan
Feb 15, 2024
Replies: 2 comments 4 replies
-
First of all, this is a Waybar question, not Hyprland, so it does not belong here. window#waybar {
min-height: 18px; /* set waybar's height to 18px */
font-size: 18px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dolbaeb777K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, this is a Waybar question, not Hyprland, so it does not belong here.
Second of all, all you have to do is add this or whatever value you prefer in your waybar's
style.css
: