More finetuning of overflow counter
This commit is contained in:
@@ -45,6 +45,5 @@ if (( overflow > 0 )) && [[ "$layout" == "scrolling" ]]; then
|
|||||||
printf '{"text":"%s +%d","tooltip":"%d windows; approx %d fit (column_width=%s)","class":"overflow"}\n' \
|
printf '{"text":"%s +%d","tooltip":"%d windows; approx %d fit (column_width=%s)","class":"overflow"}\n' \
|
||||||
"$ICON" "$overflow" "$win_count" "$max_visible" "$COLUMN_WIDTH"
|
"$ICON" "$overflow" "$win_count" "$max_visible" "$COLUMN_WIDTH"
|
||||||
else
|
else
|
||||||
printf '{"text":"","tooltip":"%d windows; approx %d fit","class":"ok"}\n' \
|
printf '{"text":"","class":"hidden"}\n'
|
||||||
"$win_count" "$max_visible"
|
|
||||||
fi
|
fi
|
||||||
@@ -77,6 +77,13 @@ window#waybar {
|
|||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-hyprscroll_overflow.hidden {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
min-width: 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#battery,
|
#battery,
|
||||||
|
|||||||
Reference in New Issue
Block a user