aboutsummaryrefslogtreecommitdiff
path: root/scripts/brightness_indicator_deadd
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-22 17:08:11 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-22 17:08:11 +0530
commit026b290aa60d01b28da56abc2d19f92d914c4361 (patch)
tree44204c73641f772fb4386e6ff01f2a20fe3860c3 /scripts/brightness_indicator_deadd
parenta17a692c0abe5bfa6365be41129088fae87a0125 (diff)
added mangasort script to satisfy my weebshit needs
Diffstat (limited to 'scripts/brightness_indicator_deadd')
-rwxr-xr-xscripts/brightness_indicator_deadd14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/brightness_indicator_deadd b/scripts/brightness_indicator_deadd
deleted file mode 100755
index 9ee4fb2d..00000000
--- a/scripts/brightness_indicator_deadd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-if [ "$1" == "inc" ]; then
- xbacklight -inc 5
-fi
-
-if [ "$1" == "dec" ]; then
- xbacklight -lower 5
-fi
-
-BRIGHTNESS=$(xbacklight -get)
-NOTI_ID=$(notify-send.py "Bildschirmhelligkeit" "$BRIGHTNESS/100" \
- --hint string:image-path:video-display boolean:transient:true \
- --replaces-process "brightness-popup")