2024-09-20 18:22:45 +02:00
|
|
|
#!/bin/sh
|
2023-11-21 13:34:32 +01:00
|
|
|
|
2024-02-12 08:54:55 +01:00
|
|
|
alacritty --class "uwu-uwu" -e /usr/bin/bash -c "uwu | dotacat && read" &
|
2023-11-21 13:34:32 +01:00
|
|
|
alacritty --class "uwu-neofetch" -e /usr/bin/bash -c "echo '' && neofetch && read" &
|
|
|
|
alacritty --class "uwu-btm" -e btm &
|