Skip to content

Notifications

Francesco edited this page Jul 10, 2017 · 23 revisions

t-ui allows you to see notifications directly inside the launcher, alongside your commands.

Activation

  1. Open the file notifications.xml
    config -open notifications.xml
  2. Look for the line named "enabled" (<enabled value="false"/>)
  3. Change "value" to "true" (<enabled value="true"/>)

Then save, go back to t-ui and use the command restart.

The next time you start t-ui, you will be asked if you want to grant notifications access.

Include an application

notifications -inc appName

Exclude an application

notifications -exc appName

Set color

notifications -clr #color appName

Tip: Have a look at Defining Colors

Set a filter

This command:
notifications -title [df]og
will set a filter which excludes every notifications whoes title matches this Regular Expression.

So, every notifications which contains the word "dog" or the word "fog" in its title won't be shown.

Tip: have a look at the Regular Expressions.

Title filter

notifications -title regex

Text filter

notifications -text regex

Clone this wiki locally