summaryrefslogtreecommitdiff
path: root/scripts/vol_up
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-29 19:55:52 -0800
committerstkhan <personal@slickd.xyz>2022-03-29 19:55:52 -0800
commit356b726ec5ac1d6796cfb5ca6171d20b4d0783a1 (patch)
tree335d668f66ade4a59ffafc95e5befbdb2fd67679 /scripts/vol_up
parentc9faadd2309e0d101d99754ecbe3a874f2e6c835 (diff)
Icons in dwmblocks, and cleaned up scripts
Diffstat (limited to 'scripts/vol_up')
-rwxr-xr-xscripts/vol_up5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/vol_up b/scripts/vol_up
deleted file mode 100755
index 5107cd5..0000000
--- a/scripts/vol_up
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-pactl set-sink-volume @DEFAULT_SINK@ +5% &
-dunstify "Turned the volume up +5" &
-