From: Olivier Matz Date: Mon, 16 May 2022 07:14:59 +0000 (+0200) Subject: update X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1086c31f5a7e2d22dbada50c9fbe85cbbcc73c69;p=configs.git update --- diff --git a/bin/sync-mail-6wind.sh b/bin/sync-mail-6wind.sh new file mode 100644 index 0000000..2bafb51 --- /dev/null +++ b/bin/sync-mail-6wind.sh @@ -0,0 +1,13 @@ +while true; do + echo 'starting mbsync' $(date) + mbsync work + #echo 'starting imapami' $(date) + #imapami -c ~/.imapami-6wind + echo 'waiting' $(date) + H=$(date +%_H) + if [ "$H" -lt 7 ] || [ "$H" -gt 20 ]; then + sleep 1000 + else + sleep 120 + fi +done diff --git a/bin/sync-mail-droids.sh b/bin/sync-mail-droids.sh new file mode 100644 index 0000000..747d9a8 --- /dev/null +++ b/bin/sync-mail-droids.sh @@ -0,0 +1,5 @@ +while true; do + echo 'starting mbsync' $(date) + mbsync perso + sleep 30 +done diff --git a/debian-config.txt b/debian-config.txt index 6f8c1a6..b3d2d0b 100644 --- a/debian-config.txt +++ b/debian-config.txt @@ -94,7 +94,8 @@ deb http://deb.debian.org/debian buster-backports main - gnome3 disable workspace popup - https://extensions.gnome.org/extension/959/disable-workspace-switcher-popup/ + Workspace Switcher Manager + https://extensions.gnome.org/extension/4788/workspace-switcher-manager/ - gnome3 no title bar @@ -104,7 +105,7 @@ deb http://deb.debian.org/debian buster-backports main - gnome3: legacy system tray (for pidgin) - install topicons plus + install AppIndicator and KStatusNotifierItem Support by 3v1n0 disable "normal" notifications in gnome settings - gnome3: improved workspace indicator @@ -128,8 +129,9 @@ deb http://deb.debian.org/debian buster-backports main - pidgin - update - /usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png + update: + cp Documents/22x22-pidgin-tray-available.png /usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png + cp Documents/16x16-pidgin-tray-available.png /usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png - etc/hosts @@ -177,6 +179,9 @@ $ secret-tool store --label=Google type google user olivier.matz@6wind.com $ secret-tool lookup type google user olivier.matz@6wind.com test +secret-tool store --label=DroidsMail type droidsmail user zer0 +secret-tool lookup type droidsmail user zer0 + seahorse to show them in as gui - set default editor @@ -329,7 +334,26 @@ password=... exec xterm "$@" +- redirect process output to visio using pulseaudio + + pactl load-module module-null-sink sink_name=vmic + pactl load-module module-null-sink sink_name=vfirefox + pactl load-module module-loopback sink=vmic + pactl load-module module-loopback sink=vmic + pactl load-module module-loopback sink=vmic + + # pour unload les modules + pactl unload-module "$num" + +- first calendar day is monday: + + add this line in /etc/default/locale: + LC_TIME="en_GB.UTF-8" + +- sometimes, we need to reenable all extensions: + gnome-extensions-app + # then enable the (discret) global switch on the top of the window TODO @@ -348,3 +372,4 @@ TODO - molette souris dans xterm: scroll plutot que up/down - ~/bin dans le path - imapami +- try foot terminal emulator