summaryrefslogtreecommitdiff
path: root/waybar/style.css
blob: f6734ca4189a37bc2101e593a19fc2065cb4df57 (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
* {
	border: none;
	font-family: "JetBrainsMono Nerd Font Propo, monospace";
	font-size: 12px;
	font-weight: bold;
	min-height: 0;
}

window#waybar {
	background-color: #000000;
	color: #ffffff;
}

#workspaces button {
	padding: 0 6px;
}

#clock,
#battery,
#window,
#custom-brightness,
#memory,
#network,
#mpris,
#bluetooth,
#pulseaudio,
#tray {
	padding: 0 8px;
}