ark/users/modules/eww/eww.scss

93 lines
1.3 KiB
SCSS
Raw Normal View History

2022-09-14 15:35:52 +03:00
@import 'css/colors';
2022-10-22 23:54:44 +03:00
@mixin rounding {
border-radius: 16px;
}
@mixin window {
border: 1px solid $border;
box-shadow: 0 2px 3px $shadow;
margin: 5px 5px 10px;
@include rounding;
2022-09-14 15:35:52 +03:00
}
2022-10-04 02:08:44 +03:00
* {
all: unset;
2022-10-22 23:54:44 +03:00
transition: 200ms ease;
2022-10-04 02:08:44 +03:00
}
2022-09-14 15:35:52 +03:00
@import 'css/calendar';
@import 'css/music';
2022-10-04 02:08:44 +03:00
@import 'css/notification';
2022-10-22 23:54:44 +03:00
@import 'css/sidebar';
2022-09-14 15:35:52 +03:00
@import 'css/system';
@import 'css/volume';
.bar {
background-color: $bg;
color: $fg;
2022-10-22 23:54:44 +03:00
label {
font-size: 1.2rem;
}
2022-09-14 15:35:52 +03:00
}
2022-10-22 23:54:44 +03:00
tooltip {
background: $bg;
border: 1px solid $border;
border-radius: 8px;
2022-10-04 02:08:44 +03:00
label {
2022-10-22 23:54:44 +03:00
font-size: 1rem;
2022-10-04 02:08:44 +03:00
}
2022-10-22 23:54:44 +03:00
}
2022-09-14 15:35:52 +03:00
2022-10-22 23:54:44 +03:00
.module { margin: 0 5px; }
.hour { font-weight: bold; }
.date {
2022-10-04 02:08:44 +03:00
background: $bg;
2022-09-14 15:35:52 +03:00
color: $flamingo;
2022-10-22 23:54:44 +03:00
margin-left: -1.15rem;
2022-10-04 02:08:44 +03:00
padding: 0 1rem;
2022-10-22 23:54:44 +03:00
label {
font-size: 1.2rem;
}
2022-09-14 15:35:52 +03:00
}
.bright-icon { color: $yellow; }
.module-ssid,
2022-10-04 02:08:44 +03:00
.module-net { color: $lavender; }
2022-10-22 23:54:44 +03:00
2022-09-14 15:35:52 +03:00
.module-bt { font-size: 1.2rem; }
2022-10-04 02:08:44 +03:00
.separ {
color: $surface0;
font-size: 1.5rem;
2022-10-22 23:54:44 +03:00
padding-bottom: 2px;
2022-10-04 02:08:44 +03:00
}
2022-09-14 15:35:52 +03:00
scale trough {
background-color: $bg1;
border-radius: 24px;
margin: 0 1rem;
min-height: 10px;
min-width: 70px;
}
2022-10-04 02:08:44 +03:00
.ws { margin-top: .4rem; }
.workspaces { margin-left: 10px; }
2022-09-14 15:35:52 +03:00
2022-10-04 02:08:44 +03:00
.launcher label {
background-color: $blue;
color: $bg;
font-family: monospace;
font-size: 1.5rem;
padding: 0 1.1rem 0 .5rem;
}
.notif-toggle {
padding: 0 5px;
2022-09-14 15:35:52 +03:00
}