diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-23 03:18:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-23 03:18:25 +0200 |
commit | 1d9c375802c65ef49d0e6c7e14d092f33c2ff502 (patch) | |
tree | 8c531a75df499d8934c5d489e20754735d976810 | |
parent | dcae815a5e1a6205f9d35bbfe0bba0f650c1d0eb (diff) |
shit
-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 22ad190..01aeac4 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 = "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"; +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"; struct AudioInput { std::string name; |