0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00
tokyo-night-linux/.config/i3/launchTerminals
2021-07-20 19:14:56 +02:00

7 lines
505 B
Bash
Executable file

#!/bin/bash -e
i3-msg "workspace 1; append_layout /home/marco/.config/i3/terminals.json"
urxvt -name "cava" -e $SHELL -c "cava;$SHELL -i"&
urxvt -name "processes" -e $SHELL -c "echo -en '\033]0;processes\a';htop;$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 "screensaver" -e $SHELL -c "echo -en '\033]0;screensaver\a';cbonsai --life 40 --live --multiplier 5 --time 0.1 --infinite;$SHELL -i"&