aboutsummaryrefslogtreecommitdiffstats
path: root/templates/waybar/fonts.css
blob: ec4b0240c6780b75a07b7605601303f89f405707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* {
	font-family: "Inconsolata Nerd Font Mono";
	font-weight: bold;
	font-size: 16px;
}

#custom-user,
#window label,
#mpris,
tooltip label {
	font-weight: normal;
}

#workspaces button.active label,
#workspaces button.focused label,
#custom-distro {
	font-size: 20px;
}

#custom-power_menu {
	font-size: 18px;
}

#custom-left_div,
#custom-left_inv,
#custom-right_div,
#custom-right_inv {
	font-size: 22px;
}