From 36e7e5cf8911cdd62658885c20e0e8730d0ba7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Sat, 27 Feb 2021 15:31:45 +0300 Subject: [PATCH] Updated readme --- README.md | 4 ++-- suckless/dot_surf/bookmarks | 1 + suckless/dwmblocks/config.h | 4 ++-- vim/vim/plugin/plugins.vim | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86a55b99..cad1f084 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ Just run `git clone --recurse-submodules github.com/yigitcolakoglu/dotfiles.git * Improve the go function written in surf * Add the documentation for all the keybinds -* Improve the way indicators look -* !!! High priority add an indicator for insert mode +* ~Improve the way indicators look~ +* ~!!! High priority add an indicator for insert mode~ diff --git a/suckless/dot_surf/bookmarks b/suckless/dot_surf/bookmarks index 4ec72754..6fd039a0 100644 --- a/suckless/dot_surf/bookmarks +++ b/suckless/dot_surf/bookmarks @@ -1,3 +1,4 @@ +localhost:5600/ portal.tedankara.k12.tr/ wallabag.yigitcolakoglu.com/ https://app.daily.dev/ diff --git a/suckless/dwmblocks/config.h b/suckless/dwmblocks/config.h index d26055b3..f51919b9 100644 --- a/suckless/dwmblocks/config.h +++ b/suckless/dwmblocks/config.h @@ -3,14 +3,14 @@ static Block blocks[] = { - { "", PATH("clipboard"), 30, 18}, +// { "", PATH("clipboard"), 30, 18}, { "", PATH("cpu-temp"), 30, 17}, { "", PATH("weather"), 60, 16}, { "", PATH("arch"), 120, 15}, { "", PATH("volume"), 120, 14}, { "", PATH("network"), 120, 13}, { "", PATH("battery"), 60, 12}, -// { "", PATH("time"), 30, 11}, + { "", PATH("time"), 30, 11}, }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. diff --git a/vim/vim/plugin/plugins.vim b/vim/vim/plugin/plugins.vim index 3d9ffab8..50bb4c0e 100644 --- a/vim/vim/plugin/plugins.vim +++ b/vim/vim/plugin/plugins.vim @@ -37,6 +37,7 @@ Plug 'ryanoasis/vim-devicons' Plug 'puremourning/vimspector' Plug 'lervag/vimtex' Plug 'gi1242/vim-tex-autoclose' +Plug 'ActivityWatch/aw-watcher-vim' " Plug 'neoclide/coc.nvim', {'branch': 'release'} "