diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-06 12:05:57 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-06 12:05:57 -0400 |
commit | d5e71cd9ce195d381df6d75cc22af2cbc7b6ca43 (patch) | |
tree | b92527d803e33e66bfb1eb444b4745a3906e470b /.local/bin | |
parent | a7a8de0f4553de0e33617c070dc536268b144308 (diff) |
vimtex lang, screenstatus uses integers now
Diffstat (limited to '.local/bin')
-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')%" |