1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

lain: new commit; #124: switch-theme: spaces to tab

This commit is contained in:
copycat-killer 2016-09-29 10:51:36 +02:00
parent f05506576e
commit edf53c8baa
3 changed files with 14 additions and 15 deletions

View file

@ -80,12 +80,13 @@ Gallery
Installation Installation
============ ============
Using git you can have the full master branch: :: With Git: ::
cd ~/.config/awesome $ git clone --recursive https://github.com/copycat-killer/awesome-copycats.git
git clone --recursive https://github.com/copycat-killer/awesome-copycats.git $ mv -bv awesome-copycats/* ~/.config/awesome
Otherwise, download the latest two masters of ``awesome-copycats`` and ``lain`` (1_ and 2_), extract the first one, extract the second one into the first one, and put the contents of the first one into your Awesome directory.
otherwise, download awesome-copycats-master_ and lain-master_ archives, extract the first one, extract the second one into the first one, and put the contents of the first one into ``~/.config/awesome``.
Usage Usage
===== =====
@ -112,8 +113,6 @@ Every theme has a colorscheme_.
Blackburn and Dremora use Icons_: be sure to have bitmaps enabled if running under Debian_ or Ubuntu_. Blackburn and Dremora use Icons_: be sure to have bitmaps enabled if running under Debian_ or Ubuntu_.
Feel free to email me if you have any request.
.. _BY-NC-SA: http://creativecommons.org/licenses/by-nc-sa/4.0/ .. _BY-NC-SA: http://creativecommons.org/licenses/by-nc-sa/4.0/
.. _Awesome: http://github.com/awesomeWM/awesome .. _Awesome: http://github.com/awesomeWM/awesome
.. _tip: https://bbs.archlinux.org/profile.php?id=51327 .. _tip: https://bbs.archlinux.org/profile.php?id=51327
@ -121,8 +120,8 @@ Feel free to email me if you have any request.
.. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846 .. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846
.. _amouly: https://bbs.archlinux.org/viewtopic.php?pid=1307158#p1307158 .. _amouly: https://bbs.archlinux.org/viewtopic.php?pid=1307158#p1307158
.. _foozer: http://dotshare.it/dots/499/ .. _foozer: http://dotshare.it/dots/499/
.. _1: https://github.com/copycat-killer/awesome-copycats/archive/master.zip .. _awesome-copycats-master: https://github.com/copycat-killer/awesome-copycats/archive/master.zip
.. _2: https://github.com/copycat-killer/lain/archive/master.zip .. _lain-master: https://github.com/copycat-killer/lain/archive/master.zip
.. _`switch-theme.sh`: https://github.com/copycat-killer/awesome-copycats/issues/36 .. _`switch-theme.sh`: https://github.com/copycat-killer/awesome-copycats/issues/36
.. _lain: https://github.com/copycat-killer/lain .. _lain: https://github.com/copycat-killer/lain
.. _dependencies: https://github.com/copycat-killer/lain/wiki .. _dependencies: https://github.com/copycat-killer/lain/wiki

2
lain

@ -1 +1 @@
Subproject commit 7e6f1336f26e8c36a1768ae1f7f076a30030a8a8 Subproject commit 9e78c8d1219c7406d0cd8a3394fec4c4f27134e0

View file

@ -30,11 +30,11 @@ n_themes=$(themes) | wc -l
.SILENT : all .SILENT : all
all: $(DESTDIR) all: $(DESTDIR)
cd $(DESTDIR) && \ cd $(DESTDIR) && \
echo -n $(git pull)#"Already up-to-date."; \ echo -n $(git pull)#"Already up-to-date."; \
git submodule init ; \ git submodule init ; \
git submodule update; \ git submodule update; \
$(swap_dialog) $(swap_dialog)
$(DESTDIR): $(DESTDIR):
git clone https://github.com/${PROJECT}.git $@ git clone https://github.com/${PROJECT}.git $@