mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Update scd
This commit is contained in:
parent
2ae13c4092
commit
1887512ba1
@ -14,7 +14,7 @@ Addressed by *hyprland/window*
|
|||||||
|
|
||||||
*format*: ++
|
*format*: ++
|
||||||
typeof: string ++
|
typeof: string ++
|
||||||
default: {} ++
|
default: {title} ++
|
||||||
The format, how information should be displayed. On {} the current window title is displayed.
|
The format, how information should be displayed. On {} the current window title is displayed.
|
||||||
|
|
||||||
*rewrite*: ++
|
*rewrite*: ++
|
||||||
@ -25,6 +25,17 @@ Addressed by *hyprland/window*
|
|||||||
typeof: bool ++
|
typeof: bool ++
|
||||||
Show the active window of the monitor the bar belongs to, instead of the focused window.
|
Show the active window of the monitor the bar belongs to, instead of the focused window.
|
||||||
|
|
||||||
|
# FORMAT REPLACEMENTS
|
||||||
|
See the output of "hyprctl clients" for examples
|
||||||
|
|
||||||
|
*{title}*: The current title of the focused window.
|
||||||
|
|
||||||
|
*{initial-title}*: The initial title of the focused window.
|
||||||
|
|
||||||
|
*{class}*: The current class of the focused window.
|
||||||
|
|
||||||
|
*{initial-class}*: The initial class of the focused window.
|
||||||
|
|
||||||
# REWRITE RULES
|
# REWRITE RULES
|
||||||
|
|
||||||
*rewrite* is an object where keys are regular expressions and values are
|
*rewrite* is an object where keys are regular expressions and values are
|
||||||
|
Loading…
Reference in New Issue
Block a user