Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • iliya.saroukha/dotfiles
1 result
Show changes
Commits on Source (3)
theme = "rose_pine_moon"
Subproject commit 719a4b5b9767c749c971ee1411fee6ac6d5a213f Subproject commit 69fb3c8c641e96d2f377d1f7568c98f1187f7287
...@@ -30,8 +30,9 @@ set -s copy-command 'wl-copy' ...@@ -30,8 +30,9 @@ set -s copy-command 'wl-copy'
# FZF change sessions # FZF change sessions
set -g @session-wizard 's' set -g @session-wizard 's'
# set-option -g status-position top
set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn' set -g @rose_pine_variant 'moon' # Options are 'main', 'moon' or 'dawn'
set -g @rose_pine_host 'on' # Enables hostname in the status bar set -g @rose_pine_host 'on' # Enables hostname in the status bar
set -g @rose_pine_date_time '%a %d %b %H:%M' # It accepts the date UNIX command format (man date for info) set -g @rose_pine_date_time '%a %d %b %H:%M' # It accepts the date UNIX command format (man date for info)
......