diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-28 14:29:10 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-28 14:29:10 +0200 |
commit | 5b0cef098e5df95183a1337e3f6adf91cf1ca3f5 (patch) | |
tree | 1a8702b06c876edb74d1fd1343944b93f29489ae /patch-slstatus-280525 | |
parent | 39c95f5b03725edecf057e4c5061c8adcee9c6ac (diff) | |
download | diffs-5b0cef098e5df95183a1337e3f6adf91cf1ca3f5.tar.gz diffs-5b0cef098e5df95183a1337e3f6adf91cf1ca3f5.tar.bz2 diffs-5b0cef098e5df95183a1337e3f6adf91cf1ca3f5.zip |
update
Diffstat (limited to 'patch-slstatus-280525')
-rw-r--r-- | patch-slstatus-280525 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patch-slstatus-280525 b/patch-slstatus-280525 new file mode 100644 index 0000000..b445b29 --- /dev/null +++ b/patch-slstatus-280525 @@ -0,0 +1,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 |