add bar patch

This commit is contained in:
Zhongheng Liu 2026-01-18 03:05:05 +01:00
commit 9ad94e33c2
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 1273 additions and 5 deletions

View file

@ -62,7 +62,7 @@ static const MonitorRule monrules[] = {
{ "HDMI-A-1", 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
//
/* defaults */
{ NULL, 0.55f, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
{ NULL, 0.55f, 1, 1.33, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
};
/* keyboard */
@ -144,10 +144,7 @@ static const char *termcmd[] = { "foot",
};
static const char *menucmd[] = {
"wmenu-run",
"-f", "BlexMono Nerd Font Normal 16",
"-b",
"-S", "026873",
"-N", "181926",
NULL
};
static const char *lockcmd[] = { "swaylock", NULL };