somebar/src/config.hpp

6 lines
132 B
C++
Raw Normal View History

2021-10-20 20:45:23 +02:00
// somebar - dwl bar
// See LICENSE file for copyright and license details.
constexpr int barSize = 20;
2021-10-21 08:28:22 +02:00
constexpr bool topbar = 1;