diff --git a/tmuxss.json b/tmuxss.json index ad13648..a49bbed 100644 --- a/tmuxss.json +++ b/tmuxss.json @@ -10,6 +10,10 @@ { "path": "~/src/autopurger", "template": "autopurger" + }, + { + "path": "~/src/spotatui", + "template": "spotatui" } ], "envs": { @@ -29,6 +33,27 @@ } ] }, + "spotatui": { + "path": "~/src/spotatui", + "focused": 2, + "windows": [ + { + "name": "code", + "path": ".", + "command-prepare": "nvim" + }, + { + "name": "util", + "path": ".", + "command_run_old": "set +x && clear && echo -e \"\\033[1;32mHave fun! \\033[0m\\n\\n\\033[1;36mDate:\\033[0m \\033[1;33m$(date '+%A, %B %d, %Y')\\033[0m\\n\\033[1;36mTime:\\033[0m \\033[1;33m$(date '+%H:%M:%S')\\033[0m\\n\"; history -d $(history 1)" + }, + { + "name": "spotatui", + "path": ".", + "command-run": "./target/release/spotatui" + } + ] + }, "agdsn": { "group": "agdsn", "path": "~", @@ -52,6 +77,17 @@ } ] }, + "src": { + "path": "~/src", + "focused": 0, + "windows": [ + { + "name": "src", + "path": ".", + "command_run_old": "alias clear='set +x; command clear; echo -e \"\\n\\033[1;32mWelcome, Nami! :p \\033[0m\\n\\n\\033[1;36mSystem:\\033[0m \\033[1;33m$(hostname)\\033[0m\\n\\033[1;36mDate:\\033[0m \\033[1;33m$(date \"+%A, %B %d, %Y\")\\033[0m\\n\\033[1;36mTime:\\033[0m \\033[1;33m$(date \"+%H:%M:%S\")\\033[0m\\n\"; history -d $(history 1)' && eval clear" + } + ] + }, "autopurger": { "path": "~/src/autopurger", "group": "autopurger",