diff options
author | Julian T <julian@jtle.dk> | 2020-10-31 16:51:20 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-10-31 16:51:20 +0100 |
commit | a20c17de66b417c133883e9b983db6315e532c0a (patch) | |
tree | f0ded360ca2a84f64ec37ea521df65cfb263d566 /slstatus.h | |
parent | b14e039639ed28005fbb8bddeb5b5fa0c93475ac (diff) |
Patches:
- Pulseaudio volume
- Battery warning
Diffstat (limited to 'slstatus.h')
-rw-r--r-- | slstatus.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,3 +79,6 @@ const char *vol_perc(const char *card); /* wifi */ const char *wifi_perc(const char *interface); const char *wifi_essid(const char *interface); + +/* CUSTOM */ +const char *vol_pulse(void); |