aboutsummaryrefslogtreecommitdiff
path: root/sway-de/config/waybar/style.css
blob: 3866d6faaadc925d0384f70f28798ee988a1c187 (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
* {
    border-radius: 0;
    border: 0;
    font-family: "Noto Sans", "Font Awesome 5 Free";
    font-size: 11pt;
    text-shadow: none;
}

window#waybar {
    background: #ffffff;
    color: #4a484d;
    border-bottom: 1px solid #efefef;
    border-left: 5px solid black;
    border-right: 5px solid black;
}

.modules-left, .modules-center, .modules-right {
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

.modules-left {
    border-radius: 5px 0 0 0;
    padding-left: 5px;
}

.modules-right {
    border-radius: 0 5px 0 0;
}

tooltip {
    background: alpha(#fafafa, 0.95);
    border: 1px solid #ddd;
}

tooltip label {
    color: #4a484d;
}

label {
    padding: 2px 10px;
    margin: 0;
}

#workspaces label {
    padding: 0;
}

#workspaces button {
    padding: 0 6px;
    font-weight: normal;
}

#workspaces button:hover {
    box-shadow: inherit;
    text-shadow: inherit;
    background: #ffffff;
}

#workspaces button.focused {
    background: #efefef;
}

#idle_inhibitor {
    margin: 0;
    padding: 2px 12px 2px 6px;
}

#idle_inhibitor.activated {
    color: #ffffff;
    background: #a50000;
    text-shadow: 1px 1px 0 #992030;
}

#custom-reboot {
    color: #a50000;
}