]> git.armaanb.net Git - bin.git/commitdiff
Status: switch to dunstify and replace old
authorArmaan Bhojwani <me@armaanb.net>
Mon, 8 Feb 2021 15:34:00 +0000 (10:34 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 8 Feb 2021 15:34:25 +0000 (10:34 -0500)
status

diff --git a/status b/status
index 9ebab1c27a3b8a0a996526649bcdf68067462fa1..9ca669bed2c4e272a17a21a225ea5181f819833e 100755 (executable)
--- a/status
+++ b/status
@@ -13,4 +13,5 @@ volume_set() {
   echo "$(amixer sget Master | tail -n 1 | cut -d " " -f 7-)"
 }
 
-notify-send "$(time_set)" "$(power_set)\n$(volume_set)"
+dunstify -h string:x-canonical-private-synchronous:status \
+ "$(time_set)" "$(power_set)\n$(volume_set)" \