mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
lowercase DWL (dwl is the preferred form)
This commit is contained in:
parent
14550440dd
commit
60671da2ca
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ Running multiple instances at the same time may result in
|
|||
:< *Description*
|
||||
| id
|
||||
: int
|
||||
: Dwl tag id.
|
||||
: dwl tag id.
|
||||
| name
|
||||
: string
|
||||
: The name of the tag (defaults to _id_ if not set).
|
||||
|
|
|
@ -174,7 +174,7 @@ summary(
|
|||
'Clock': plugin_clock_enabled,
|
||||
'CPU monitoring': plugin_cpu_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,
|
||||
'Memory monitoring': plugin_mem_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',
|
||||
description: 'Disk I/O support')
|
||||
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',
|
||||
description: 'Foreign toplevel (window tracking for Wayland) support')
|
||||
option('plugin-mem', type: 'feature', value: 'auto',
|
||||
|
|
Loading…
Add table
Reference in a new issue