move to snowfall
This commit is contained in:
parent
9d7ad7c973
commit
769d4b0df5
188 changed files with 2203 additions and 3041 deletions
11
modules/home/apps/helpers/ags/cfg/scss/bar/_bar.scss
Normal file
11
modules/home/apps/helpers/ags/cfg/scss/bar/_bar.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@import "clock";
|
||||
@import "media";
|
||||
@import "notification";
|
||||
@import "sysinfo";
|
||||
@import "title";
|
||||
@import "tray";
|
||||
@import "workspaces";
|
||||
|
||||
.bar {
|
||||
font-family: $font;
|
||||
}
|
||||
8
modules/home/apps/helpers/ags/cfg/scss/bar/_clock.scss
Normal file
8
modules/home/apps/helpers/ags/cfg/scss/bar/_clock.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.clock {
|
||||
background-color: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
padding: 1px 15px;
|
||||
}
|
||||
12
modules/home/apps/helpers/ags/cfg/scss/bar/_media.scss
Normal file
12
modules/home/apps/helpers/ags/cfg/scss/bar/_media.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.media {
|
||||
background-color: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
padding: 1px 15px;
|
||||
&:hover {
|
||||
color: $accent;
|
||||
border: 3px solid $accent;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
.barNotification {
|
||||
background-color: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
padding: 1px 15px;
|
||||
}
|
||||
39
modules/home/apps/helpers/ags/cfg/scss/bar/_sysinfo.scss
Normal file
39
modules/home/apps/helpers/ags/cfg/scss/bar/_sysinfo.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@keyframes lowBlink {
|
||||
0% {
|
||||
color: $accent;
|
||||
}
|
||||
50% {
|
||||
color: #cdd6f4;
|
||||
}
|
||||
100% {
|
||||
color: $accent;
|
||||
}
|
||||
}
|
||||
.sysinfo {
|
||||
background-color: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
padding: 1px 15px;
|
||||
&:hover {
|
||||
color: $accent;
|
||||
border: 3px solid $accent;
|
||||
}
|
||||
|
||||
}
|
||||
.volume {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.bluetoothindicator {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.batIcon {
|
||||
margin-left: 8px;
|
||||
margin-right: 4px;
|
||||
&.low {
|
||||
animation: lowBlink 2s infinite;
|
||||
}
|
||||
}
|
||||
13
modules/home/apps/helpers/ags/cfg/scss/bar/_title.scss
Normal file
13
modules/home/apps/helpers/ags/cfg/scss/bar/_title.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.title {
|
||||
background: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
margin-left: 10px;
|
||||
padding: 1px 15px;
|
||||
&:hover {
|
||||
color: $accent;
|
||||
border: 3px solid $accent;
|
||||
}
|
||||
}
|
||||
26
modules/home/apps/helpers/ags/cfg/scss/bar/_tray.scss
Normal file
26
modules/home/apps/helpers/ags/cfg/scss/bar/_tray.scss
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.tray{
|
||||
> * {
|
||||
margin: 0 4px;
|
||||
}
|
||||
background-color: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
padding: 1px 11px;
|
||||
}
|
||||
menu {
|
||||
menuitem {
|
||||
background-color: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
color: #cdd6f4;
|
||||
margin: 1px;
|
||||
padding: 5px;
|
||||
&:hover {
|
||||
color: $accent;
|
||||
border: 3px solid $accent;
|
||||
}
|
||||
}
|
||||
}
|
||||
27
modules/home/apps/helpers/ags/cfg/scss/bar/_workspaces.scss
Normal file
27
modules/home/apps/helpers/ags/cfg/scss/bar/_workspaces.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.workspaces_pill {
|
||||
background: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
padding: 1px 15px;
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
margin: 3px 0;
|
||||
& button {
|
||||
background: #cdd6f4;
|
||||
border-radius: 24px;
|
||||
margin: 0 3px;
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
transition: all 0.3s $materialStandard;
|
||||
|
||||
&:hover {
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
&.focused {
|
||||
background: $accent;
|
||||
min-width: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue