diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-11 00:14:38 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-11 00:14:38 +0200 |
commit | fbc0f2087d1b70e9c42d929f34887961276f6dba (patch) | |
tree | 849bffa0ef237af709b99e11bccc55c403e48126 /src/main.cpp | |
parent | c5dd3c8169a1e467f202f33b5a5e369988efbe3d (diff) |
WIP: move tray icons
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 808e9cf..dcd03eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -140,9 +140,9 @@ static double notification_timeout_seconds = 0.0; static double notification_start_seconds = 0.0; static AppIndicator *app_indicator; -static const char *tray_idle_icon_name = "/usr/share/com.dec05eba.gpu_screen_recorder/tray_idle.png"; -static const char *tray_recording_icon_name = "/usr/share/com.dec05eba.gpu_screen_recorder/tray_recording.png"; -static const char *tray_paused_icon_name = "/usr/share/com.dec05eba.gpu_screen_recorder/tray_paused.png"; +static const char *tray_idle_icon_name = "com.dec05eba.gpu_screen_recorder_tray_idle"; +static const char *tray_recording_icon_name = "com.dec05eba.gpu_screen_recorder_tray_recording"; +static const char *tray_paused_icon_name = "com.dec05eba.gpu_screen_recorder_tray_paused"; struct AudioInput { std::string name; |