You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`label`| string |`"{wifi_icon}"`| The label format for the WiFi widget. |
6
-
|`label_alt`| string |`"{wifi_name} {wifi_strength}%"`| The alternative label format for the WiFi widget. |
6
+
|`label_alt`| string |`"{wifi_icon} {wifi_name}"`| The alternative label format for the WiFi widget. |
7
7
|`update_interval`| integer |`1000`| Update interval in milliseconds. |
8
8
|`wifi_icons`| list |`[ "\udb82\udd2e", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28" ]`| Icons for different WiFi signal strengths. |
9
+
|`ethernet_label`| string |`"{wifi_icon}"`| The label format during active Ethernet connection. |
10
+
|`ethernet_label_alt`| string |`"{wifi_icon} {ip_addr}"`| The alternative label format during active Ethernet connection. |
9
11
|`ethernet_icon`| string | "\ueba9" | The icon to indicate Ethernet connection. |
10
12
|`callbacks`| dict |`{ 'on_left': 'next_layout', 'on_middle': 'toggle_monocle', 'on_right': 'prev_layout' }`| Callbacks for mouse events on the widget. |
11
13
|`animation`| dict |`{'enabled': True, 'type': 'fadeInOut', 'duration': 200}`| Animation settings for the widget. |
- **label:** The format string for the active window title. You can use placeholders like `{win[title]}` to dynamically insert window information. Default is `"{icon}"`.
48
-
- **label_alt:** The format string for the active window title when the widget is in the alternative state. Default is `"{wifi_name} {wifi_strength}%"`.
51
+
- **label:** The format string for the WiFi Widget. Default is `"{wifi_icon}"`.
52
+
- **label_alt:** The format string for the WiFi Widget when the it's in the alternative state. Default is `"{wifi_icon} {wifi_name}"`.
49
53
- **update_interval:** The interval in milliseconds at which the widget updates. Default is `1000`.
54
+
- **ethernet_label:** The format string for the WiFi Widget during active Ethernet connection. Default is `"{wifi_icon}"`.
55
+
- **ethernet_label_alt:** The format string for the WiFi Widget during active Ethernet connection when the widget is in the alternative state. Default is `"{wifi_icon} {ip_addr}"`.
50
56
- **ethernet_icon**: The icon that indicates an active Ethernet connection. It will be used as `{wifi_icon}` whenever there's no active WiFi connection. Default is "\ueba9".
51
57
- **wifi_icons:** A list of icons to use for different WiFi signal strengths. Default is `["\udb82\udd2e","\udb82\udd1f","\udb82\udd22","\udb82\udd25","\udb82\udd28",]`.
52
58
- **callbacks:** A dictionary of callbacks for mouse events on the widget. Default is `{'on_left': 'toggle_label', 'on_middle': 'do_nothing', 'on_right': 'do_nothing'}`.
0 commit comments