Skip to content

Commit

Permalink
feat(tmux): no icons
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 11, 2023
1 parent ac4edb0 commit b7e0cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.
73 changes: 0 additions & 73 deletions modules/bins/bin/icons

This file was deleted.

4 changes: 2 additions & 2 deletions modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ set -g pane-active-border-style fg="${thm_blue}"
set -g window-status-activity-style fg="${thm_fg}",bg="${thm_bg}",none
set -g window-status-separator ""
set -g window-status-style fg="${thm_fg}",bg="${thm_bg}",none
set -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #(icons #{pane_current_command}) #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} "
set -g window-status-current-format "#[fg=$thm_bg,bg=$thm_green] #I #(icons #{pane_current_command}) #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} "
set -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} "
set -g window-status-current-format "#[fg=$thm_bg,bg=$thm_green] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} "
set -g clock-mode-colour "${thm_blue}"
set -g mode-style "fg=${thm_pink} bg=${thm_black4} bold"
set -g set-clipboard on
Expand Down

0 comments on commit b7e0cf0

Please sign in to comment.