all repos — tint2 @ 78595a3d1ff5fc14ec4e52d107db857d088f1c7f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Renamed notification area -> system tray for consistency
o9000 o9000
commit

78595a3d1ff5fc14ec4e52d107db857d088f1c7f

parent

71df0bc553765f9655b18db4d54f5773c808d269

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/tint2conf/properties.csrc/tint2conf/properties.c

@@ -295,7 +295,7 @@ gtk_widget_show(page_clock);

gtk_notebook_append_page(GTK_NOTEBOOK(notebook), addScrollBarToWidget(page_clock), label); create_clock(page_clock); - label = gtk_label_new(_("Notification area")); + label = gtk_label_new(_("System tray")); gtk_widget_show(label); page_systemtray = gtk_vbox_new(FALSE, DEFAULT_HOR_SPACING); gtk_container_set_border_width(GTK_CONTAINER(page_systemtray), 10);