Waybar/man/waybar-sway-language.5.scd

55 lines
885 B
Plaintext
Raw Normal View History

waybar-sway-language(5)
# NAME
waybar - sway language module
# DESCRIPTION
The *language* module displays the current keyboard layout in Sway
# CONFIGURATION
Addressed by *sway/language*
*format*: ++
typeof: string ++
default: {} ++
2021-07-13 01:33:12 +00:00
The format, how layout should be displayed.
2021-07-24 14:26:49 +00:00
*tooltip-format*: ++
2021-07-24 14:24:37 +00:00
typeof: string ++
default: {} ++
The format, how layout should be displayed in tooltip.
*tooltip*: ++
typeof: bool ++
default: true ++
Option to disable tooltip on hover.
2021-07-13 01:33:12 +00:00
# FORMAT REPLACEMENTS
2021-08-17 02:28:41 +00:00
*{short}*: Short name of layout (e.g. "us"). Equals to {}.
*{shortDescription}*: Short description of layout (e.g. "en").
2021-07-13 01:33:12 +00:00
*{long}*: Long name of layout (e.g. "English (Dvorak)").
2021-08-17 02:28:41 +00:00
*{variant}*: Variant of layout (e.g. "dvorak").
2021-07-13 01:33:12 +00:00
# EXAMPLES
```
"sway/language": {
"format": "{}",
2021-07-13 01:33:12 +00:00
},
"sway/language": {
"format": "{short} {variant}",
}
```
# STYLE
- *#language*