diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-22 17:08:11 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-22 17:08:11 +0530 |
commit | 026b290aa60d01b28da56abc2d19f92d914c4361 (patch) | |
tree | 44204c73641f772fb4386e6ff01f2a20fe3860c3 /scripts/brightness_indicator_deadd | |
parent | a17a692c0abe5bfa6365be41129088fae87a0125 (diff) |
added mangasort script to satisfy my weebshit needs
Diffstat (limited to 'scripts/brightness_indicator_deadd')
-rwxr-xr-x | scripts/brightness_indicator_deadd | 14 |
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") |