aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-06-23 03:21:27 +0200
committerdec05eba <dec05eba@protonmail.com>2024-06-23 03:21:27 +0200
commit8937591b5fc6eebfc1e65cad56239405e065d556 (patch)
tree826aa2031f984e054c960c573b5b62820e74dd6b
parent1d9c375802c65ef49d0e6c7e14d092f33c2ff502 (diff)
Revert "shit"
This reverts commit 1d9c375802c65ef49d0e6c7e14d092f33c2ff502.
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 01aeac4..22ad190 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/icons/hicolor/32x32/status/com.dec05eba.gpu_screen_recorder.tray-idle.png";
-static const char *tray_recording_icon_name = "/usr/share/icons/hicolor/32x32/status/com.dec05eba.gpu_screen_recorder.tray-recording.png";
-static const char *tray_paused_icon_name = "/usr/share/icons/hicolor/32x32/status/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;