summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
blob: 1cee57b4bb8db879acd61b1486017a982b883e53 (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
* {
  font-family: "JetBrainsMonoNF";
  font-size: 14px;
  border: none;
  border-radius: 0;
}

window#waybar {
  background: #121212;
  color: #dedede;
}

#workspaces button {
  padding: 0 5px;
  color: #dedede;
}

#workspaces button.focused {
  color: #121212;
  background-color: #C9DE95;
}

#workspaces button.urgent {
  color: #E27373;
  border-bottom: 2px solid #E27373;
}


#battery,
#backlight,
#network,
#bluetooth,
#wireplumber,
#clock {
  padding: 0 5px;
}

#battery.critical {
  color: #E27373;
}