From 01eb1b93b919f877caeb49d926f06162c05ab406 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 6 Oct 2021 15:47:47 -0700 Subject: refactor --- .config/sxhkd/sxhkdrc | 4 ++-- .local/bin/sbar | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 7a84e149..129b4cab 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -34,10 +34,10 @@ alt + ctrl + y tsp mpvy -A -u "$(xsel -ob)" alt + w - "$BROWSER" + "$BROWSER" & alt + W - mullvad-exclude o "$BROWSER" + mullvad-exclude "$BROWSER" & alt + s shufwall diff --git a/.local/bin/sbar b/.local/bin/sbar index 78aee6ca..bd471f4a 100755 --- a/.local/bin/sbar +++ b/.local/bin/sbar @@ -57,7 +57,7 @@ update_mic update_cap display () { - xsetroot -name "$(echo "$time | N $net V $vpn | M $vol C $mic | $cap | $bat" | nawk '{gsub(/on|up|Con/,"1");gsub(/off|down|Dis/,"0");print}')" + xsetroot -name "$(echo "$time | N $net V $vpn | M $vol C $mic | $cap | $bat")" } # SIGNALLING -- cgit v1.2.3-70-g09d2