-
Notifications
You must be signed in to change notification settings - Fork 276
Notifications
t-ui allows you to see notifications directly inside the launcher, alongside your commands.
- Open the file
notifications.xml
config -open notifications.xml - Look for the line named "enabled" (
<enabled value="false"/>) - 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.
notifications -inc appName
notifications -exc appName
notifications -clr #color appName
Tip: Have a look at Defining Colors
You can set a filter over notifications.
For example, 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.
notifications -title regex
notifications -text regex
Francesco Andreuzzi, Italy, andreuzzi.francesco@gmail.com