diff options
author | azahi <azahi@teknik.io> | 2019-04-09 00:28:49 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2019-04-09 00:28:49 +0300 |
commit | ddcb3ac4817e734609c8798b10900336fa36193f (patch) | |
tree | 9746e716400e8f5817cf16cc9ba511a97abd10fd | |
parent | Reset broken submodules (diff) |
Add xmobar submodule and fix remotes
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 7 | ||||
m--------- | vendor/xmobar | 0 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 8b7f563..0164d5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "vendor/xmonad"] path = vendor/xmonad - url = https://github.com/xmonad/xmonad + url = https://github.com/azahi/xmonad [submodule "vendor/xmonad-contrib"] path = vendor/xmonad-contrib - url = https://github.com/xmonad/xmonad-contrib + url = https://github.com/azahi/xmonad-contrib +[submodule "vendor/xmobar"] + path = vendor/xmobar + url = https://github.com/azahi/xmobar diff --git a/vendor/xmobar b/vendor/xmobar new file mode 160000 +Subproject c54113906bf455c9c34e9cc5d80cf33dc9a6123 |