dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 9e6307653f551e6444e096c7ca36ba0d975bc612
parent 955e2a2bcb25e535e5aba4e3ad047602f6d00458
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Thu,  8 Jun 2023 11:40:40 +0300

scripts: don't fail on error in status screen

Diffstat:
Mscripts/dot-bin/status.sh | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/scripts/dot-bin/status.sh b/scripts/dot-bin/status.sh @@ -1,7 +1,5 @@ #!/usr/bin/env sh -set -e - while true; do LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}') CHARGE=$(apm -l)