added evince & more tmux config

This commit is contained in:
aminnairi
2023-05-24 14:02:12 +02:00
parent ae27bb5571
commit 309cf24526
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@
hosts: localhost hosts: localhost
connection: local connection: local
tasks: tasks:
- name: Install Evince (PDF viewer & editor)
become: true
pacman:
name: evince
state: present
- name: Install Noto Fonts Emoji (for emojis support) - name: Install Noto Fonts Emoji (for emojis support)
become: true become: true
pacman: pacman:
+1 -1
View File
@@ -44,7 +44,7 @@ bind c new-window -c "#{pane_current_path}"
set -g status-left-length 20 set -g status-left-length 20
# fix for tokyo-night theme # fix for tokyo-night theme
set -g status-bg "#414868" set -g status-bg "#ffffff"
# List of TPM plugins # List of TPM plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'