From 87add8aeae2595b5b0b4f9db704bef326642e8ba Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 30 Aug 2020 16:31:14 -0400 Subject: [PATCH] dwm & BobTheFish Configuration Updates - Add ru_gaps, centeredmaster, gridmode, cyclelayouts, and restartsig patches to dwm - Enable git stuff, newline cursor, process, user, and hostname for BobTheFish theme --- .config/dwm | 2 +- .config/fish/config.fish | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.config/dwm b/.config/dwm index dedee93..77e12f4 160000 --- a/.config/dwm +++ b/.config/dwm @@ -1 +1 @@ -Subproject commit dedee93f338e00278d934cffe32c5325a6c2cc3e +Subproject commit 77e12f4e9aad6fd4fbd33234aad0fb1230aac707 diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0fe6292..23858d9 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,8 +10,19 @@ export TERM=xterm-256color export XDG_CONFIG_HOME=$HOME/.config # bobthefish Configuration +set -g theme_display_git yes +set -g theme_display_git_dirty yes +set -g theme_display_git_untracked yes +set -g theme_display_git_ahead_verbose yes +set -g theme_display_git_dirty_verbose yes +set -g theme_display_git_stashed_verbose yes +set -g theme_display_git_master_branch yes set -g theme_nerd_fonts yes set -g theme_display_user yes set -g fish_prompt_pwd_dir_length 0 set -g theme_color_scheme dracula -set -g theme_newline_cursor yes \ No newline at end of file +set -g theme_newline_cursor yes +set -g theme_nerd_fonts yes +set -g theme_title_display_process yes +set -g theme_title_display_user yes +set -g theme_display_hostname yes