Draw tags

This commit is contained in:
Raphael Robatsch 2021-10-22 15:34:19 +02:00
commit 4c0b1f31fe
7 changed files with 58 additions and 47 deletions

View file

@ -1,5 +1,7 @@
// somebar - dwl bar
// See LICENSE file for copyright and license details.
constexpr int barSize = 20;
constexpr int barSize = 26;
constexpr bool topbar = 1;
constexpr int paddingX = 10;
constexpr int paddingY = 3;