diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-01-13 08:53:35 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-01-13 08:53:35 +0100 |
commit | a344407b615f272b8eba943b3a36c40dae0b2cb8 (patch) | |
tree | 495030cd9b2ea4a02307b7cf73e55cf9cba2d256 /.config/polybar | |
parent | 46daf1f264f9165cfc09d5134c87314ded970500 (diff) |
added custom keyboard layout indicator script for polybar
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 5a04b16..7ad54e1 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -45,7 +45,7 @@ font-4 = "Noto Sans KR:pixelsize=9:weight=bold:size=0;2" modules-left = time date modules-center = weather mpd -modules-right = alsa whoami +modules-right = keyboard alsa whoami separator = @@ -156,4 +156,10 @@ exec = echo "%{T2}$(whoami)%{T-}@%{T2}$(hostname)%{T-}" interval = 9999999 label-font = 2 +[module/keyboard] +type = custom/script +exec = ~/.local/share/bin/kbindicator +interval = 5 +label-font = 1 + ; vim:ft=dosini |