From b61787f0285fca7b6adfb414d73fc8570c042b20 Mon Sep 17 00:00:00 2001 From: wholteza Date: Thu, 12 Feb 2026 21:55:05 +0100 Subject: [PATCH 1/3] Desktop changes --- .bashrc | 1 + .tmux.conf | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index e8d2dbd..7eb3502 100644 --- a/.bashrc +++ b/.bashrc @@ -204,3 +204,4 @@ if [ -d "$HOME/.cargo/env" ]; then fi +export PATH="$HOME/.local/bin:$PATH" diff --git a/.tmux.conf b/.tmux.conf index 7888cca..b23cd44 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,6 @@ -unbind C-b -set -g prefix C-t -bind C-t send-prefix +#unbind C-b +#set -g prefix C-t +#bind C-t send-prefix set -g mouse on From ef95ff8717d859f5b7de3f9bc82ced25497569ab Mon Sep 17 00:00:00 2001 From: wholteza Date: Thu, 12 Feb 2026 22:07:49 +0100 Subject: [PATCH 2/3] Add noconfirm and env variables for fnm --- .config/yadm/bootstrap##distro.arch | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.config/yadm/bootstrap##distro.arch b/.config/yadm/bootstrap##distro.arch index b4d8aba..40c8595 100755 --- a/.config/yadm/bootstrap##distro.arch +++ b/.config/yadm/bootstrap##distro.arch @@ -3,10 +3,10 @@ set -e -sudo pacman -Suy archlinux-keyring -sudo pacman -Suy +sudo pacman -Suy --noconfirm archlinux-keyring +sudo pacman -Suy --noconfirm -sudo pacman -S \ +sudo pacman -Sy --noconfirm \ neovim \ fd \ tmux \ @@ -16,7 +16,8 @@ sudo pacman -S \ alacritty \ rofi \ ttf-jetbrains-mono-nerd \ - less + less \ + waybar if [ ! -d /home/wholteza/repos/yay ]; then cd ~ @@ -27,10 +28,13 @@ if [ ! -d /home/wholteza/repos/yay ]; then makepkg -si fi -yay -S \ +yay -S --noconfirm \ fnm \ oh-my-posh +export PATH=/home/$USER/.fnm:$PATH +eval "$(fnm env --use-on-cd --version-file-strategy=recursive)" + fnm install 24 fnm use 24 From 56a8be87f42cafc59e869d91ec0ad58d97756097 Mon Sep 17 00:00:00 2001 From: wholteza Date: Thu, 12 Feb 2026 22:17:36 +0100 Subject: [PATCH 3/3] Theming rofi --- .config/rofi/themes/catppuccin-default.rasi | 6 +++--- .config/rofi/themes/catppuccin-mocha.rasi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/rofi/themes/catppuccin-default.rasi b/.config/rofi/themes/catppuccin-default.rasi index da0e819..f1d21e9 100644 --- a/.config/rofi/themes/catppuccin-default.rasi +++ b/.config/rofi/themes/catppuccin-default.rasi @@ -8,7 +8,7 @@ alternate-urgent-background: @lightbg; lightbg: @mantle; background-color: transparent; - border-color: @foreground; + border-color: @green; normal-background: @background; selected-urgent-background: @red; alternate-active-background: @lightbg; @@ -20,9 +20,9 @@ background: @base; selected-active-background: @blue; active-background: @background; - selected-normal-background: @lightfg; + selected-normal-background: @green; alternate-normal-background: @lightbg; - foreground: @text; + foreground: @green; selected-urgent-foreground: @background; normal-foreground: @foreground; alternate-urgent-foreground: @red; diff --git a/.config/rofi/themes/catppuccin-mocha.rasi b/.config/rofi/themes/catppuccin-mocha.rasi index 827a8b4..733b6c6 100644 --- a/.config/rofi/themes/catppuccin-mocha.rasi +++ b/.config/rofi/themes/catppuccin-mocha.rasi @@ -25,4 +25,4 @@ base: #1e1e2e; mantle: #181825; crust: #11111b; - } +}