1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 04:36:35 +02:00

Makefile: refactoring and adding desktop notifications support

This commit is contained in:
Ansa89
2014-07-30 14:14:13 +02:00
parent 75708f7600
commit b62787ce47
13 changed files with 179 additions and 135 deletions

View File

@ -11,9 +11,9 @@ client.
.I <SECTION>
.B = {
.PP
.IB <KEY1> : <BOOL_VALUE> ;
.IB <KEY1> = <VALUE1> ;
.br
.IB <KEY2> = <NOT_BOOL_VALUE> ;
.IB <KEY2> = <VALUE2> ;
.br
...
.PP
@ -291,19 +291,19 @@ ui = {
.RS
// true to enable timestamps, false to disable
.br
timestamps:true;
timestamps=true;
.br
// true to enable terminal alerts on messages, false to disable
.br
alerts:true;
alerts=true;
.br
// true to use native terminal colours, false to use toxic default colour theme
.br
native_colors:false;
native_colors=false;
.br
// true to enable autologging, false to disable
.br
autolog:false;
autolog=false;
.br
// 24 or 12 hour time
.br