From c0f92cb2fb94ac87396da99646f9219e54b36860 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Thu, 10 Jan 2019 23:43:45 -0500 Subject: swaybar: add status_padding command Adds the bar subcommand `status_padding ` which allows setting the padding used for swaybar. If `status_padding` is set to `0`, blocks will be able to take up the full height of the bar. --- include/swaybar/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/swaybar/config.h') diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 1f6577bd..ce0dd4c9 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -43,6 +43,7 @@ struct swaybar_config { struct wl_list outputs; // config_output::link bool all_outputs; int height; + int status_padding; struct { int top; int right; -- cgit v1.2.3-54-g00ecf