aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-10 23:43:45 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-11 00:07:58 -0500
commitc0f92cb2fb94ac87396da99646f9219e54b36860 (patch)
treeb03bd387cc1226031230ad5503dcbf7025128e02 /sway/meson.build
parentswaylock: Add caps lock state to indicator (diff)
downloadsway-c0f92cb2fb94ac87396da99646f9219e54b36860.tar.gz
sway-c0f92cb2fb94ac87396da99646f9219e54b36860.tar.zst
sway-c0f92cb2fb94ac87396da99646f9219e54b36860.zip
swaybar: add status_padding command
Adds the bar subcommand `status_padding <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.
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 98676ce0..1f7ae060 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -116,6 +116,7 @@ sway_sources = files(
116 'commands/bar/position.c', 116 'commands/bar/position.c',
117 'commands/bar/separator_symbol.c', 117 'commands/bar/separator_symbol.c',
118 'commands/bar/status_command.c', 118 'commands/bar/status_command.c',
119 'commands/bar/status_padding.c',
119 'commands/bar/strip_workspace_numbers.c', 120 'commands/bar/strip_workspace_numbers.c',
120 'commands/bar/strip_workspace_name.c', 121 'commands/bar/strip_workspace_name.c',
121 'commands/bar/swaybar_command.c', 122 'commands/bar/swaybar_command.c',