From ffb360307d5b776cdec87e0c39f2a26e270a7325 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 1 Jun 2023 10:27:28 +0200 Subject: [PATCH] scripts updates and awesome config update --- .config/awesome/jupiter_menu.lua | 5 +++-- bin/ac.sh | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/awesome/jupiter_menu.lua b/.config/awesome/jupiter_menu.lua index a5c1dc87..468f8490 100644 --- a/.config/awesome/jupiter_menu.lua +++ b/.config/awesome/jupiter_menu.lua @@ -34,7 +34,7 @@ communicationmenu = { { "slack", "/usr/bin/slack", "/usr/share/pixmaps/slack.png" }, { "teams", "/usr/bin/teams", "/usr/share/pixmaps/teams.png" }, { "telegram", "/usr/bin/telegram-desktop", "/usr/share/icons/hicolor/48x48/apps/telegram.png" }, - { "webes", "/usr/bin/webex", "/opt/Webex/bin/sparklogosmall.png" }, + { "webex", "/usr/bin/webex", "/opt/Webex/bin/sparklogosmall.png" }, { "zoom", "/usr/bin/zoom", "/usr/share/pixmaps/application-x-zoom.png" }, } databasemenu = { @@ -142,7 +142,6 @@ internetmenu = { { "edge (private)", "/usr/bin/microsoft-edge-stable --inprivate", "/usr/share/icons/hicolor/48x48/apps/microsoft-edge.png" }, { "firefox", "/usr/bin/firefox", "/usr/share/icons/hicolor/48x48/apps/firefox.png" }, { "firefox (private)", "/usr/bin/firefox --private-window", "/usr/share/icons/hicolor/48x48/apps/firefox.png" }, - { "google earth", "/usr/bin/google-earth-pro", "/opt/google/earth/pro/product_logo_32.xpm" }, { "mega", "/usr/bin/megasync", "/usr/share/icons/hicolor/48x48/apps/mega.png" }, { "nextcloud", "/usr/bin/nextcloud", "/usr/share/icons/hicolor/48x48/apps/Nextcloud.png" }, { "opera", "/usr/bin/opera", "/usr/share/pixmaps/opera.xpm" }, @@ -213,9 +212,11 @@ radiomenu = { sciencemenu = { { "epsilon", "/usr/bin/numworks-epsilon", "/usr/share/pixmaps/numworks-epsilon.png" }, { "firebird nspire", "/usr/bin/firebird-emu", "/usr/share/icons/hicolor/512x512/apps/org.firebird-emus.firebird-emu.png" }, + { "google earth", "/usr/bin/google-earth-pro", "/opt/google/earth/pro/product_logo_32.xpm" }, { "gpredict", "/usr/bin/gpredict", "/usr/share/pixmaps/gpredict-icon.png" }, { "hp 15c", "/usr/bin/hp15c", "/usr/share/icons/hicolor/48x48/apps/hp15c.png" }, { "stellarium", "/usr/bin/stellarium", "/usr/share/icons/hicolor/48x48/apps/stellarium.png" }, + { "worldwind", "/usr/bin/worldwind", "/usr/share/worldwind/src/images/32x32-icon-earth.png" }, } systemmenu = { { "gparted", "/usr/bin/gparted", "/usr/share/icons/hicolor/48x48/apps/gparted.png" }, diff --git a/bin/ac.sh b/bin/ac.sh index baa5daf9..b39cddef 100755 --- a/bin/ac.sh +++ b/bin/ac.sh @@ -20,6 +20,7 @@ cat /etc/acme/mail2.zynk.org/fullchain.cer > /opt/mailcow-dockerized/data/assets cat /etc/acme/mail2.zynk.org/mail2.zynk.org.key > /opt/mailcow-dockerized/data/assets/ssl/mail2.zynk.org/key.pem /etc/init.d/lighttpd restart +/etc/init.d/nginx restart /etc/init.d/prosody restart cd /opt/mailcow-dockerized