aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar/style.css
blob: 7422deb8ce061c37db24442f409fa2d87f3d1d11 (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-size: 11px;
  font-family: monospace;
}
window#waybar {
  background: #000000;
  color: #faf6e5;
  min-height: 0;
}
#custom-right-arrow-cyan, #custom-left-arrow-cyan {
  color: #89b699;
  font-size: 20px;
}
#custom-right-arrow-black, #custom-left-arrow-black {
  color: #000000;
  font-size: 20px;
}
#custom-left-arrow-gray {
  color: #191919;
  background: #89b699;
  font-size: 20px;
}
#custom-right-arrow-black {
  background: #89b699;
}
#custom-left-arrow-black {
  background: #191919;
}
#custom-left-decorator-black,
#custom-right-decorator-black {
  font-size: 27px;
  background: rgba(27, 30, 37, 0.95);
  color: #000000;
}
#tray,
#battery,
#network,
#backlight,
#custom-torrent-status,
#workspaces {
  background: #232328;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#memory.warning {
	color: #b2872f;
}
#workspaces {
  padding: 0;
}
#workspaces button {
  padding: 0 6px;
  color: #fdf6e3;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
#workspaces button.visible {
  color:  #5b8277;
  border-color: #5b8277;
}
#workspaces button.focused {
  color:  #000000;
  border-color: #5b8277;
  background: #5b8277;
}
#workspaces button:hover {
  border: 1px solid #5b8277;
}
#mpd,
#tray,
#clock,
#memory,
#battery,
#network,
#backlight,
#pulseaudio,
#temperature,
#custom-weather,
#custom-swaykbd,
#custom-ds4battery,
#custom-rec-status,
#custom-pac-status,
#custom-mail-status,
#custom-news-status,
#custom-torrent-status {
  padding: 0 6px;
}
#custom-weather {
  color: #5b8277;
}