From d9b8c3f1ccadb8e551953995efaeb3902190c887 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Tue, 25 Apr 2023 11:20:56 -0400 Subject: [PATCH] removed polybar todo --- editors/neovim | 2 +- gui/polybar/config.ini | 2 +- shells/oh-my-zsh/custom/themes/powerlevel10k | 2 +- shells/st | 2 +- shells/zsh/zshrc | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/editors/neovim b/editors/neovim index 4af034b..0f52a17 160000 --- a/editors/neovim +++ b/editors/neovim @@ -1 +1 @@ -Subproject commit 4af034b82620c67492f951be0fbbe0a024ab31e2 +Subproject commit 0f52a172cc2bfc4f5f059f181cf37e8f2f1b69c2 diff --git a/gui/polybar/config.ini b/gui/polybar/config.ini index 1383064..d3db9c3 100644 --- a/gui/polybar/config.ini +++ b/gui/polybar/config.ini @@ -46,7 +46,7 @@ inherit = section/base-bar ; height height = 24pt ; modules -modules-left = xworkspaces focus-fast spotify spotify-len todo +modules-left = xworkspaces focus-fast spotify spotify-len ;modules-left = xworkspaces spotify spotify-len modules-center = weather-desktop modules-right = pulseaudio memory cpu temperature eth dev-bat packages seafile calendar-sync bg-selector quotes date powermenu diff --git a/shells/oh-my-zsh/custom/themes/powerlevel10k b/shells/oh-my-zsh/custom/themes/powerlevel10k index c1b5b2c..045f006 160000 --- a/shells/oh-my-zsh/custom/themes/powerlevel10k +++ b/shells/oh-my-zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit c1b5b2c8aab51b2a5b0d29d078e3cb53bb4c46bb +Subproject commit 045f006c50d782a6d3acbd8a07d1595322ff7e43 diff --git a/shells/st b/shells/st index 56aba76..08fb3b8 160000 --- a/shells/st +++ b/shells/st @@ -1 +1 @@ -Subproject commit 56aba76874efb3bb5914d8eaf9e356057113aea7 +Subproject commit 08fb3b8990fcd93f45dfe220b066a446cf31c7b5 diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 9e8cc7e..660ee9d 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -28,13 +28,10 @@ export ZSH="$HOME/.oh-my-zsh" # Would you like to use another custom folder than $ZSH/custom? export ZSH_CUSTOM=$HOME/.local/share/oh-my-zsh/custom -plugins=( - zsh-autosugggestions -) - # ZSH theme ZSH_THEME="powerlevel10k/powerlevel10k" + # Which plugins would you like to load? # Standard plugins can be found in $ZSH/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/ @@ -44,8 +41,11 @@ plugins=( zsh-autosuggestions git ) - + #vi-mode source $ZSH/oh-my-zsh.sh +# vi-mode settings +export KEYTIMEOUT=10 +bindkey -v # Uncomment the following line to use hyphen-insensitive completion. # Case-sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVE="true"