diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-24 07:13:20 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-24 07:13:20 +0200 |
commit | ae56946206235b8b6f30a184d29a41cc5dcc39ca (patch) | |
tree | 52b3c2bb08ecaeaf50a750e6f07606e2022923c8 /bin/brightness-popup.sh | |
parent | 763df8e9d428422d7db6fe157dd8f14656aba6e2 (diff) | |
download | dotfiles-ae56946206235b8b6f30a184d29a41cc5dcc39ca.tar.gz dotfiles-ae56946206235b8b6f30a184d29a41cc5dcc39ca.zip |
Neovim things
Diffstat (limited to 'bin/brightness-popup.sh')
-rwxr-xr-x | bin/brightness-popup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |