diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-01-11 00:12:24 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-01-11 00:12:24 -0500 |
| commit | 1487feded06aae4fd819376fffe599fca95de8c5 (patch) | |
| tree | 37c5bfa911eebcb21f9712799160d1126363e139 /include/swaybar/config.h | |
| parent | f52f5441781c0841be47ba2bb1b1b9390ce40ad3 (diff) | |
swaybar: add status_edge_padding command
This adds the bar subcommand `status_edge_padding <padding>` to set the
padding used when the status line is on the right edge of the bar.
Diffstat (limited to 'include/swaybar/config.h')
| -rw-r--r-- | include/swaybar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
