diff --git a/doc/manual.html b/doc/manual.html index 0555916..e43f719 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -474,7 +474,7 @@ panel_size = 94% 30
The following options configure the task buttons in the taskbar:
task_icon = boolean (0 or 1)
: Whether to display the task icon.
task_icon = boolean (0 or 1)
: Whether to display the task icon. There is no explicit option to control the task icon size; it depends on the vertical padding set with task_padding
.
task_text = boolean (0 or 1)
: Whether to display the task text.
task_centered = boolean (0 or 1)
: Whether the task text is centered.
task_tooltip = boolean (0 or 1)
: Whether to show tooltips for tasks.
systray_icon_size = max_icon_size
: Set the maximum system tray icon size to number
. Set to 0
for automatic icon sizing.
systray_icon_asb = alpha (0 to 100) saturation (-100 to 100) brightness (-100 to 100)
: Adjust the systray icons color and transparency.
systray_monitor = integer (1, 2, ...)
: On which monitor to draw the systray. The first monitor is 1
. (since 0.12)
systray_name_filter = string
: Regular expression to identify icon names to be hidden. For example, ^audacious$
will hide icons with the exact name audacious
, while aud
will hide any icons having aud
in the name. (since 0.14)
execp = new
-execp_command = ping -i 1 -W 1 -O -D -n $(ip route | grep default | grep via | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*') | awk '/no/ { print "<span foreground=\"#faa\">timeout</span>"; fflush(); }; /time=/ { gsub(/time=/, "", $8); printf "<span foreground=\"#7af\">%3.0f %s</span>\n", $8, $9; fflush(); } '
-execp_continuous = 1
+execp_command = ping -i 1 -c 1 -W 1 -O -D -n $(ip route | grep default | grep via | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*') | awk '/no/ { print "<span foreground=\"#faa\">timeout</span>"; fflush(); }; /time=/ { gsub(/time=/, "", $8); printf "<span foreground=\"#7af\">%3.0f %s</span>\n", $8, $9; fflush(); } '
+execp_continuous = 0
execp_interval = 1
execp_markup = 1
execp = new
-execp_command = free -s 2 | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }'
-execp_interval = 1
-execp_continuous = 1
+execp_command = free | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%%\n", 100*$3/($3+$4); fflush(stdout) }'
+execp_interval = 5
+execp_continuous = 0
# Note the use of "stdbuf -oL" to force the program to flush the output line by line.
execp = new
@@ -715,7 +716,7 @@ task_font = sans 7
task_font_color = #ffffff 70
task_background_id = 3
task_icon_asb = 100 0 0
-## replace STATUS by 'urgent', 'active' or 'iconfied'
+## replace STATUS by 'urgent', 'active' or 'iconified'
#task_STATUS_background_id = 2
#task_STATUS_font_color = #ffffff 85
#task_STATUS_icon_asb = 100 0 0
diff --git a/doc/readme.html b/doc/readme.html
index 13773ac..b66b032 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -254,6 +254,12 @@ make -j4
Downloads: https://gitlab.com/o9000/tint2-archive/tree/master or https://code.google.com/p/tint2/downloads/list
Old project location (inactive): https://code.google.com/p/tint2
-Screenshots
Default config:
Various configs:
+Screenshots
Default config:
Various configs:
Demos
+
+- 0.13: Compact panel, separator, color gradients
+- 0.12.4: Executor
+- 0.12.3: Mouse over effects
+- 0.12: Distribute size between taskbars, freespace
+