[fix/update] Update the slstatus name

This commit is contained in:
Anas Elgarhy 2023-05-11 18:52:06 +03:00
parent fd829d6d88
commit 5e289b8438
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static const char dmenufont[] = "monospace:size=8";
// Autostart programs
static const char *const autostart[] = {
// Start my build of slstatus
"yo-slstatus", NULL,
"archy-slstatus", NULL,
NULL /* terminate */
};