aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/user/style.css
blob: 13410ea44834e816bacb504d5653bf363486d049 (plain) (blame)
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
*:not(popover) {
  all: unset;
}

@import '../../../.config/waybar/wallust/colors-waybar.css';

/* define some colors */
@define-color border-color @color12;
@define-color border-color-alt @color9;
@define-color text-color rgba(255, 255, 255, 0.7);
@define-color noti-bg rgba(0, 0, 0, 0.4);
@define-color noti-bg-alt #111111;

widget {
  border-radius: 0.818rem;
  -gtk-outline-radius: 0.818rem;
}

.overview-window {
  margin-top: 2.727rem;
}

.overview-search-box {
  transition: 300ms cubic-bezier(0, 0.55, 0.45, 1);
  border-radius: 1.705rem;
  -gtk-outline-radius: 1.705rem;
  border-top: 4px solid @border-color;
  border-left: 1px solid @border-color-alt;
  border-right: 1px solid @border-color-alt;
  border-bottom: 4px solid @border-color;
  box-shadow: 0px 2px 3px alpha(@color12, 0.45);
  margin: 0.476rem;
  min-width: 13.636rem;
  min-height: 3.409rem;
  padding: 0rem 1.364rem;
  padding-right: 2.864rem;
  background-color: @noti-bg;
  color: @text-color;
  caret-color: inherit;
  font-weight: bolder;
}
.overview-search-box selection {
  background-color: @noti-bg;
  color: @text-color;
}

.overview-search-box-extended {
  min-width: 25.909rem;
  caret-color: #FDD9FD;
}

.overview-search-prompt {
  color: @text-color;
}

.overview-search-icon {
  margin: 0rem 1.023rem;
}

.overview-search-prompt-box {
  margin-left: -18.545rem;
  margin-right: 0.544rem;
}

.overview-search-icon-box {
  margin-left: -18.545rem;
  margin-right: 0.544rem;
}

.overview-search-results {
  border-radius: 1.705rem;
  -gtk-outline-radius: 1.705rem;
  border-top: 4px solid @border-color;
  border-left: 1px solid @border-color-alt;
  border-right: 1px solid @border-color-alt;
  border-bottom: 4px solid @border-color;
  box-shadow: 0px 2px 3px @color9;
  margin: 0.476rem;
  min-width: 28.773rem;
  padding: 0.682rem;
  background-color: @noti-bg;
  color: @text-color;
  font-weight: bold;
}

.overview-search-results-icon {
  margin: 0rem 0.682rem;
  font-size: 2.386rem;
  min-width: 2.386rem;
  min-height: 2.386rem;
}

.overview-search-results-txt {
  margin-right: 0.682rem;
}

.overview-search-results-txt-cmd {
  margin-right: 0.682rem;
  font-family: "JetBrains Mono NF", "JetBrains Mono Nerd Font", "JetBrains Mono NL", "SpaceMono NF", "SpaceMono Nerd Font", monospace;
  font-size: 1.227rem;
}

.overview-search-result-btn {
  border-radius: 1.159rem;
  -gtk-outline-radius: 1.159rem;
  padding: 0.341rem;
  min-width: 2.386rem;
  min-height: 2.386rem;
  caret-color: transparent;
}

.overview-search-result-btn:hover,
.overview-search-result-btn:focus {
  background-color: alpha(@color7, 0.9);
  color: alpha(@color0, 0.7);
}

.overview-search-result-btn:active {
  background-color: alpha(@color7, 0.9);
  color: @color4;
}

.overview-tasks {
  border-radius: 1.705rem;
  -gtk-outline-radius: 1.705rem;
  border-top: 4px solid @border-color;
  border-left: 1px solid @border-color-alt;
  border-right: 1px solid @border-color-alt;
  border-bottom: 4px solid @border-color;
  box-shadow: 0px 2px 3px @color5;
  margin: 0.476rem;
  padding: 0.341rem;
  /* background-color: rgba(49, 50, 68, 0.8); */
  background-color: @noti-bg;
  color: #EBDFED;
}

.overview-tasks-workspace {
  border-radius: 1.159rem;
  -gtk-outline-radius: 1.159rem;
  margin: 0.341rem;
  /* background-color: #26233A; */
  background-image: url('../../rofi/.current_wallpaper');
  background-size: cover;
  background-position: center;
  border: 0.068rem solid alpha(@color4, 0.5);
}

.overview-tasks-workspace-number {
  font-family: "Open Sans", "Noto Sans", sans-serif;
  color: #CFC2D3;
}

.overview-tasks-window {
  border-radius: 1.159rem;
  -gtk-outline-radius: 1.159rem;
  transition: 300ms cubic-bezier(0.1, 1, 0, 1);
  background-color: alpha(@color3, .7);
  /* background-color: @color_a3; */
  /* background-color: rgba(46, 40, 50, 0.8); */
  color: #EBDFED;
  border: 0.068rem solid @color7;
}

.overview-tasks-window:hover,
.overview-tasks-window:focus {
  background-color: alpha(@color9, 0.8);
}

.overview-tasks-window:active {
  background-color: alpha(@color9, 0.8);
}

.overview-tasks-window-selected {
  background-color: alpha(@color9, 0.8);
}

.overview-tasks-window-dragging {
  opacity: 0.2;
}

.growingRadial {
  transition: 300ms cubic-bezier(0.2, 0, 0, 1);
}

.fadingRadial {
  transition: 50ms cubic-bezier(0.2, 0, 0, 1);
}

.sidebar-pinned {
  margin: 0rem;
  border-radius: 0rem;
  border-bottom-right-radius: 1.705rem;
  border: 0rem solid;
}

/*# sourceMappingURL=style.css.map */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage