summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-06 12:05:57 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-06 12:05:57 -0400
commitd5e71cd9ce195d381df6d75cc22af2cbc7b6ca43 (patch)
treeb92527d803e33e66bfb1eb444b4745a3906e470b /.local
parenta7a8de0f4553de0e33617c070dc536268b144308 (diff)
vimtex lang, screenstatus uses integers now
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/screenstatus2
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')%"