128 lines
2.5 KiB
INI
128 lines
2.5 KiB
INI
|
[module/date]
|
||
|
type = internal/date
|
||
|
|
||
|
; Seconds to sleep between updates
|
||
|
interval = 1.0
|
||
|
|
||
|
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
||
|
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
||
|
;;date = %Y-%m-%d%
|
||
|
|
||
|
; Optional time format
|
||
|
time = "%H:%M"
|
||
|
|
||
|
; if `date-alt` or `time-alt` is defined, clicking
|
||
|
; the module will toggle between formats
|
||
|
;;date-alt = %A, %d %B %Y
|
||
|
time-alt = "%a, %d %b %Y"
|
||
|
|
||
|
; Available tags:
|
||
|
; <label> (default)
|
||
|
format = <label>
|
||
|
|
||
|
; Available tokens:
|
||
|
; %date%
|
||
|
; %time%
|
||
|
; Default: %date%
|
||
|
label = %time%
|
||
|
|
||
|
[module/workspaces]
|
||
|
type = internal/xworkspaces
|
||
|
|
||
|
; Only show workspaces defined on the same output as the bar
|
||
|
;
|
||
|
; Useful if you want to show monitor specific workspaces
|
||
|
; on different bars
|
||
|
;
|
||
|
; Default: false
|
||
|
pin-workspaces = false
|
||
|
|
||
|
; Create click handler used to focus desktop
|
||
|
; Default: true
|
||
|
enable-click = true
|
||
|
|
||
|
; Create scroll handlers used to cycle desktops
|
||
|
; Default: true
|
||
|
enable-scroll = true
|
||
|
|
||
|
; icon-[0-9]+ = <desktop-name>;<icon>
|
||
|
; NOTE: The desktop name needs to match the name configured by the WM
|
||
|
; You can get a list of the defined desktops using:
|
||
|
; $ xprop -root _NET_DESKTOP_NAMES
|
||
|
icon-default =
|
||
|
|
||
|
|
||
|
; Available tags:
|
||
|
; <label-monitor>
|
||
|
; <label-state> - gets replaced with <label-(active|urgent|occupied|empty)>
|
||
|
; Default: <label-state>
|
||
|
format = <label-state>
|
||
|
format-padding = 1
|
||
|
format-background = ${color.bg}
|
||
|
|
||
|
; Available tokens:
|
||
|
; %name%
|
||
|
; Default: %name%
|
||
|
label-monitor = %name%
|
||
|
|
||
|
; Available tokens:
|
||
|
; %name%
|
||
|
; %icon%
|
||
|
; %index%
|
||
|
; Default: %icon% %name%
|
||
|
label-active =
|
||
|
label-active-foreground = ${color.fg}
|
||
|
|
||
|
; Available tokens:
|
||
|
; %name%
|
||
|
; %icon%
|
||
|
; %index%
|
||
|
; Default: %icon% %name%
|
||
|
label-occupied =
|
||
|
label-occupied-foreground = ${color.fg}
|
||
|
|
||
|
; Available tokens:
|
||
|
; %name%
|
||
|
; %icon%
|
||
|
; %index%
|
||
|
; Default: %icon% %name%
|
||
|
label-urgent =
|
||
|
label-urgent-foreground = ${color.bg}
|
||
|
|
||
|
; Available tokens:
|
||
|
; %name%
|
||
|
; %icon%
|
||
|
; %index%
|
||
|
; Default: %icon% %name%
|
||
|
label-empty =
|
||
|
|
||
|
label-active-padding = 1
|
||
|
label-urgent-padding = 1
|
||
|
label-occupied-padding = 1
|
||
|
label-empty-padding = 1
|
||
|
|
||
|
[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>
|
||
|
|
||
|
; Available tokens:
|
||
|
; %layout%
|
||
|
; %name%
|
||
|
; %number%
|
||
|
; Default: %layout%
|
||
|
label-layout = " %layout%"
|
||
|
|
||
|
; Available tokens:
|
||
|
; %name%
|
||
|
; Default: %name%
|
||
|
label-indicator-on = %name%
|
||
|
label-indicator-on-foreground = ${color.primary}
|