Skip to content

Commit

Permalink
feat: implementing orlock theme for tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
beardage committed Sep 25, 2022
1 parent a8144eb commit 9e2cba6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'dracula/tmux'
set -g @plugin 'beardage/orlock-tmux'
set -s default-terminal 'tmux-256color'

# dracula customizations
set -g @dracula-plugins "battery weather time"
set -g @dracula-show-powerline true
set -g @dracula-show-fahrenheit true
set -g @dracula-military-time true

# orlock customizations
set -g @orlock-plugins "time"
set -g @orlock-show-left-icon session
set -g @orlock-show-powerline true
set -g @orlock-military-time true


# remap prefix from 'C-b' to 'C-a'
unbind C-b
Expand Down

0 comments on commit 9e2cba6

Please sign in to comment.