From ebc149ed09cebf47d76cd5d765c7e794533a21d6 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 8 Mar 2025 17:36:24 +0100 Subject: [PATCH] Updated scripts --- tmux.conf | 2 +- update_arch.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 594e11e..b7d9549 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,7 +7,7 @@ if "test ! -d ~/.tmux/plugins/tpm" \ "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" # Activate the plugins. -run -b "~/.tmux/plugins/tpm/tpm" +run "~/.tmux/plugins/tpm/tpm" set -g mouse on diff --git a/update_arch.sh b/update_arch.sh index 979a631..753a98a 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -95,6 +95,7 @@ ln -sf ~/code_server/config/dunst/dunstrc ~/.config/dunst/dunstrc # Install waybar printf -- '\033[33m Installing waybar\n\033[37m' sudo pacman --noconfirm --needed -S waybar +mkdir -p ~/.config/waybar ln -sf ~/code_server/config/waybar/config ~/.config/waybar/config ln -sf ~/code_server/config/waybar/style.css ~/.config/waybar/style.css