aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar/style.css
blob: 7f8c7ba54a9a5ec639f8b1670d0d0aa41072123d (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
68
69
70
* {
  	font-size: 14px;
  	font-family: monospace;
}
window#waybar {
  	background: #1e1c1a;
  	color: #fcf8e2;
  	min-height: 0;
  	border: 2px solid #33333a;
}
#memory.warning {
	color: #b2872f;
}
#cpu,
#mpd,
#tray,
#mpris,
#memory,
#battery,
#network,
#language,
#backlight,
#workspaces,
#temperature,
#wireplumber,
#custom-weather,
#custom-swaykbd,
#custom-ds4battery,
#custom-rec-status,
#custom-pac-status,
#custom-mail-status,
#custom-news-status,
#custom-batwatt,
#custom-torrent-status {
	color: #fcf8e2;
  	padding: 0 0.4em;
  	margin: 2px;
}
#clock {
  	font-weight: 500;
  	color: #d6cda3;
  	background: #0d0906;
  	border: 2px inset #1e1e23;
  	margin: 4px 2px 4px 4px;
  	padding: 0 0.4em;
}
#workspaces {
  	padding: 0;
  	margin: 6px;
  	background: #4a4842;
}
#workspaces button {
  	padding: 0 0.5em;
  	color: #fcf8e2;
  	border-radius: 0;
  	border: 2px solid #1e1e23;
}
#workspaces button.visible,
#workspaces button.active {
  	color:  #7fac96;
  	border-color: #7fac96;
}
#workspaces button.focused {
  	color:  #000000;
  	border-color: #7fac96;
  	background: linear-gradient(60deg, #5b8277, #99d0b5);
}
#workspaces button:hover {
  	border-color: #5b8277;
}