init bruv

This commit is contained in:
staticfanfare 2024-02-05 17:20:02 -05:00
parent 7433a1ff99
commit 300d1b9ea8
1 changed files with 5 additions and 6 deletions

View File

@ -10,16 +10,15 @@ constexpr int paddingX = 10;
constexpr int paddingY = 3;
// See https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html
constexpr const char* font = "Sans 12";
constexpr const char* font = "Terminus 12";
constexpr ColorScheme colorInactive = {Color(0xbb, 0xbb, 0xbb), Color(0x22, 0x22, 0x22)};
constexpr ColorScheme colorActive = {Color(0xee, 0xee, 0xee), Color(0x00, 0x55, 0x77)};
constexpr ColorScheme colorInactive = {Color(0x8c, 0xa6, 0x8c), Color(0x13, 0x15, 0x13)};
constexpr ColorScheme colorActive = {Color(0xf0, 0xff, 0xf0), Color(0x68, 0x7d, 0x68)};
constexpr const char* termcmd[] = {"foot", nullptr};
static std::vector<std::string> tagNames = {
"1", "2", "3",
"4", "5", "6",
"7", "8", "9",
"", "", "",
"", "", "",
};
constexpr Button buttons[] = {