0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2025-02-13 21:45:43 -05:00
tokyo-night-linux/.config/i3/launchTerminals

7 lines
505 B
Text
Raw Normal View History

2021-07-18 11:26:12 +02:00
#!/bin/bash -e
2021-07-20 16:24:03 +02:00
i3-msg "workspace 1; append_layout /home/marco/.config/i3/terminals.json"
2021-07-20 19:14:56 +02:00
urxvt -name "cava" -e $SHELL -c "cava;$SHELL -i"&
2021-07-20 16:24:03 +02:00
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"&