495 current 2024-04-28 20:50:10 24.05.20240428.30ddacc 6.8.6-zen1 *
This commit is contained in:
parent
5549a17e4c
commit
d6c181bc5b
46 changed files with 1685 additions and 10 deletions
39
modules/rice/ags/cfg/scss/bar/_sysinfo.scss
Normal file
39
modules/rice/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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue