aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-22 00:45:06 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-22 00:45:06 +0530
commit5895794337d7d8b223542d5ad9db02839f2bf857 (patch)
tree196f21585c97a348225e9b6d9f42dc9ea7197020
parentde4cf2cf7e7b20594312ce6e7c5fceb6790a5401 (diff)
fixed spaces
-rw-r--r--.gitignore1
-rw-r--r--components/battery.obin5480 -> 5232 bytes
-rw-r--r--components/cpu.obin3128 -> 3128 bytes
-rw-r--r--components/datetime.obin1920 -> 1912 bytes
-rw-r--r--components/disk.obin3104 -> 3104 bytes
-rw-r--r--components/entropy.obin1776 -> 1776 bytes
-rw-r--r--components/hostname.obin1632 -> 1632 bytes
-rw-r--r--components/ip.obin2552 -> 2544 bytes
-rw-r--r--components/kernel_release.obin1824 -> 1824 bytes
-rw-r--r--components/keyboard_indicators.obin2400 -> 2408 bytes
-rw-r--r--components/keymap.obin4048 -> 4016 bytes
-rw-r--r--components/load_avg.obin1856 -> 1856 bytes
-rw-r--r--components/netspeeds.obin2752 -> 2752 bytes
-rw-r--r--components/num_files.obin2144 -> 2144 bytes
-rw-r--r--components/ram.obin3080 -> 3072 bytes
-rw-r--r--components/run_command.obin2128 -> 2096 bytes
-rw-r--r--components/separator.obin1200 -> 1200 bytes
-rw-r--r--components/swap.obin3920 -> 3880 bytes
-rw-r--r--components/temperature.obin1696 -> 1696 bytes
-rw-r--r--components/uptime.obin1960 -> 1960 bytes
-rw-r--r--components/user.obin2184 -> 2184 bytes
-rw-r--r--components/volume.obin3608 -> 3608 bytes
-rw-r--r--components/wifi.obin4288 -> 4256 bytes
-rw-r--r--config.h10
-rwxr-xr-xslstatusbin31824 -> 31824 bytes
-rw-r--r--slstatus.obin6224 -> 0 bytes
-rw-r--r--util.obin5928 -> 0 bytes
27 files changed, 6 insertions, 5 deletions
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
--- a/components/battery.o
+++ b/components/battery.o
Binary files differ
diff --git a/components/cpu.o b/components/cpu.o
index d78c5dd..7777b36 100644
--- a/components/cpu.o
+++ b/components/cpu.o
Binary files differ
diff --git a/components/datetime.o b/components/datetime.o
index bb91f79..28719dc 100644
--- a/components/datetime.o
+++ b/components/datetime.o
Binary files differ
diff --git a/components/disk.o b/components/disk.o
index aea683d..8122382 100644
--- a/components/disk.o
+++ b/components/disk.o
Binary files differ
diff --git a/components/entropy.o b/components/entropy.o
index e6689e2..560c349 100644
--- a/components/entropy.o
+++ b/components/entropy.o
Binary files differ
diff --git a/components/hostname.o b/components/hostname.o
index d8f10d0..b0031bc 100644
--- a/components/hostname.o
+++ b/components/hostname.o
Binary files differ
diff --git a/components/ip.o b/components/ip.o
index 790ed4e..ba096cc 100644
--- a/components/ip.o
+++ b/components/ip.o
Binary files differ
diff --git a/components/kernel_release.o b/components/kernel_release.o
index 402cb88..9f24e19 100644
--- a/components/kernel_release.o
+++ b/components/kernel_release.o
Binary files differ
diff --git a/components/keyboard_indicators.o b/components/keyboard_indicators.o
index 59acaab..929a9f3 100644
--- a/components/keyboard_indicators.o
+++ b/components/keyboard_indicators.o
Binary files differ
diff --git a/components/keymap.o b/components/keymap.o
index 5002c03..e218da9 100644
--- a/components/keymap.o
+++ b/components/keymap.o
Binary files differ
diff --git a/components/load_avg.o b/components/load_avg.o
index 6553ff4..3dc92b9 100644
--- a/components/load_avg.o
+++ b/components/load_avg.o
Binary files differ
diff --git a/components/netspeeds.o b/components/netspeeds.o
index c88e875..387b7b4 100644
--- a/components/netspeeds.o
+++ b/components/netspeeds.o
Binary files differ
diff --git a/components/num_files.o b/components/num_files.o
index 21e3eb9..af1facf 100644
--- a/components/num_files.o
+++ b/components/num_files.o
Binary files differ
diff --git a/components/ram.o b/components/ram.o
index d7e1c89..302b656 100644
--- a/components/ram.o
+++ b/components/ram.o
Binary files differ
diff --git a/components/run_command.o b/components/run_command.o
index a148ac6..dbfce66 100644
--- a/components/run_command.o
+++ b/components/run_command.o
Binary files differ
diff --git a/components/separator.o b/components/separator.o
index eb353e2..e0c42c8 100644
--- a/components/separator.o
+++ b/components/separator.o
Binary files differ
diff --git a/components/swap.o b/components/swap.o
index d4a8678..be0362f 100644
--- a/components/swap.o
+++ b/components/swap.o
Binary files differ
diff --git a/components/temperature.o b/components/temperature.o
index ccf4cf6..34af39c 100644
--- a/components/temperature.o
+++ b/components/temperature.o
Binary files differ
diff --git a/components/uptime.o b/components/uptime.o
index 85a6228..e81a6c2 100644
--- a/components/uptime.o
+++ b/components/uptime.o
Binary files differ
diff --git a/components/user.o b/components/user.o
index dc32f95..459d9b3 100644
--- a/components/user.o
+++ b/components/user.o
Binary files differ
diff --git a/components/volume.o b/components/volume.o
index c92afe8..8c09378 100644
--- a/components/volume.o
+++ b/components/volume.o
Binary files differ
diff --git a/components/wifi.o b/components/wifi.o
index b028478..d6ac439 100644
--- a/components/wifi.o
+++ b/components/wifi.o
Binary files 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
--- a/slstatus
+++ b/slstatus
Binary files differ
diff --git a/slstatus.o b/slstatus.o
deleted file mode 100644
index 9b8be57..0000000
--- a/slstatus.o
+++ /dev/null
Binary files differ
diff --git a/util.o b/util.o
deleted file mode 100644
index b774950..0000000
--- a/util.o
+++ /dev/null
Binary files differ