diff options
| author | 2026-07-02 11:35:35 +0100 | |
|---|---|---|
| committer | 2026-07-02 11:35:35 +0100 | |
| commit | 9c34010e1dce016d1b31d651dbcd332e747844e7 (patch) | |
| tree | 1eedb7c98a2493e097b5a3eb1dff296527f51e20 /dot_config/waybar | |
| parent | f0c626059451e1f8621600e610240739d5633560 (diff) | |
| download | dotfiles-9c34010e1dce016d1b31d651dbcd332e747844e7.tar.gz dotfiles-9c34010e1dce016d1b31d651dbcd332e747844e7.tar.bz2 dotfiles-9c34010e1dce016d1b31d651dbcd332e747844e7.zip | |
Update Proton Bridge desktop integration
Diffstat (limited to 'dot_config/waybar')
| -rw-r--r-- | dot_config/waybar/config.jsonc | 3 | ||||
| -rw-r--r-- | dot_config/waybar/executable_tb-unread.sh | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 89a8ea9..6422280 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -25,8 +25,7 @@ "custom/arch-audit", "custom/failed-units", "custom/lostfiles", - // Disabled while Proton Mail Bridge auth refresh is broken. - // "custom/thunderbird", + "custom/thunderbird", "clock", "tray", ], diff --git a/dot_config/waybar/executable_tb-unread.sh b/dot_config/waybar/executable_tb-unread.sh index b969215..208333b 100644 --- a/dot_config/waybar/executable_tb-unread.sh +++ b/dot_config/waybar/executable_tb-unread.sh @@ -11,7 +11,7 @@ set -eu PASS_USER=email/protonmail-bridge/user PASS_PW=email/protonmail-bridge/pass HOST=127.0.0.1 -PORT=1143 +PORT=1144 emit() { printf '%s\n' "$1" |
