dashed counter
This commit is contained in:
@@ -26,7 +26,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @base;
|
background: transparent;
|
||||||
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
|
|
||||||
/* Helps prevent right-edge clipping of last module */
|
/* Helps prevent right-edge clipping of last module */
|
||||||
@@ -40,22 +41,16 @@ window#waybar {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
/* Reduce height: keep vertical padding at 0 */
|
/* Reduce height: keep vertical padding at 0 */
|
||||||
padding: 0px 4px;
|
padding: 0px 4px;
|
||||||
|
|
||||||
/* Your fixed width */
|
/* Your fixed width */
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
|
||||||
/* Reduce height further: smaller vertical margin */
|
/* Reduce height further: smaller vertical margin */
|
||||||
margin: 0px 4px;
|
margin: 0px 4px;
|
||||||
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
|
|
||||||
/* Keep border thin to reduce vertical footprint */
|
/* Keep border thin to reduce vertical footprint */
|
||||||
border: 1px solid @inactive;
|
border: 1px solid @inactive;
|
||||||
|
|
||||||
/* Smaller radius reduces “cut off” risk at top/bottom */
|
/* Smaller radius reduces “cut off” risk at top/bottom */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -73,17 +68,13 @@ window#waybar {
|
|||||||
#workspaces button.active,
|
#workspaces button.active,
|
||||||
#custom-hyprscroll_overflow.overflow {
|
#custom-hyprscroll_overflow.overflow {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
padding: 0px 4px;
|
padding: 0px 4px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
margin: 0px 4px;
|
margin: 0px 4px;
|
||||||
|
|
||||||
color: @text;
|
color: @text;
|
||||||
|
|
||||||
background-color: @active_fill;
|
background-color: @active_fill;
|
||||||
border: 1px solid @active_fill;
|
border: 1px dashed @active_fill;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
/* Reduced glow to minimize top/bottom clipping */
|
/* Reduced glow to minimize top/bottom clipping */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0 1px rgba(51, 204, 255, 0.55),
|
0 0 0 1px rgba(51, 204, 255, 0.55),
|
||||||
|
|||||||
Reference in New Issue
Block a user