diff options
author | Drew DeVault <[email protected]> | 2019-01-13 20:34:13 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-13 20:34:13 -0500 |
commit | 9ce4d53e789b5a3b3f521585a5a0ff62e341468b (patch) | |
tree | d267455e4f5814b7f8f5eae3f85636c90884bcfd /include/sway/config.h | |
parent | 9b5ac0868210dba6d296b10ce429ac6649ff2c0c (diff) | |
parent | ca0a75d5408125c4e2a9394fd1b08b7bbc4ff9c5 (diff) |
Merge pull request #3408 from RedSoxFan/bar-padding
swaybar: adjustable status padding
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 29c21afe..a667984d 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -232,6 +232,8 @@ struct bar_config { bool verbose; struct side_gaps gaps; pid_t pid; + int status_padding; + int status_edge_padding; struct { char *background; char *statusline; |