mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Add --label support to sway{nag,bg,bar}_command
This commit is contained in:
parent
27c67cc2b3
commit
2704e07c49
8 changed files with 58 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ enum pango_markup_config {
|
|||
|
||||
struct bar_config {
|
||||
char *swaybar_command;
|
||||
char *swaybar_label;
|
||||
struct wl_client *client;
|
||||
struct wl_listener client_destroy;
|
||||
|
||||
|
|
@ -473,6 +474,7 @@ enum xwayland_mode {
|
|||
*/
|
||||
struct sway_config {
|
||||
char *swaynag_command;
|
||||
char *swaynag_label;
|
||||
struct swaynag_instance swaynag_config_errors;
|
||||
list_t *symbols;
|
||||
list_t *modes;
|
||||
|
|
@ -512,6 +514,7 @@ struct sway_config {
|
|||
|
||||
// swaybg
|
||||
char *swaybg_command;
|
||||
char *swaybg_label;
|
||||
struct wl_client *swaybg_client;
|
||||
struct wl_listener swaybg_client_destroy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue