Configuration file for dwm-bar on macbook air
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
258 B

5 years ago
  1. #!/bin/sh
  2. # A dwm_bar function that displays the current keyboard layout
  3. # Joe Standring <jstandring@pm.me>
  4. # GNU GPLv3
  5. # Dependencies: xorg-setxkbmap
  6. dwm_keyboard () {
  7. printf "[\U2328 $(setxkbmap -query | awk '/layout/{print $2}')]\n"
  8. }
  9. dwm_keyboard