1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Common subdirectories: /home/philip/.local/src/MASTER/slstatus/components and /home/philip/.local/src/WORKING/slstatus/components
diff -u /home/philip/.local/src/MASTER/slstatus/config.def.h /home/philip/.local/src/WORKING/slstatus/config.def.h
--- /home/philip/.local/src/MASTER/slstatus/config.def.h 2025-05-01 17:34:50.686576726 +0200
+++ /home/philip/.local/src/WORKING/slstatus/config.def.h 2025-05-24 14:38:22.311193608 +0200
@@ -66,5 +66,8 @@
*/
static const struct arg args[] = {
/* function format argument */
- { datetime, "%s", "%F %T" },
+ { battery_remaining, "%s", "BAT0"},
+ { battery_state, " %s", "BAT0"},
+ { battery_perc, " %s%%", "BAT0" },
+ { datetime, " | %s", "%a %d %b %T" },
};
Common subdirectories: /home/philip/.local/src/MASTER/slstatus/.git and /home/philip/.local/src/WORKING/slstatus/.git
|