From 309cf2452684ca3a55a99422e749de07bcd1fe1a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 24 May 2023 14:02:12 +0200 Subject: [PATCH] added evince & more tmux config --- playbook.yml | 5 +++++ tmux/tmux.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 62061b3..9597c03 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,6 +3,11 @@ hosts: localhost connection: local tasks: + - name: Install Evince (PDF viewer & editor) + become: true + pacman: + name: evince + state: present - name: Install Noto Fonts Emoji (for emojis support) become: true pacman: diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b9a0c65..8a8d598 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -44,7 +44,7 @@ bind c new-window -c "#{pane_current_path}" set -g status-left-length 20 # fix for tokyo-night theme -set -g status-bg "#414868" +set -g status-bg "#ffffff" # List of TPM plugins set -g @plugin 'tmux-plugins/tpm'