-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (83 loc) · 1.18 KB
/
Copy pathstyle.css
File metadata and controls
104 lines (83 loc) · 1.18 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@import "colors.css";
* {
background-color: @background-dark;
color: @text-light;
border: none;
border-radius: 0;
min-height: 0;
font-family: 'JetBrainsMono Nerd Font Propo';
font-size: 12px;
}
.modules-left {
margin-left: 8px;
}
.modules-right {
margin-right: 8px;
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 9px;
}
#workspaces button.persistent {
color: @text-light;
}
#workspaces button.empty {
opacity: 0.5;
}
#workspaces button.focused,
#workspaces button.active * {
color: @accent-color;
}
#custom-spacer {
color: @accent-color;
}
#custom-lock,
#custom-reboot,
#custom-power {
margin: 6px;
}
#temperature {
min-width: 12px;
margin: 0 4.5px;
padding-right: 8px;
}
#cpu,
#memory,
#disk {
min-width: 12px;
margin: 0 4.5px;
padding-right: 9px;
}
#temperature.critical {
color: #a55555;
}
#pulseaudio,
#battery,
#clock {
padding-right: 0px;
margin: 0 4.5px;
}
#custom-menu {
min-width: 12px;
margin: 0 7.5px;
}
#tray {
margin-right: 16px;
}
#bluetooth {
margin-right: 4px;
}
#network {
margin-right: 0px;
}
#custom-expand-icon {
margin-right: 18px;
}
tooltip {
padding: 2px;
}
.hidden {
opacity: 0;
}