From dc98cba24cb5f1f3e260c49fc61add4a113a1df0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 19 Jun 2023 08:25:41 +0200 Subject: Update to status (now I use a statusbar) --- brightness | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 brightness (limited to 'brightness') diff --git a/brightness b/brightness deleted file mode 100755 index a7294fb..0000000 --- a/brightness +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# Increase / decrease brightness, and pops up a notification -# Requires: xbacklight, a notification program such as herbe or notify-send -# Usage: brightness {inc|dec} n - -# ksh completion -# set -A complete_brightness_1 inc dec -# set -A complete_brightness_2 5 - -#notify="notify-send" -notify="herbe" - -pkill herbe # comment this too if not using herbe - -xbacklight -$1 $2 && $notify "Brightness: $(xbacklight | sed 's/\..*$//')%" -- cgit v1.3