waybar: fix text size
This commit is contained in:
parent
76cb2dceb0
commit
df9e3d7916
2 changed files with 4 additions and 3 deletions
|
|
@ -2,8 +2,8 @@ window#waybar {
|
|||
background: transparent;
|
||||
color: #fdf6e3;
|
||||
padding: 1px 0;
|
||||
min-height: 25px;
|
||||
font-size: 23px;
|
||||
min-height: 20px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
|
|
@ -49,4 +49,4 @@ window#waybar {
|
|||
|
||||
#disk {
|
||||
color: #b58900;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue