Changed install documentation to include dwm links
This commit is contained in:
6
.local/bin/statusbar/dwm_keyboard_layout
Normal file
6
.local/bin/statusbar/dwm_keyboard_layout
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
k_layout_icon=
|
||||
k_layout=$(setxkbmap -query | grep layout | awk '{print $NF}')
|
||||
|
||||
printf "$k_layout_icon ^c#f7ca88^$k_layout^d^"
|
Reference in New Issue
Block a user