From bed2583e93f93bd05acd3076eb30010de86555c0 Mon Sep 17 00:00:00 2001 From: Cristian Miranda Date: Sat, 14 Dec 2024 18:28:27 -0300 Subject: [PATCH] :wrench: tmu: add britecore --- home/bin/tmu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/bin/tmu b/home/bin/tmu index 04a299ec..30ca5a41 100755 --- a/home/bin/tmu +++ b/home/bin/tmu @@ -6,6 +6,7 @@ YAY = "yay" GENERAL = "general" DOTFILES = "dotfiles" LG = "lillegroup" +BC = "britecore" CH = "cheyenne" def main() @@ -68,6 +69,10 @@ def init() selectPane(LG, 1, 0) selectWindow(LG, 0) + newSession(BC) + renameWindow(BC, 0, "britecore") + sendCommand(BC, 0, 0, "clear; echo ""; cd $WORKSPACE_DIR/../Workspace_BC/BriteCore; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'BRITECORE' | lolcat") + newSession(CH) renameWindow(CH, 0, "cheyenne") sendCommand(CH, 0, 0, "clear; echo ""; cd $WORKSPACE_DIR/../Workspace_CH; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'CHEYENNE' | lolcat")