From 4028eaa4f3ee2b5d570a3f0025b3eba798041cf9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 23 Sep 2022 10:07:43 +0200 Subject: added missing keyboard indicator --- .config/polybar/config##template | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/polybar') diff --git a/.config/polybar/config##template b/.config/polybar/config##template index 1359709..8a78051 100644 --- a/.config/polybar/config##template +++ b/.config/polybar/config##template @@ -137,6 +137,12 @@ exec = echo "%{T2}$(id -u -n)%{T-}@%{T2}$(uname -n)%{T-}" interval = 9999999 label-font = 2 +[module/keyboard] +type = custom/script +exec = ~/.local/share/bin/kbindicator +interval = 3 +label-font = 1 + {% include "config.{{ yadm.hostname }}" %} ; vim:ft=dosini -- cgit v1.2.3