about summary refs log tree commit diff
path: root/dotfiles/waybar/style.css
blob: fe01a14a4d7245dfbe1a6df340d827daa9af00fc (plain) (blame)
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
57
58
* {
	font-size: 12px;
	font-family: JetBrainsMono;
	border: none;
	border-radius: 0;
}

window#waybar {
	background: #222222;
	color: #bbbbbb;
}

#clock,
#battery,
#backlight,
#pulseaudio {
	padding: 0 10px;
	margin: 0 4px;
}

#window,
#tags {
	padding: 0 0;
	margin: 0 0;
}

#tags button {
	padding: 0 7px;
	margin: 0;
	color: #bbbbbb;
}

#tags button.occupied {
	border-top: 4px solid #bbbbbb;
	margin: 0;
	padding: 0 7px;
}

#tags button.focused {
	border-top: 0;
	margin: 0;
	padding: 0 7px;
	color: #222222;
	background: #bbbbbb;
}

#tags button:hover {
	background: inherit;
	color: inherit;
	box-shadow: inherit;
	text-shadow: inherit;
}

#battery.critical:not(.charging) {
    background-color: darkred;
    color: #ffffff;
}