7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
i=$(date '+%H:%M:%S %m/%d (%h)')
|
|
j=$(bat)
|
|
k=$(vol)
|
|
printf "%s | %s | %s\n" "$i" "$j" "$k" | nenu
|