From d5e71cd9ce195d381df6d75cc22af2cbc7b6ca43 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 6 Oct 2020 12:05:57 -0400 Subject: vimtex lang, screenstatus uses integers now --- .local/bin/screenstatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') 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')%" -- cgit v1.2.3