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
slack.CustomStatus =':no_entry_sign: Do not disturb, I need to finish project X today!'
242
242
```
243
-
In the example above, the Slack custom status would match, and therefore take precedence over the Slack presence, causing Status-Light to treat Slack as `BUSY` instead of `AVAILABLE`.
243
+
In the example above, the Slack custom status would match (since it is a case-insensitive comparison), and therefore take precedence over the Slack presence, causing Status-Light to treat Slack as `BUSY` instead of `AVAILABLE`.
244
244
245
245
#### `SLACK_CUSTOM_AVAILABLE_STATUS`
246
-
-*Optional*
246
+
-*Optional*, case-insensitive
247
247
- Default value: `''`
248
248
- Slack's `active` presence lines up nicely with the default [`AVAILABLE_STATUS`](#availablestatus), so there is no default custom override for this option.
249
249
250
250
#### `SLACK_CUSTOM_SCHEDULED_STATUS`
251
-
-*Optional*
251
+
-*Optional*, case-insensitive
252
252
- Default value: `':spiral_calendar_pad: In a meeting'`
253
253
- If you have a calendaring source configured in Slack but not in Status-Light, this default [`SCHEDULED_STATUS`](#scheduledstatus) is an easy way to obtain both collaboration and calendar status from a single source. If you also have the same calendaring source configured in Status-Light, this will duplicate it, assuming that they're fully in sync.
254
254
255
255
#### `SLACK_CUSTOM_BUSY_STATUS`
256
-
-*Optional*
256
+
-*Optional*, case-insensitive
257
257
- Default value: `':headphones: In a huddle',':slack_call:',':no_entry_sign: Do not disturb'`
258
258
- This custom status allows Status-Light to recognize Slack A/V collaboration modes, like [Huddles](https://slack.com/help/articles/4402059015315-Use-huddles-in-Slack) and [Calls](https://slack.com/help/articles/216771908-Make-calls-in-Slack).
259
259
@@ -262,8 +262,8 @@ In the example above, the Slack custom status would match, and therefore take pr
262
262
**Note 2:** Slack, by default, will not automatically change your custom status when you join a Call or Huddle, if you already have one set. In this instance, Status-Light will react to your existing custom status and other Source statuses.
263
263
264
264
#### `SLACK_CUSTOM_OFF_STATUS`
265
-
-*Optional*
266
-
- Default value: `':no_entry: Out of office',':airplane:'`
265
+
-*Optional*, case-insensitive
266
+
- Default value: `':no_entry: Out of office',':airplane:',':palm_tree: vacationing'`
267
267
- If you have a calendaring source configured in Slack but not in Status-Light, this default [`OFF_STATUS`](#offstatus) is an easy way to obtain both collaboration and calendar status from a single source. If you also have the same calendaring source configured in Status-Light, this will duplicate it, assuming that they're fully in sync.
0 commit comments