From ca0a75d5408125c4e2a9394fd1b08b7bbc4ff9c5 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Fri, 11 Jan 2019 00:12:24 -0500 Subject: swaybar: add status_edge_padding command This adds the bar subcommand `status_edge_padding ` to set the padding used when the status line is on the right edge of the bar. --- include/swaybar/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/swaybar') diff --git a/include/swaybar/config.h b/include/swaybar/config.h index ce0dd4c9..add0a1cf 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -44,6 +44,7 @@ struct swaybar_config { bool all_outputs; int height; int status_padding; + int status_edge_padding; struct { int top; int right; -- cgit v1.2.3