-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (107 loc) · 2.13 KB
/
style.css
File metadata and controls
124 lines (107 loc) · 2.13 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
* {
border: none;
border-radius: 0;
font-family: "GohuFont 14 Nerd Font Propo";
font-size: 14px;
box-shadow: none;
text-shadow: none;
transition-duration: 0s;
}
window#waybar {
color: rgba(130, 180, 110, 1);
background-color: rgba(0, 40, 30, 0.75);
}
window#waybar.solo {
color: rgba(53, 185, 171, 1);
}
#workspaces {
margin-right: 5px;
}
#custom-ldecor {
font-size:20px;
font-family:"Noto Symbol 2";
color: rgba(200, 200, 200, 1);
margin-bottom: -5px;
margin-top: -5px;
}
#custom-rdecor {
font-size:20px;
font-family:"Noto Symbol 2";
color: rgba(200, 200, 200, 1);
margin-bottom: -5px;
margin-top: -5px;
}
#custom-suse {
font-size:20px;
margin-left: 10px;
margin-right: 6px;
color: rgba(200, 200, 200, 1);
}
#custom-hyprsplash {
font-size: 14px;
margin-right: 10px;
}
#custom-scratchpad {
margin-right: 5px;
padding: 0px 5px;
}
#workspaces {
margin-left: 5px;
}
#workspaces button {
padding: 0px 0px 0px 0px;
color: rgba(130, 180, 110, 1);
}
#workspaces button.focused {
color: rgba(130, 180, 110, 1);
border: 4px ridge rgba(0, 40, 30, 0.9);
}
#workspaces button.visible {
color: rgba(130, 180, 110, 1);
border: 4px ridge rgba(0, 40, 30, 0.9);
}
#workspaces button.empty {
color: rgba(140, 140, 140, 0.75);
border: 4px ridge rgba(20, 30, 25, 0.9);
}
#workspaces button.urgent {
color: rgba(33, 164, 223, 1);
background-color: rgba(30, 30, 30, 0.9);
border: 4px ridge rgba(0, 40, 30, 0.9);
}
#mode,
#battery,
#cpu,
#memory,
#network,
#bluetooth,
#pulseaudio,
#idle_inhibitor,
#temperature,
#custom-layout,
#backlight {
margin: 0px 2px 0px 10px;
/* min-width: 30px;*/
}
#clock {
margin: 0px 0px 0px 0px;
font-size: 20px;
}
#battery.warning {
color: rgba(255, 210, 4, 1);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
}
#battery.charging {
color: rgba(217, 216, 216, 1);
}
#bluetooth.disabled {
color: rgba(128, 128, 128, 1);
}
#bluetooth.off {
color: rgba(128, 128, 128, 1);
}
#bluetooth.connected {
color: rgba(115, 186, 37, 1);
}