summaryrefslogtreecommitdiff
path: root/slstatus/my.diff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-12-02 22:28:07 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-12-02 22:28:07 -0800
commit9624338777faede7e6fc7027a5ebd827f699dc5d (patch)
tree55b1581c27ce3aa4032c0e45b6e6671e560805b7 /slstatus/my.diff
parent870308dea5afaff169b80087615403303425ea11 (diff)
status and xinitrc
Diffstat (limited to 'slstatus/my.diff')
-rw-r--r--slstatus/my.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/slstatus/my.diff b/slstatus/my.diff
new file mode 100644
index 0000000..10deb85
--- /dev/null
+++ b/slstatus/my.diff
@@ -0,0 +1,14 @@
+diff -ruN ../slstatus-clean/config.def.h ./config.def.h
+--- ../slstatus-clean/config.def.h 2025-04-29 20:02:03.000000000 -0700
++++ ./config.def.h 2025-12-02 22:21:37.469231591 -0800
+@@ -66,5 +66,9 @@
+ */
+ static const struct arg args[] = {
+ /* function format argument */
+- { datetime, "%s", "%F %T" },
++ { battery_perc, "BAT: %s%% | ", "BAT0" },
++ { cpu_perc, "CPU: %s%% | ", NULL },
++ { ram_perc, "RAM: %s%% | ", NULL },
++ { keymap, "KEY: %s | ", NULL },
++ { datetime, "%s", "%F %T" },
+ };