diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.o diff --git a/components/battery.o b/components/battery.o index 5ffa41b..08f3d79 100644 Binary files a/components/battery.o and b/components/battery.o differ diff --git a/components/cpu.o b/components/cpu.o index d78c5dd..7777b36 100644 Binary files a/components/cpu.o and b/components/cpu.o differ diff --git a/components/datetime.o b/components/datetime.o index bb91f79..28719dc 100644 Binary files a/components/datetime.o and b/components/datetime.o differ diff --git a/components/disk.o b/components/disk.o index aea683d..8122382 100644 Binary files a/components/disk.o and b/components/disk.o differ diff --git a/components/entropy.o b/components/entropy.o index e6689e2..560c349 100644 Binary files a/components/entropy.o and b/components/entropy.o differ diff --git a/components/hostname.o b/components/hostname.o index d8f10d0..b0031bc 100644 Binary files a/components/hostname.o and b/components/hostname.o differ diff --git a/components/ip.o b/components/ip.o index 790ed4e..ba096cc 100644 Binary files a/components/ip.o and b/components/ip.o differ diff --git a/components/kernel_release.o b/components/kernel_release.o index 402cb88..9f24e19 100644 Binary files a/components/kernel_release.o and b/components/kernel_release.o differ diff --git a/components/keyboard_indicators.o b/components/keyboard_indicators.o index 59acaab..929a9f3 100644 Binary files a/components/keyboard_indicators.o and b/components/keyboard_indicators.o differ diff --git a/components/keymap.o b/components/keymap.o index 5002c03..e218da9 100644 Binary files a/components/keymap.o and b/components/keymap.o differ diff --git a/components/load_avg.o b/components/load_avg.o index 6553ff4..3dc92b9 100644 Binary files a/components/load_avg.o and b/components/load_avg.o differ diff --git a/components/netspeeds.o b/components/netspeeds.o index c88e875..387b7b4 100644 Binary files a/components/netspeeds.o and b/components/netspeeds.o differ diff --git a/components/num_files.o b/components/num_files.o index 21e3eb9..af1facf 100644 Binary files a/components/num_files.o and b/components/num_files.o differ diff --git a/components/ram.o b/components/ram.o index d7e1c89..302b656 100644 Binary files a/components/ram.o and b/components/ram.o differ diff --git a/components/run_command.o b/components/run_command.o index a148ac6..dbfce66 100644 Binary files a/components/run_command.o and b/components/run_command.o differ diff --git a/components/separator.o b/components/separator.o index eb353e2..e0c42c8 100644 Binary files a/components/separator.o and b/components/separator.o differ diff --git a/components/swap.o b/components/swap.o index d4a8678..be0362f 100644 Binary files a/components/swap.o and b/components/swap.o differ diff --git a/components/temperature.o b/components/temperature.o index ccf4cf6..34af39c 100644 Binary files a/components/temperature.o and b/components/temperature.o differ diff --git a/components/uptime.o b/components/uptime.o index 85a6228..e81a6c2 100644 Binary files a/components/uptime.o and b/components/uptime.o differ diff --git a/components/user.o b/components/user.o index dc32f95..459d9b3 100644 Binary files a/components/user.o and b/components/user.o differ diff --git a/components/volume.o b/components/volume.o index c92afe8..8c09378 100644 Binary files a/components/volume.o and b/components/volume.o differ diff --git a/components/wifi.o b/components/wifi.o index b028478..d6ac439 100644 Binary files a/components/wifi.o and b/components/wifi.o differ diff --git a/config.h b/config.h index 5da02f1..8f76210 100644 --- a/config.h +++ b/config.h @@ -65,11 +65,11 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { run_command, " [  %s% ] ", "pamixer --get-volume | awk {'print $1'}" }, + { run_command, " [  %s% ] ", "pamixer --get-volume | awk {'print $1'}" }, // { netspeed_rx,"[  %sB/s ] ", "wlp7s0"}, // { netspeed_tx,"[ 祝 %sB/s ] ", "wlp7s0"}, - { cpu_perc, "[  %s% ] ", NULL}, - { ram_perc, "[  %s%, ", NULL}, - { ram_used, "%sB ] ", NULL }, - { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "}, + { cpu_perc, "[  %s% ] ", NULL}, + { ram_perc, "[  %s%, ", NULL}, + { ram_used, "%sB ] ", NULL }, + { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "}, }; diff --git a/slstatus b/slstatus index 585e657..4493a19 100755 Binary files a/slstatus and b/slstatus differ diff --git a/slstatus.o b/slstatus.o deleted file mode 100644 index 9b8be57..0000000 Binary files a/slstatus.o and /dev/null differ diff --git a/util.o b/util.o deleted file mode 100644 index b774950..0000000 Binary files a/util.o and /dev/null differ