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

View file

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Name=dwl Name=dwl
Comment=dwm for Wayland Comment=dwm for Wayland
Exec=dwl -s 'startup.sh & setup.sh' Exec=/usr/local/bin/startup.sh
Type=Application Type=Application

1271
patches/bar.patch Normal file

File diff suppressed because it is too large Load diff