Skip to content

Commit 8bedaa7

Browse files
committed
Reduce font size.
1 parent fc117d1 commit 8bedaa7

File tree

1 file changed

+8
-8
lines changed
  • archlinux/install/tilling/config/waybar

1 file changed

+8
-8
lines changed

archlinux/install/tilling/config/waybar/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
border: none;
77
border-radius: 0;
88
font-family: JetBrainsMono Nerd Font;
9-
font-size: 14px;
9+
font-size: 12px;
1010
min-height: 0;
1111
}
1212

@@ -16,21 +16,21 @@ window#waybar {
1616

1717
.modules-right,
1818
.modules-left {
19-
padding: 6px 10px;
20-
margin: 6px 8px 0;
19+
padding: 5px 8px;
20+
margin: 5px 7px 0;
2121
border-radius: 8px;
2222
background: alpha(@background, 0.85);
2323
box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.5);
2424
}
2525

2626
#workspaces {
27-
padding: 0 5px;
27+
padding: 0 4px;
2828
}
2929

3030
#workspaces button {
31-
padding: 0 6px;
31+
padding: 0 5px;
3232
margin: 0 2px;
33-
min-width: 12px;
33+
min-width: 10px;
3434
color: alpha(@foreground, 0.25);
3535
transition: color 0.2s ease;
3636
}
@@ -65,8 +65,8 @@ window#waybar {
6565
#custom-screenrecording-indicator,
6666
#custom-do-not-disturb-indicator,
6767
#custom-update {
68-
margin: 0 5px;
69-
min-width: 14px;
68+
margin: 0 4px;
69+
min-width: 12px;
7070
color: @foreground;
7171
transition: color 0.2s ease;
7272
}

0 commit comments

Comments
 (0)