From ba57fb58f4184a882ba587c99a328b917ae52c13 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Fri, 13 May 2022 11:19:25 -0300 Subject: [PATCH] don't run git so often --- dotfiles/ranger/rc.conf | 2 +- dotfiles/waybar/config | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/ranger/rc.conf b/dotfiles/ranger/rc.conf index 2300f88..fed6c38 100644 --- a/dotfiles/ranger/rc.conf +++ b/dotfiles/ranger/rc.conf @@ -45,7 +45,7 @@ set vcs_aware true # State of the four backends git, hg, bzr, svn. The possible states are # disabled, local (only show local info), enabled (show local and remote # information). -set vcs_backend_git enabled +set vcs_backend_git disabled set vcs_backend_hg disabled set vcs_backend_bzr disabled set vcs_backend_svn disabled diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index 4083241..12e51cd 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -12,7 +12,6 @@ "custom/weather", ], "modules-right": [ - "custom/unpushed", "sway/language", "mpd", "custom/recording",