From fdda22395996b4949ddff53790aac84fba1b0801 Mon Sep 17 00:00:00 2001 From: scorpion-26 <58082714+scorpion-26@users.noreply.github.com> Date: Thu, 4 May 2023 16:30:44 +0200 Subject: [PATCH] SNI: Add example config --- data/config | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/config b/data/config index b1a2ae9..bac6f13 100644 --- a/data/config +++ b/data/config @@ -74,6 +74,17 @@ NetworkWidget: true # Enables tray icons EnableSNI: true +# SNIIconSize sets the icon size for a SNI icon. +# SNIPaddingTop Can be used to push the Icon down. Negative values are allowed +# For both: The first parameter is a filter of the tooltip(The text that pops up, when the icon is hovered) of the icon + +# Scale everything down to 25 pixels ('*' as filter means everything) +SNIIconSize: *, 25 +# Explicitly make OBS a bit smaller than default +SNIIconSize: OBS, 23 +# Nudges the Discord icon a bit down +# SNIPaddingTop: Discord, 5 + # These set the range for the network widget. The widget changes colors at six intervals: # - Below Min...Bytes ("under") # - Between ]0%;25%]. 0% = Min...Bytes; 100% = Max...Bytes ("low")