added layout to slstatus

This commit is contained in:
c2ny 2026-01-24 16:39:46 -05:00
parent 4e0432ad49
commit dfe809886a
26 changed files with 10 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -109,13 +109,14 @@ static const char bt[] =
static const struct arg args[] = {
/* function format argument */
{ wifi_essid, "%s ", "wlp3s0" },
{ wifi_perc, "%s%%", "wlp3s0" },
{ run_command, "| %s", bright },
{ run_command, "| %s", vol },
{ run_command, "| %s", bt },
{ battery_perc, "|  %s%%", "BAT0" },
{ battery_state, "(%s) ", "BAT0" },
{ cpu_freq, "|  %sHz", NULL },
{ datetime, "| %s", "%A %I:%M %p - %m/%d" },
{ wifi_essid, "%s ", "wlp3s0" },
{ wifi_perc, "%s%%", "wlp3s0" },
{ run_command, "| %s", bright },
{ run_command, "| %s", vol },
{ run_command, "| %s", bt },
{ battery_perc, "|  %s%%", "BAT0" },
{ battery_state, "(%s) ", "BAT0" },
{ cpu_freq, "|  %sHz", NULL },
{ keymap, "| %s", NULL },
{ datetime, "| %s", "%A %I:%M %p - %m/%d" },
};

BIN
slstatus-1.1/slstatus Executable file

Binary file not shown.

BIN
slstatus-1.1/slstatus.o Normal file

Binary file not shown.

BIN
slstatus-1.1/util.o Normal file

Binary file not shown.