blob: 3e0f04a190cba4c55ff994bb305309ab80a782da (
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
|
* {
border: none;
font-family: "JetBrainsMono Nerd Font Propo, monospace";
font-size: 12px;
font-weight: bold;
min-height: 0;
}
window#waybar {
background-color: #000000;
color: #ffffff;
}
#workspaces button {
padding: 0 6px;
}
#clock,
#battery,
#window,
#custom-brightness,
#memory,
#network,
#mpris,
#bluetooth,
#pulseaudio,
#tray {
padding: 0 8px;
}
/* custom modules */
#custom-screenrecording-indicator {
color: #ff0000;
}
|