From 57dff2aad3e332bb3b03c3669c931178c6292a19 Mon Sep 17 00:00:00 2001 From: Arash Rohani Date: Sun, 12 Dec 2021 01:29:15 +0000 Subject: [PATCH] Completed refresh-execp --- AUTHORS | 1 + CMakeLists.txt | 1 + doc/manual.html | 1 + doc/tint2.1 | 2 + doc/tint2.html | 1 + doc/tint2.md | 2 + src/config.c | 8 + src/execplugin/execplugin.h | 3 + src/main.c | 10 +- src/tint2-send/Makefile | 12 - src/tint2-send/tint2-send.c | 44 +- src/tint2conf/po/bs.po | 934 ++++++++++++++++---------------- src/tint2conf/po/es.po | 934 ++++++++++++++++---------------- src/tint2conf/po/fr.po | 934 ++++++++++++++++---------------- src/tint2conf/po/hr.po | 934 ++++++++++++++++---------------- src/tint2conf/po/pl.po | 934 ++++++++++++++++---------------- src/tint2conf/po/ru.po | 934 ++++++++++++++++---------------- src/tint2conf/po/sr.po | 934 ++++++++++++++++---------------- src/tint2conf/po/tint2conf.pot | 936 +++++++++++++++++---------------- src/tint2conf/properties.c | 17 + src/tint2conf/properties.h | 1 + src/tint2conf/properties_rw.c | 3 + src/util/server.c | 3 + src/util/server.h | 1 + 24 files changed, 3880 insertions(+), 3704 deletions(-) delete mode 100644 src/tint2-send/Makefile diff --git a/AUTHORS b/AUTHORS index e7b03d9..00534b2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,6 +35,7 @@ Contributors: heisenbug (https://gitlab.com/heisenbugh) : taskbar button tinting with icon color Fabian Carlström : taskbar sort order by app name Chris Billington (https://gitlab.com/chrisjbillington) : panel struts pivoting + Arash Rohani : helped with execp refresh Translations: Bosnian: diff --git a/CMakeLists.txt b/CMakeLists.txt index cf35b06..3d1841f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -290,6 +290,7 @@ add_executable(tint2-send src/tint2-send/tint2-send.c) target_link_libraries(tint2-send ${X11_LIBRARIES}) install( TARGETS tint2 DESTINATION bin ) +install( TARGETS tint2-send DESTINATION bin ) install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 ) diff --git a/doc/manual.html b/doc/manual.html index bc493c8..8e56c66 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -595,6 +595,7 @@ panel_size = 94% 30

Executor