-
Notifications
You must be signed in to change notification settings - Fork 0
/
eww.scss
131 lines (111 loc) · 1.9 KB
/
eww.scss
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
125
126
127
128
129
130
131
* {
all: unset; //Unsets everything so you can style everything from scratch
}
$bg: #282828;
$lightbg: #232a2d;
$white: #FFF;
$red: #e57474;
$gray: #b3b9b8;
$green: #8ccf7e;
$spotify: #1DB954;
$orange: #FF9500;
$brown-envelop: #ffae52;
$pink: #FC0FC0;
$blue: #256EFF;
$bitbucket: #0052CC;
$pill: rgba(0, 0, 0, 0.5);
.bar {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-family: feather;
font-family: Iosevka Nerd Font;
border-radius: 16px;
background: rgba(0, 0, 0, 0);
padding: 1px;
margin: 5px 20px 1px 20px;
}
.workspaces-ct {
background: $pill;
padding-left: 10px;
padding-right: 10px;
border-radius: 16px;
}
.workspaces {
margin: 1px;
}
.timers {
background: $pill;
padding-left: 10px;
padding-right: 10px;
border-radius: 16px;
}
.side-stuff {
background: $pill;
padding-left: 10px;
padding-right: 10px;
border-radius: 16px;
}
.inactive {
color: $white;
margin: 1px;
}
.active-red {
color: red;
font-size: 30px;
margin: 1px 5px;
}
.active-orange {
color: $orange;
font-size: 30px;
margin: 1px 5px;
}
.active-brown {
color: $brown-envelop;
font-size: 30px;
margin: 1px 5px;
}
.active-green {
color: $spotify;
font-size: 30px;
margin: 1px 5px;
}
.active-pink {
color: $pink;
font-size: 30px;
margin: 1px 5px;
}
.active-blue {
color: $blue;
font-size: 30px;
margin: 1px 5px;
}
.battery {
color: red;
}
.power {
color: red;
font-size: 25px;
}
.reboot {
color: $blue;
font-size: 20px;
}
.exit {
color: $orange;
font-size: 20px;
}
.wakatime {
border: 1px solid yellow;
border-radius: 100px;
margin: 5px;
margin-left: 10px;
padding: 2px 10px;
}
.flameshot {
color: purple;
font-size: 25px;
margin: 0px 5px 0px 5px;
}
.bitbucket {
color: $bitbucket;
font-size: 25px;
}