Edit KEYBOARD module with indicators (Caps,Num,Scroll)
This commit is contained in:
parent
c72d663b54
commit
b685dcf6fc
@ -367,12 +367,24 @@ format = <label>
|
|||||||
;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;
|
||||||
[module/keyboard]
|
[module/keyboard]
|
||||||
type = internal/xkeyboard
|
type = internal/xkeyboard
|
||||||
blacklist-0 = num lock
|
blacklist-0 = scroll lock
|
||||||
blacklist-1 = scroll lock
|
format = <label-layout> <label-indicator>
|
||||||
format = <label-layout>
|
format-spacing = 0
|
||||||
format-padding = 1
|
|
||||||
|
; Available tokens:
|
||||||
|
; %layout%
|
||||||
|
; %name%
|
||||||
|
; %number%
|
||||||
|
; Default: %layout%
|
||||||
label-layout = %{A1:mintlocale & disown:} %{A3:mintlocale & disown:} %layout%%{A} %{A}
|
label-layout = %{A1:mintlocale & disown:} %{A3:mintlocale & disown:} %layout%%{A} %{A}
|
||||||
|
|
||||||
|
; Available tokens:
|
||||||
|
; %name%
|
||||||
|
; Default: %name%
|
||||||
|
label-indicator = %name%
|
||||||
|
label-indicator-padding = 2
|
||||||
|
label-indicator-background = #8139e8
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;
|
||||||
;; ETHERNET ;;
|
;; ETHERNET ;;
|
||||||
|
Reference in New Issue
Block a user