From e186567d05385e48aaf8266a38e59c2e38b8fb3f Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sat, 20 Jun 2015 10:23:27 +0200 Subject: [PATCH] retry for submodules --- .config/i3status/config | 5 ++--- .gitmodules | 12 ------------ .vim/bundle/syntastic | 1 - .vim/bundle/vim-snipmate | 1 - 4 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .gitmodules delete mode 160000 .vim/bundle/syntastic delete mode 160000 .vim/bundle/vim-snipmate diff --git a/.config/i3status/config b/.config/i3status/config index 311f79a..ea861b0 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -9,7 +9,6 @@ order += "wireless wlp1s0" order += "battery 0" order += "tztime local" - volume master { format = "♪: %volume" format_muted = "♪: muted (%volume)" @@ -36,9 +35,9 @@ battery 0 { } tztime local { - format = "%Y-%m-%d %H:%M:%S" + format = "⌚ %Y-%m-%d %H:%M:%S" } disk "/" { - format = "%free/%total" + format = "%percentage_free %total" } diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 49e6256..0000000 --- a/.gitmodules +++ /dev/null @@ -1,12 +0,0 @@ -[submodule ".vim/bundle/vim-gnupg"] - path = .vim/bundle/vim-gnupg - url = https://github.com/jamessan/vim-gnupg -[submodule ".vim/bundle/tlib_vim"] - path = .vim/bundle/tlib_vim - url = https://github.com/tomtom/tlib_vim.git -[submodule ".vim/bundle/vim-addon-mw-utils"] - path = .vim/bundle/vim-addon-mw-utils - url = https://github.com/MarcWeber/vim-addon-mw-utils.git -[submodule ".vim/bundle/syntastic"] - path = .vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic deleted file mode 160000 index 8b97caa..0000000 --- a/.vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b97caa2d9bba56e76d066b5dacff0f1f919297c diff --git a/.vim/bundle/vim-snipmate b/.vim/bundle/vim-snipmate deleted file mode 160000 index 8cb6c3e..0000000 --- a/.vim/bundle/vim-snipmate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8cb6c3ebe267873dc5abb9a36305c75d9564dea4 -- 2.20.1