mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-27 20:35:38 +02:00
lowercase DWL (dwl is the preferred form)
This commit is contained in:
parent
89e74139f5
commit
086f509c8b
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ Running multiple instances at the same time may result in
|
||||||
:< *Description*
|
:< *Description*
|
||||||
| id
|
| id
|
||||||
: int
|
: int
|
||||||
: Dwl tag id.
|
: dwl tag id.
|
||||||
| name
|
| name
|
||||||
: string
|
: string
|
||||||
: The name of the tag (defaults to _id_ if not set).
|
: The name of the tag (defaults to _id_ if not set).
|
||||||
|
|
|
@ -174,7 +174,7 @@ summary(
|
||||||
'Clock': plugin_clock_enabled,
|
'Clock': plugin_clock_enabled,
|
||||||
'CPU monitoring': plugin_cpu_enabled,
|
'CPU monitoring': plugin_cpu_enabled,
|
||||||
'Disk I/O monitoring': plugin_disk_io_enabled,
|
'Disk I/O monitoring': plugin_disk_io_enabled,
|
||||||
'DWL (dwm for Wayland)': plugin_dwl_enabled,
|
'dwl (dwm for Wayland)': plugin_dwl_enabled,
|
||||||
'Foreign toplevel (window tracking for Wayland)': plugin_foreign_toplevel_enabled,
|
'Foreign toplevel (window tracking for Wayland)': plugin_foreign_toplevel_enabled,
|
||||||
'Memory monitoring': plugin_mem_enabled,
|
'Memory monitoring': plugin_mem_enabled,
|
||||||
'Music Player Daemon (MPD)': plugin_mpd_enabled,
|
'Music Player Daemon (MPD)': plugin_mpd_enabled,
|
||||||
|
|
|
@ -19,7 +19,7 @@ option('plugin-cpu', type: 'feature', value: 'auto',
|
||||||
option('plugin-disk-io', type: 'feature', value: 'auto',
|
option('plugin-disk-io', type: 'feature', value: 'auto',
|
||||||
description: 'Disk I/O support')
|
description: 'Disk I/O support')
|
||||||
option('plugin-dwl', type: 'feature', value: 'auto',
|
option('plugin-dwl', type: 'feature', value: 'auto',
|
||||||
description: 'DWL (dwm for wayland) support')
|
description: 'dwl (dwm for wayland) support')
|
||||||
option('plugin-foreign-toplevel', type: 'feature', value: 'auto',
|
option('plugin-foreign-toplevel', type: 'feature', value: 'auto',
|
||||||
description: 'Foreign toplevel (window tracking for Wayland) support')
|
description: 'Foreign toplevel (window tracking for Wayland) support')
|
||||||
option('plugin-mem', type: 'feature', value: 'auto',
|
option('plugin-mem', type: 'feature', value: 'auto',
|
||||||
|
|
Loading…
Add table
Reference in a new issue