diff options
Diffstat (limited to 'laptop.diff')
| -rw-r--r-- | laptop.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/laptop.diff b/laptop.diff index 8d7a56e..9d1329b 100644 --- a/laptop.diff +++ b/laptop.diff @@ -79,7 +79,7 @@ index b48aa4b..25ac18c 100644 --- a/slstatus/config.def.h +++ b/slstatus/config.def.h @@ -69,5 +69,7 @@ static const struct arg args[] = { - {datetime, "%s;", "%G. %B. %e. %a"}, + {datetime, "%s;", "%G. %B. %-e. %a"}, {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"}, {keymap, "%s ", NULL}, + {wifi_essid, "%s ", "wlan0"}, @@ -91,7 +91,7 @@ index b48aa4b..25ac18c 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -69,5 +69,7 @@ static const struct arg args[] = { - {datetime, "%s;", "%G. %B. %e. %a"}, + {datetime, "%s;", "%G. %B. %-e. %a"}, {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"}, {keymap, "%s ", NULL}, + {wifi_essid, "%s ", "wlan0"}, |
