diff options
Diffstat (limited to '.local/bin/screenstatus')
-rwxr-xr-x | .local/bin/screenstatus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/screenstatus b/.local/bin/screenstatus index 009c01f..763311b 100755 --- a/.local/bin/screenstatus +++ b/.local/bin/screenstatus @@ -1,4 +1,4 @@ #!/bin/sh -notify-send.sh --replace-file /tmp/vol-notif -a "Screen Brightness" "$(xbacklight -get)%" +notify-send.sh --replace-file /tmp/vol-notif -a "Screen Brightness" "$(xbacklight -get | sed 's/\..*$//g')%" |