update colours

This commit is contained in:
Zhongheng Liu 2025-10-06 02:26:32 +02:00
commit 56f3737999

View file

@ -122,12 +122,28 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static const char *termcmd[] = { "foot", "-f", "BlexMono Nerd Font:size=16", "fish", NULL };
static const char *menucmd[] = { "wmenu-run", "-f", "BlexMono Nerd Font 16", "-b", NULL };
static const char *termcmd[] = { "foot",
"-f", "BlexMono Nerd Font:size=16",
"fish",
NULL
};
static const char *menucmd[] = {
"wmenu-run",
"-f", "BlexMono Nerd Font Normal 16",
"-b",
"-S", "026873",
"-N", "181926",
NULL
};
static const char *lockcmd[] = { "swaylock", NULL };
static const char *screencmd[] = {"screenshot.sh", NULL };
static const char *screenfilecmd[] = {"screenshot-file.sh", NULL };
static const char *zellijcmd[] = {"foot", "-f", "BlexMono Nerd Font:size=16", "zellij", NULL};
static const char *zellijcmd[] = {
"foot",
"-f", "BlexMono Nerd Font:size=16",
"zellij",
NULL
};
static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
/* modifier key function argument */