]> git.droids-corp.org - configs.git/commitdiff
update
authorOlivier Matz <zer0@droids-corp.org>
Mon, 16 May 2022 07:14:59 +0000 (09:14 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Mon, 16 May 2022 07:52:12 +0000 (09:52 +0200)
bin/sync-mail-6wind.sh [new file with mode: 0644]
bin/sync-mail-droids.sh [new file with mode: 0644]
debian-config.txt

diff --git a/bin/sync-mail-6wind.sh b/bin/sync-mail-6wind.sh
new file mode 100644 (file)
index 0000000..2bafb51
--- /dev/null
@@ -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 (file)
index 0000000..747d9a8
--- /dev/null
@@ -0,0 +1,5 @@
+while true; do
+       echo 'starting mbsync' $(date)
+       mbsync perso
+       sleep 30
+done
index 6f8c1a688a84ed7646735f72e3f5fed34cf20e92..b3d2d0bf751891604ff04199a194c06087fceeb9 100644 (file)
@@ -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