From 5895794337d7d8b223542d5ad9db02839f2bf857 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 22 Jul 2022 00:45:06 +0530 Subject: fixed spaces --- .gitignore | 1 + components/battery.o | Bin 5480 -> 5232 bytes components/cpu.o | Bin 3128 -> 3128 bytes components/datetime.o | Bin 1920 -> 1912 bytes components/disk.o | Bin 3104 -> 3104 bytes components/entropy.o | Bin 1776 -> 1776 bytes components/hostname.o | Bin 1632 -> 1632 bytes components/ip.o | Bin 2552 -> 2544 bytes components/kernel_release.o | Bin 1824 -> 1824 bytes components/keyboard_indicators.o | Bin 2400 -> 2408 bytes components/keymap.o | Bin 4048 -> 4016 bytes components/load_avg.o | Bin 1856 -> 1856 bytes components/netspeeds.o | Bin 2752 -> 2752 bytes components/num_files.o | Bin 2144 -> 2144 bytes components/ram.o | Bin 3080 -> 3072 bytes components/run_command.o | Bin 2128 -> 2096 bytes components/separator.o | Bin 1200 -> 1200 bytes components/swap.o | Bin 3920 -> 3880 bytes components/temperature.o | Bin 1696 -> 1696 bytes components/uptime.o | Bin 1960 -> 1960 bytes components/user.o | Bin 2184 -> 2184 bytes components/volume.o | Bin 3608 -> 3608 bytes components/wifi.o | Bin 4288 -> 4256 bytes config.h | 10 +++++----- slstatus | Bin 31824 -> 31824 bytes slstatus.o | Bin 6224 -> 0 bytes util.o | Bin 5928 -> 0 bytes 27 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .gitignore delete mode 100644 slstatus.o delete mode 100644 util.o 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 -- cgit v1.2.3