aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-06-11 15:36:59 +0200
committerdec05eba <dec05eba@protonmail.com>2024-06-11 15:36:59 +0200
commite73d4fe770f8e5e66e2c7bdb089719767c6853ac (patch)
treedf0819150875906e48d5d8057570e3ee4289c2a7 /src/main.cpp
parent943038cdfed0a58a9981b5dea911fa17fb365bc5 (diff)
Reapply "WIP: move tray icons"
This reverts commit f59e511bd1256f05b35ee12380a2629e51358084.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
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;