appearance: "borderless" mode

for now applies only to the bar
This commit is contained in:
end-4
2025-03-30 23:51:24 +02:00
parent a8004a32ea
commit 46fe87f90c
8 changed files with 48 additions and 16 deletions
+28
View File
@@ -43,6 +43,10 @@ $bar_ws_width_focus_active: 2.045rem;
background-color: $layer1;
}
.bar-group-borderless {
background-color: transparent;
}
.bar-group-pad {
padding: 0.205rem;
}
@@ -171,6 +175,10 @@ $bar_ws_width_focus_active: 2.045rem;
color: $battOnLayer2;
}
.bar-batt-circprog-borderless {
background-color: transparent;
}
.bar-batt-circprog-low {
background-color: $error;
color: $errorContainer;
@@ -200,6 +208,10 @@ $bar_ws_width_focus_active: 2.045rem;
color: $ramOnLayer2;
}
.bar-ram-circprog-borderless {
background-color: transparent;
}
.bar-ram-txt {
color: $ramOnLayer1;
}
@@ -222,6 +234,10 @@ $bar_ws_width_focus_active: 2.045rem;
color: $swapOnLayer2;
}
.bar-swap-circprog-borderless {
background-color: transparent;
}
.bar-swap-txt {
color: $swapOnLayer1;
}
@@ -244,6 +260,10 @@ $bar_ws_width_focus_active: 2.045rem;
color: $cpuOnLayer2;
}
.bar-cpu-circprog-borderless {
background-color: transparent;
}
.bar-cpu-txt {
color: $cpuOnLayer1;
}
@@ -265,6 +285,10 @@ $bar_ws_width_focus_active: 2.045rem;
color: $musicOnLayer2;
}
.bar-music-circprog-borderless {
background-color: transparent;
}
.bar-music-playstate-playing {
min-height: 1.77rem;
min-width: 1.77rem;
@@ -386,6 +410,10 @@ $bar_ws_width_focus_active: 2.045rem;
color: $utilsOnLayer2;
}
.bar-util-btn-borderless {
background-color: transparent;
}
.bar-util-btn:hover,
.bar-util-btn:focus {
background-color: $layer2Hover;