aboutsummaryrefslogtreecommitdiff
path: root/src/info-notification.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-09 22:22:54 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-09 22:22:54 +0100
commitc6c9d5d998e63046d25707da573c7ace3a153793 (patch)
tree93880c615ef9debc28d5f0076514350ab87c63fe /src/info-notification.vala
parent6109683e3aec0559320eb604bca7b8a809b295fd (diff)
parente441bef2235826e390b9a988eeb34f11c6b74df4 (diff)
downloadayatana-indicator-sound-c6c9d5d998e63046d25707da573c7ace3a153793.tar.gz
ayatana-indicator-sound-c6c9d5d998e63046d25707da573c7ace3a153793.tar.bz2
ayatana-indicator-sound-c6c9d5d998e63046d25707da573c7ace3a153793.zip
Merge branch 'tari01-pr/rename-to-x-lomiri'
Attributes GH PR #62: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/62
Diffstat (limited to 'src/info-notification.vala')
-rw-r--r--src/info-notification.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/info-notification.vala b/src/info-notification.vala
index c5f8fd8..ce92a2a 100644
--- a/src/info-notification.vala
+++ b/src/info-notification.vala
@@ -43,9 +43,9 @@ public class IndicatorSound.InfoNotification: Notification
var n = _notification;
n.update (_("Volume"), volume_label, icon);
n.clear_hints();
- n.set_hint ("x-ayatana-non-shaped-icon", "true");
+ n.set_hint ("x-lomiri-non-shaped-icon", "true");
n.set_hint ("x-canonical-private-synchronous", "true");
- n.set_hint ("x-ayatana-value-bar-tint", is_high_volume ? "true" : "false");
+ n.set_hint ("x-lomiri-value-bar-tint", is_high_volume ? "true" : "false");
n.set_hint ("value", ((int32)((volume * 100.0) + 0.5)).clamp(0, 100));
show_notification ();
}