forked from Shinonome/dots-hyprland
appearance: "borderless" mode
for now applies only to the bar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user