summaryrefslogtreecommitdiff
path: root/common/home/programs/waybar/style.css
blob: 1d646c0be7eb9db08c0c27d4271009628999ef67 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
* {
	font-family: 'SauceCodePro NF';
}

window {
	background: transparent;
	color: #ebdbb2;
}

#language,
#pulseaudio,
#bluetooth,
#battery,
#clock {
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

#battery {
	background: #458588;
	color: #282828;
}

#battery.charging {
	background: #689d6a;
}

#battery.warning:not(.charging) {
	background: #fe8019;
}

#battery.critical:not(.charging) {
	background: #fb4934;
}

.modules-center, .modules-right, .modules-left {
	padding: 5px;
	margin: 0px;
	background: #3c3836;
}

.modules-center {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.modules-right {
	border-bottom-left-radius: 5px;
	padding-right: 8px;
	padding-left: 8px;
}

.modules-left {
	border-bottom-right-radius: 5px;
}