Breaking: * We added the backslash escape character (\) for configuration values. This means that the literal backslash character now has special meaning in configuration files, therefore if you want to use it in a value as a literal backslash, you need to escape it with the backslash escape character. The parser logs an error if any unescaped backslashes are found in a value. This affects you only if you are using two consecutive backslashes in a config value, which will now be interpreted as a single literal backslash. (#2354) * We rewrote our formatting tag parser. This shouldn't break anything, if you experience any problems, please let us know. The new parser now gives errors for certain invalid tags where the old parser would just silently ignore them. Adding extra text to the end of a valid tag now produces an error. For example, tags like %{T-a}, %{T2abc}, %{rfoo}, and others will now start producing errors. This does not affect you unless you are producing your own invalid formatting tags (for example in a script). * For security reasons, the named pipe at /tmp/polybar_mqueue.<PID> had its permission bits changed from 666 to 600 to prevent sending ipc messages to polybar processes running under a different user. * For details see: https://github.com/polybar/polybar/releases/tag/3.6.0 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/tint2?expand=0&rev=37
16 lines
462 B
Groff
16 lines
462 B
Groff
.TH TINT2CONF 1 "April 25, 2011"
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
.SH NAME
|
|
tint2conf \- tint configuration manager
|
|
.SH SYNOPSIS
|
|
.B tint2conf
|
|
.SH DESCRIPTION
|
|
tint2conf is a GTK based configuration previewer for tint2.
|
|
.SH OPTIONS
|
|
tint2conf takes no parameters.
|
|
.SH AUTHOR
|
|
tint2conf was written by the tint2 team.
|
|
.PP
|
|
This manual page was written by Sebastian Reichel <sre@debian.org>,
|
|
for the Debian project (but may be used by others).
|