aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/waybar/style.css
blob: 44df15942d9a3615b0673ec1806ee14ed78ac38e (plain) (blame)
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
* {
    font-family: mono;
    font-size: 8pt;
}

window#waybar {
    background-color: #282828;
    color: #ebdbb2;
    border-bottom: 1px solid #3c3836;
}

#workspaces button {
    padding: 0 5px;
    color: #928374;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#workspaces button.focused {
    color: #ebdbb2;
    background-color: #3c3836;
    border-bottom: 2px solid #fabd2f;
}

#workspaces button.urgent {
    color: #ebdbb2;
    background-color: #fb4934;
}

#mode {
    color: #fabd2f;
    font-weight: bold;
}

#clock,
#battery,
#cpu,
#memory,
#temperature,
#network,
#pulseaudio,
#tray {
    padding: 0 6px;
}

#battery.warning {
    color: #fabd2f;
}

#battery.critical {
    color: #fb4934;
}

#temperature.critical {
    color: #fb4934;
}

#pulseaudio.muted {
    color: #928374;
}

tooltip {
    background-color: #3c3836;
    border: 1px solid #504945;
    border-radius: 0;
}

tooltip label {
    color: #ebdbb2;
}