From ae56946206235b8b6f30a184d29a41cc5dcc39ca Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 24 Apr 2023 07:13:20 +0200 Subject: Neovim things --- bin/brightness-popup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/brightness-popup.sh') diff --git a/bin/brightness-popup.sh b/bin/brightness-popup.sh index 3c3ad98..7a60f61 100755 --- a/bin/brightness-popup.sh +++ b/bin/brightness-popup.sh @@ -17,4 +17,5 @@ BRIGHTNESS=${brightnessperc%.*} # --hint string:image-path:video-display boolean:transient:true \ # int:has-percentage:$BRIGHTNESS \ # --replaces-process "brightness-popup") -notify-send.py "Brightness" "$BRIGHTNESS%" --hint boolean:transient:true int:value:$BRIGHTNESS --replaces-process "brightness-popup" +#notify-send.py "Brightness" "$BRIGHTNESS%" --hint boolean:transient:true int:value:$BRIGHTNESS --replaces-process "brightness-popup" +echo $BRIGHTNESS > $2 -- cgit v1.2.3