5 lines
209 B
Bash
Executable file
5 lines
209 B
Bash
Executable file
#!/bin/bash
|
|
|
|
alacritty --class "uwu-uwu" -e /usr/bin/bash -c "uwu | dotacat && read" &
|
|
alacritty --class "uwu-neofetch" -e /usr/bin/bash -c "echo '' && neofetch && read" &
|
|
alacritty --class "uwu-btm" -e btm &
|