Browse Source

Updated readme

main
Yiğit Çolakoğlu 4 years ago
parent
commit
36e7e5cf89
4 changed files with 6 additions and 4 deletions
  1. +2
    -2
      README.md
  2. +1
    -0
      suckless/dot_surf/bookmarks
  3. +2
    -2
      suckless/dwmblocks/config.h
  4. +1
    -0
      vim/vim/plugin/plugins.vim

+ 2
- 2
README.md View File

@ -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~

+ 1
- 0
suckless/dot_surf/bookmarks View File

@ -1,3 +1,4 @@
localhost:5600/
portal.tedankara.k12.tr/
wallabag.yigitcolakoglu.com/
https://app.daily.dev/

+ 2
- 2
suckless/dwmblocks/config.h View File

@ -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.


+ 1
- 0
vim/vim/plugin/plugins.vim View File

@ -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'}
"


Loading…
Cancel
Save