summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
blob: c968d009756d94547a5f75213258573273f1bd86 (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
* {
    font-family: monospace, sans-serif;
    font-size: 12px;
    color: #fff;
}

window#waybar {
    background-color: black;
}

#workspaces,
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray {
    background-color: black;
    padding: 0 5px;
    border-radius: 50px;
    margin-right: 10px;
}

#workspaces {
  margin-left: 10px;
  padding: 0;
}

#workspaces button {
    padding: 0px 3px;
    margin: 4px;
    border: none;
    border-radius: 3px;
}

#workspaces button:hover {
    background-color: black;
}

#workspaces button:hover label {
    color: white;
}

#workspaces button.active {
    background-color: white;
}

#workspaces button.active label {
    color: black;
}