summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-08-23 11:48:38 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-08-23 11:48:38 -0600
commit70c36fe6a97de171511cc02454f787aa59a45eaa (patch)
tree4fb682956db2cdac5da3a7098d71be0dc5cbb43b /.config
parent8d717a7516b6d56b3f7f9fb0e331d7e8d0493f60 (diff)
update nvim, tweak tmux config
Diffstat (limited to '.config')
m---------.config/nvim0
-rw-r--r--.config/tmux-powerline/config.sh4
-rw-r--r--.config/tmux-powerline/themes/nord.sh13
3 files changed, 9 insertions, 8 deletions
diff --git a/.config/nvim b/.config/nvim
-Subproject 013d70b8fc655e8f7cc010c451d8f2be658aaa1
+Subproject e6952fe070ff31e8e6c3d77907681601e6da30e
diff --git a/.config/tmux-powerline/config.sh b/.config/tmux-powerline/config.sh
index 5234a16..5e6e56a 100644
--- a/.config/tmux-powerline/config.sh
+++ b/.config/tmux-powerline/config.sh
@@ -25,7 +25,7 @@
export TMUX_POWERLINE_STATUS_JUSTIFICATION="left"
# The maximum length of the left status bar.
- export TMUX_POWERLINE_STATUS_LEFT_LENGTH="60"
+ export TMUX_POWERLINE_STATUS_LEFT_LENGTH="90"
# The maximum length of the right status bar.
export TMUX_POWERLINE_STATUS_RIGHT_LENGTH="90"
@@ -90,7 +90,7 @@
# pwd.sh {
# Maximum length of output.
- export TMUX_POWERLINE_SEG_PWD_MAX_LEN="20"
+ export TMUX_POWERLINE_SEG_PWD_MAX_LEN="40"
# }
# time.sh {
diff --git a/.config/tmux-powerline/themes/nord.sh b/.config/tmux-powerline/themes/nord.sh
index 6847dd0..4c777a1 100644
--- a/.config/tmux-powerline/themes/nord.sh
+++ b/.config/tmux-powerline/themes/nord.sh
@@ -77,11 +77,10 @@ fi
if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then
TMUX_POWERLINE_LEFT_STATUS_SEGMENTS=(
- # "mode 0 0 | 0 0 both_disable separator_disable" \
+ "tmux_session_info green black" \
"mode_normal_prefix cyan black" \
"mode_insert_copy magenta" \
- "tmux_session_info green black" \
- "hostname yellow black" \
+ #"hostname yellow black" \
"vcs_branch red white" \
#"vcs_compare 60 255" \
#"vcs_staged 64 255" \
@@ -93,12 +92,14 @@ fi
if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then
TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS=(
"pwd magenta white" \
+ "hostname yellow black" \
+ #"tmux_session_info green black" \
#"now_playing 234 37" \
#"cpu 240 136" \
#"load 237 167" \
#"tmux_mem_cpu_load 234 136" \
- "date_day" \
- "date black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
- "time black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
+ #"date_day" \
+ #"date black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
+ #"time black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
)
fi