aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/waybar.css
blob: 0475fde19da2a35c132d3b630245bb03ba557ab2 (about) (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
/* See basic example at <https://github.com/catppuccin/waybar>. */
@import "catppuccin.css";

* {
  background: @base;
  color: @text;
  font-family: Fira Sans, OpenMoji, Hermit;
  font-size: 1em;
  border-radius: 0;
  border: none;
}

tooltip {
  background: @surface0;
  border: 2px solid @surface2;
}

label.module {
  padding: 5px;
  margin: 0;
  background: transparent;
  border-top: 3px solid transparent;
}
box.module {
  margin: 0 5px;  /* vertical, then horizontal */
  padding: 0;
  background: transparent;
}

#workspaces button {
  padding: 0;
  background: transparent;
  border-top: 3px solid transparent;
}
#workspaces button.urgent {
  border-top: 3px solid @yellow;
}
#workspaces button.focused {
  border-top: 3px solid @blue;
}

#mode {
  color: @red;
  border-top: 3px solid @red;
}

#temperature {
  border-top: 3px solid transparent;
}
#temperature.critical {
  border-top: 3px solid @red;
}

#pulseaudio {
  border-top: 3px solid @red;
}
#pulseaudio.bluetooth {
  border-top: 3px solid @blue;
}
#pulseaudio.muted {
  border-top: 3px solid transparent;
}

#battery {
  border-top: 3px solid @green;
}
#battery.discharging.medium {
  border-top: 3px solid transparent;
}
#battery.discharging.critical {
  border-top: 3px solid @red;
}

#custom-dunst {
  border-top: 3px solid @red;
}

#custom-separator {
  color: @overlay2;
  padding: 5px 3px;
}