From 2d7220da1c48769354abf37b28266d1e4d8eb160 Mon Sep 17 00:00:00 2001 From: digitaltrails Date: Fri, 29 Dec 2023 20:10:47 +1300 Subject: [PATCH] Issue #2 - bump version number prior to release --- jouno.py | 3 ++- jouno.spec | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/jouno.py b/jouno.py index 2b78bca..fda32d0 100755 --- a/jouno.py +++ b/jouno.py @@ -308,7 +308,7 @@ QProgressDialog from systemd import journal -JOUNO_VERSION = '1.3.4' +JOUNO_VERSION = '1.3.5' JOUNO_CONSOLIDATED_TEXT_KEY = '___JOURNO_FULL_TEXT___' @@ -2182,6 +2182,7 @@ def update_title_and_tray_indicators() -> None: title_text = tr("Running") if journal_watcher_task.is_notifying() else tr("Muted") self.setWindowTitle(title_text) tray.setToolTip(f"{title_text} \u2014 {app_name}") + print(app.styleSheet()) manage_icon(tray, SVG_JOUNO_LIGHT if config_panel.get_config().getboolean('options', 'dark_tray_enabled', diff --git a/jouno.spec b/jouno.spec index 0a05225..ec8cb31 100644 --- a/jouno.spec +++ b/jouno.spec @@ -17,7 +17,7 @@ # Name: jouno -Version: 1.3.4 +Version: 1.3.5 Release: 0 License: GPL-3.0-or-later BuildArch: noarch @@ -83,6 +83,8 @@ install -m644 %{name}.png %{buildroot}/%{_datadir}/icons/hicolor/64x64/apps %changelog +* Fri Dec 29 2023 Michael Hamilton +- Add Setting Dark Tray Enabled for themes such as Breeze Twilight * Mon Oct 24 2022 Michael Hamilton - Recover from dbus reinit/desktop-error: jouno 1.3.4 * Mon Jul 18 2022 Michael Hamilton