Add brit
This commit is contained in:
parent
67edad4539
commit
7f92a08cd0
26 changed files with 4 additions and 3 deletions
BIN
components/battery.o
Normal file
BIN
components/battery.o
Normal file
Binary file not shown.
BIN
components/cpu.o
Normal file
BIN
components/cpu.o
Normal file
Binary file not shown.
BIN
components/datetime.o
Normal file
BIN
components/datetime.o
Normal file
Binary file not shown.
BIN
components/disk.o
Normal file
BIN
components/disk.o
Normal file
Binary file not shown.
BIN
components/entropy.o
Normal file
BIN
components/entropy.o
Normal file
Binary file not shown.
BIN
components/hostname.o
Normal file
BIN
components/hostname.o
Normal file
Binary file not shown.
BIN
components/ip.o
Normal file
BIN
components/ip.o
Normal file
Binary file not shown.
BIN
components/kernel_release.o
Normal file
BIN
components/kernel_release.o
Normal file
Binary file not shown.
BIN
components/keyboard_indicators.o
Normal file
BIN
components/keyboard_indicators.o
Normal file
Binary file not shown.
BIN
components/keymap.o
Normal file
BIN
components/keymap.o
Normal file
Binary file not shown.
BIN
components/load_avg.o
Normal file
BIN
components/load_avg.o
Normal file
Binary file not shown.
BIN
components/netspeeds.o
Normal file
BIN
components/netspeeds.o
Normal file
Binary file not shown.
BIN
components/num_files.o
Normal file
BIN
components/num_files.o
Normal file
Binary file not shown.
BIN
components/ram.o
Normal file
BIN
components/ram.o
Normal file
Binary file not shown.
BIN
components/run_command.o
Normal file
BIN
components/run_command.o
Normal file
Binary file not shown.
BIN
components/separator.o
Normal file
BIN
components/separator.o
Normal file
Binary file not shown.
BIN
components/swap.o
Normal file
BIN
components/swap.o
Normal file
Binary file not shown.
BIN
components/temperature.o
Normal file
BIN
components/temperature.o
Normal file
Binary file not shown.
BIN
components/uptime.o
Normal file
BIN
components/uptime.o
Normal file
Binary file not shown.
BIN
components/user.o
Normal file
BIN
components/user.o
Normal file
Binary file not shown.
BIN
components/volume.o
Normal file
BIN
components/volume.o
Normal file
Binary file not shown.
BIN
components/wifi.o
Normal file
BIN
components/wifi.o
Normal file
Binary file not shown.
7
config.h
7
config.h
|
@ -66,8 +66,9 @@ static const char unknown_str[] = "n/a";
|
|||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ run_command, ": %4s | ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||
{ battery_perc, "[BAT %s%%] ", "BAT0" },
|
||||
{ cpu_perc, "[CPU %s%%] ", NULL },
|
||||
{ ram_perc, "[RAM %s%%] ", NULL },
|
||||
{ run_command, " %3s%% | ", "xbacklight -get | awk '{print $1}'" },
|
||||
{ battery_perc, " %s%% ", "BAT0" },
|
||||
{ cpu_perc, " %s%% ", NULL },
|
||||
{ ram_perc, " %s%% ", NULL },
|
||||
{ datetime, "%s", "%a %b %d %r" },
|
||||
};
|
||||
|
|
BIN
slstatus
Executable file
BIN
slstatus
Executable file
Binary file not shown.
BIN
slstatus.o
Normal file
BIN
slstatus.o
Normal file
Binary file not shown.
BIN
util.o
Normal file
BIN
util.o
Normal file
Binary file not shown.
Loading…
Reference in a new issue