aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-23 10:07:43 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-23 10:07:43 +0200
commit4028eaa4f3ee2b5d570a3f0025b3eba798041cf9 (patch)
tree91f7aaa71e641e2ed8df7260b7df693aa0066da2 /.config/polybar
parent5ee0b9a18e52b415b3ca4edebb8403694ecc9d08 (diff)
added missing keyboard indicator
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##template6
1 files changed, 6 insertions, 0 deletions
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