summaryrefslogtreecommitdiff
path: root/.config/waybar/custom/keyboard
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/custom/keyboard')
-rwxr-xr-x.config/waybar/custom/keyboard11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/waybar/custom/keyboard b/.config/waybar/custom/keyboard
new file mode 100755
index 0000000..eba7e61
--- /dev/null
+++ b/.config/waybar/custom/keyboard
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+hyprctl devices | sed -En '
+/^\tKeyboard at/ {
+ :loop
+ n
+ /^\t\t\trules: /! b loop
+ s/.* l "([^"]+)", v "([^"]+)".*/\1(\2)/p
+ q
+}
+'