aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
blob: 724a084426b8c1a8f980e6ec32d5e5a9082d1768 (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
57
58
59
60
61
62
63
64
65
66
67
* {
	font-family: SauceCodePro NF,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ebdbb2;
}

window#waybar {
	background-color: transparent;
}

#workspaces{
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#workspaces button {
	background-color: rgba(60, 56, 54, 0.8);
	border-radius: 5px;
	font-weight: bolder;
	margin-left: 5px;
	padding: 0px 7px;
	border: none;
	box-shadow: none;
}

#workspaces button.active {
	background-color: #b16286;
}

#workspaces button:hover {
	background-image: none;
	background: #3c3836;
	border: none;
	box-shadow: none;
}

#tray,
#custom-media,
#custom-keylock,
#mpris,
#pulseaudio,
#memory,
#cpu,
#clock,
#window,
#battery
{
	background-color: rgba(60, 56, 54, 0.8);
	border-radius: 5px;
	margin: 10px 0;
	padding: 5px 10px;
}

#battery {
	padding: 5px 10px;
	padding-right: 18px;
}

#custom-keylock {
	padding: 5px 13px;
}

#mpris.playing {
	background-color: #b16286;
}