aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/scripts/keyboardlayout.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/eww/scripts/keyboardlayout.sh')
-rwxr-xr-x.config/eww/scripts/keyboardlayout.sh4
1 files changed, 2 insertions, 2 deletions
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 '(?<=\().*(?=\))' )"