aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
blob: 226ae925d7f208526c46bac5a2f80401c70186a9 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
* {
  font-family: Hack Nerd Font;
}

window#waybar {
  background: #212118;
  color: #F1EFDA;
}

.modules-left, .modules-center, .modules-right {
  padding: 1px;
}

#clock,#network,#bluetooth,#backlight,#pulseaudio,
#battery,#disk,#temperature,#memory,#cpu,
#tray {
  padding-left: 3px;
  padding-right: 3px;
  border-color: #64645B;
  border-style: solid;
  border-width: 1px;
}
#network,#bluetooth,#backlight,#pulseaudio {
  border-left-width: 0px;
}
#disk,#temperature,#memory,#cpu {
  border-right-width: 0px;
}

#clock {
  background: #A95758;
}
#network {
  background: #928982;
}
#bluetooth {
  background: #CE5B5D;
}
#backlight {
  background: #8B8A92;
}
#pulseaudio {
  background: #8D7C66;
}
#battery {
  background: #A95758;
}
#disk {
  background: #928982;
}
#temperature {
  background: #CE5B5D;
}
#memory {
  background: #8B8A92;
}
#cpu {
  background: #8D7C66;
}
#tray {
  background: #45453A;
}

tooltip {
  background: #45453A;
}
tooltip label {
  color: #F1EFDA;
}

#tray menu {
  background: #45453A;
  color: #F1EFDA;
}

#bluetooth.off, #pulseaudio.muted, #network.disconnected, #battery.warning {
  background: #45453A;
}
#bluetooth.off {
  color: #CE5B5D;
}
#pulseaudio.muted {
  color: #8D7C66;
}
#network.disconnected {
  color: #928982;
}
#battery.warning {
  color: #A95758;
}