aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
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()