mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
29 lines
637 B
INI
Executable File
29 lines
637 B
INI
Executable File
[module/keyboard]
|
|
type = internal/xkeyboard
|
|
|
|
; List of indicators to ignore
|
|
blacklist-0 = num lock
|
|
blacklist-1 = scroll lock
|
|
|
|
; Available tags:
|
|
; <label-layout> (default)
|
|
; <label-indicator> (default)
|
|
format = <label-layout> <label-indicator>
|
|
format-prefix =
|
|
format-prefix-foreground = ${color.cyan}
|
|
format-foreground = ${color.foreground}
|
|
format-background = ${color.background}
|
|
format-padding = 2
|
|
|
|
; Available tokens:
|
|
; %layout%
|
|
; %name%
|
|
; %number%
|
|
; Default: %layout%
|
|
label-layout = " %layout%"
|
|
|
|
; Available tokens:
|
|
; %name%
|
|
; Default: %name%
|
|
label-indicator-on = "%name%"
|
|
label-indicator-on-foreground = ${color.cyan} |