added layout to slstatus
This commit is contained in:
parent
4e0432ad49
commit
dfe809886a
BIN
slstatus-1.1/components/battery.o
Normal file
BIN
slstatus-1.1/components/battery.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/cat.o
Normal file
BIN
slstatus-1.1/components/cat.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/cpu.o
Normal file
BIN
slstatus-1.1/components/cpu.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/datetime.o
Normal file
BIN
slstatus-1.1/components/datetime.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/disk.o
Normal file
BIN
slstatus-1.1/components/disk.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/entropy.o
Normal file
BIN
slstatus-1.1/components/entropy.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/hostname.o
Normal file
BIN
slstatus-1.1/components/hostname.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/ip.o
Normal file
BIN
slstatus-1.1/components/ip.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/kernel_release.o
Normal file
BIN
slstatus-1.1/components/kernel_release.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/keyboard_indicators.o
Normal file
BIN
slstatus-1.1/components/keyboard_indicators.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/keymap.o
Normal file
BIN
slstatus-1.1/components/keymap.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/load_avg.o
Normal file
BIN
slstatus-1.1/components/load_avg.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/netspeeds.o
Normal file
BIN
slstatus-1.1/components/netspeeds.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/num_files.o
Normal file
BIN
slstatus-1.1/components/num_files.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/ram.o
Normal file
BIN
slstatus-1.1/components/ram.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/run_command.o
Normal file
BIN
slstatus-1.1/components/run_command.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/swap.o
Normal file
BIN
slstatus-1.1/components/swap.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/temperature.o
Normal file
BIN
slstatus-1.1/components/temperature.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/uptime.o
Normal file
BIN
slstatus-1.1/components/uptime.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/user.o
Normal file
BIN
slstatus-1.1/components/user.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/volume.o
Normal file
BIN
slstatus-1.1/components/volume.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/components/wifi.o
Normal file
BIN
slstatus-1.1/components/wifi.o
Normal file
Binary file not shown.
@ -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
BIN
slstatus-1.1/slstatus
Executable file
Binary file not shown.
BIN
slstatus-1.1/slstatus.o
Normal file
BIN
slstatus-1.1/slstatus.o
Normal file
Binary file not shown.
BIN
slstatus-1.1/util.o
Normal file
BIN
slstatus-1.1/util.o
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user