Add status bar idle inhibitor module

This commit is contained in:
Kiana Sheibani 2024-05-13 23:04:40 -04:00
parent 9e28e6eebc
commit e304f05642
3 changed files with 55 additions and 21 deletions

View file

@ -39,7 +39,7 @@ tooltip {
}
.bar-sep {
margin: 0px 5px;
margin: 0px 4px;
color: $background-alt;
font-size: 22;
}
@ -182,6 +182,8 @@ scale trough {
.bar-brightness {
@include scale-color(#e0af68);
margin-right: 4px;
.symbol {
margin-right: 7px;
font-size: 14;
@ -189,8 +191,8 @@ scale trough {
}
.bar-internet {
margin-left: 7px;
margin-right: 10px;
margin-left: 5px;
margin-right: 9px;
font-family: "JetBrains Mono";
color: #bb9af7;
font-size: 12;
@ -205,7 +207,7 @@ scale trough {
}
.bar-bluetooth {
margin: 0px 5px;
margin: 0px 3px;
font-size: 15;
color: #7aa2f7;
@ -216,7 +218,7 @@ scale trough {
.bar-circular {
margin: 0px 4px;
margin: 0px 3px;
font-size: 15;
.back {
@ -245,3 +247,13 @@ scale trough {
margin-right: 1px;
}
}
.bar-idleinhibit {
margin-left: 3px;
margin-right: 4px;
color: $disabled;
&.active {
color: #f7768e;
}
}