From 33f31884bca99a3fad32c0e57d7eae8188559d82 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 11 Dec 2024 17:50:04 +0000 Subject: swapped /bin/bash for /usr/bin/env bash --- .config/eww/scripts/keyboardlayout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/eww') diff --git a/.config/eww/scripts/keyboardlayout.sh b/.config/eww/scripts/keyboardlayout.sh index aa98833..50acfdd 100755 --- a/.config/eww/scripts/keyboardlayout.sh +++ b/.config/eww/scripts/keyboardlayout.sh @@ -1,8 +1,8 @@ -#!/bin/bash +#!/usr/bin/env bash # Get long name # echo "$(hyprctl devices | grep -A 2 "at-translated-set-2-keyboard" | awk 'NR==3 {print $3" "$4}')" # Get short name -echo "$(hyprctl devices | grep -A 2 "at-translated-set-2-keyboard" | awk 'NR==3 {print $4}'| grep -Po '(?<=\().*(?=\))' )" +# echo "$(hyprctl devices | grep -A 2 "at-translated-set-2-keyboard" | awk 'NR==3 {print $4}'| grep -Po '(?<=\().*(?=\))' )" -- cgit v1.2.3