mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-02-06 21:43:45 -05:00
7 lines
629 B
Bash
Executable file
7 lines
629 B
Bash
Executable file
#!/bin/bash -e
|
|
i3-msg "workspace 1; append_layout /home/marco/.config/i3/terminals.json"
|
|
urxvt -name "audio" -e $SHELL -c "echo -en '\033]0;audio\a';cava;$SHELL -i"&
|
|
urxvt -name "pipes" -e $SHELL -c "echo -en '\033]0;pipes\a';pipes -t 0 -p 3 -R -f 50 -r 6000;$SHELL -i"&
|
|
urxvt -name "processes" -e $SHELL -c "echo -en '\033]0;processes\a';bpytop;$SHELL -i"&
|
|
urxvt -name "info" -e $SHELL -c "cd /dev/shm;echo -en '\033]0;info\a';clear && neofetch | lolcat;fortune | cowsay | lolcat;$SHELL -i"&
|
|
urxvt -name "bonsai" -e $SHELL -c "echo -en '\033]0;bonsai\a';cbonsai --life 40 --live --multiplier 5 --time 0.1 --infinite;$SHELL -i"&
|