aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-03-17 09:37:21 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:17 +0200
commitcd07f65250682d65194bacf766bd738990ca6b44 (patch)
tree43fa7010457e20e4c67abebaf97da0a7c30dd7a9 /.local
parent7d6772299abc6ea8f7257f08ccb7832f4ba8112d (diff)
Lower timeouts for bl/vol notifications
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/bl2
-rwxr-xr-x.local/bin/vol2
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/bl b/.local/bin/bl
index 644fe2a..da1980e 100755
--- a/.local/bin/bl
+++ b/.local/bin/bl
@@ -38,7 +38,7 @@ main()
;;
esac
- notify-send -n 57492 -s -t 4 -i "$(brightness_icon)" "Backlight" "$notify"
+ notify-send -n 57492 -s -t 2 -i "$(brightness_icon)" "Backlight" "$notify"
}
brightness_level()
diff --git a/.local/bin/vol b/.local/bin/vol
index 47cb669..4da6c18 100755
--- a/.local/bin/vol
+++ b/.local/bin/vol
@@ -56,7 +56,7 @@ main()
;;
esac
- notify-send -n 19269 -s -t 4 -i "$(volume_icon)" "Volume" "$notify"
+ notify-send -n 19269 -s -t 2 -i "$(volume_icon)" "Volume" "$notify"
}
volume_level()