summaryrefslogtreecommitdiff
path: root/waybar/style.css
blob: 7abaf90bc65d453c5ae527846173b402fa56ece7 (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
window#waybar {
    border: 2px solid black;
    background-color: black;
}

* {
    /* `otf-font-awesome` is required to be installed for icons */
     font-family: "Crimson Pro";
     font-family: "Readerly";
    font-size: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 36px;
    margin: 2px;
    color: black;
    background-color: #DAEFEF;
}

button {
    /* Use box-shadow instead of border so the text isn't offset */
    box-shadow: inset 0 -3px transparent;
    /* Avoid rounded borders under each button name */
    border: none;
    border-radius: 0;
}

#network.wifi,
#battery,
#temperature,
#backlight,
#pulseaudio,
#clock,
#wireplumber {
    border-left: 2px solid #000;
    padding-left: 4px;
    padding-top: 4px;
}


#custom-machi_W,
#custom-machi_P,
#custom-machi_F {
    border-right: 2px solid #000;
    padding-right: 4px;
    padding-top: 4px;
}

#tray > .passive {
    -gtk-icon-effect: dim;
}

#tray > .needs-attention {
    -gtk-icon-effect: highlight;
    background-color: #eb4d4b;
}