summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
blob: 64618bc411260f2876da88c186ad36506ba60fcd (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
#waybar {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.9rem;
}

#workspaces {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#workspaces button {
  color: #fff;
  padding: 0;
  border-radius: 0;
  min-height: 0;
  min-width: 25px;
  font-size: 0.8rem;
}
#workspaces button.focused {
  background: rgba(255, 255, 255, 0.2);
}
#workspaces button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.modules-center {
  padding: 5px 0;
}

.modules-right label,
.modules-right box {
  padding: 0 10px;
}
.modules-right widget:nth-child(odd) label,
.modules-right widget:nth-child(odd) box {
  background: rgba(255, 255, 255, 0.2);
}
.modules-right widget:nth-child(even) label,
.modules-right widget:nth-child(even) box {
  background: rgba(255, 255, 255, 0.25);
}

#mode {
  border-bottom: 1px solid #fff;
  margin: 0 10px;
  padding: 0 5px;
}