aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
blob: ac53d24445447132c70456c554b740ff5b27e4e1 (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
* {
    border: none;
    border-radius: 0;
    font-family: LiterationMono Nerd Font Propo; 
    font-weight: normal;
    font-size: 14px;
    min-height: 0;
}

#waybar {
    color: #cdd6f4;
    background: #1e1e2e; 
}

tooltip {
    background: rgba(0,0,0,0.2);
}

#workspaces {
    margin-left: 1px;
}

#workspaces button {
    color: #6c7086;
}

#workspaces button.active {
    color: #cdd6f4;
    background: #1e1e2e;
}

#window {
    color: #cdd6f4;
    margin-left: 15px;
}

#custom-nettraf {
  min-width: 120px;
}

#custom-internet {
  margin-right: 5px;
}

#tray {
  margin-right: 15px;
}