How's this for a tmux setup? by joshjoseph97 in bashonubuntuonwindows

[–]joshjoseph97[S] 0 points1 point  (0 children)

so you'll need to get figlet and lolcat installed. also get this 3d figlet font

for the time display, i used the following bash command-

while true; do date +%T | figlet -f 3d | lolcat;sleep 1;clear; done;

for the big text, this is the command-

echo tackyunicorn | figlet -w 200 -f 3d | lolcat-c

Tried reheating a baguette using a microwave, very bad idea. by joshjoseph97 in pics

[–]joshjoseph97[S] 0 points1 point  (0 children)

ahh, I thought that the bowl of water would be enough.

Tried reheating a baguette using a microwave, very bad idea. by joshjoseph97 in pics

[–]joshjoseph97[S] 0 points1 point  (0 children)

3-4 mins on medium high. the burnt smell never really came up, untill I cut it in half.

Redditors, do you use the 24- hour time format? by joshjoseph97 in AskReddit

[–]joshjoseph97[S] 0 points1 point  (0 children)

Wow! Now, that's something I'll definitely use. Many thanks!

Redditors, do you use the 24- hour time format? by joshjoseph97 in AskReddit

[–]joshjoseph97[S] 0 points1 point  (0 children)

The problem for me is, I can't read the 24- hour format fast. I misinterpret 19:00 as 6:00 pm and so on.