mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
README update
This commit is contained in:
parent
492982c8d4
commit
f77085b244
20
README.rst
20
README.rst
|
|
@ -96,14 +96,8 @@ Installation
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git
|
git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/SirHadrian/awesome-themes.git
|
||||||
mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome; rm -rf awesome-copycats
|
mv -v awesome-themes/* ~/.config/awesome && rm -rf awesome-themes
|
||||||
|
|
||||||
In case you do not want the Git files, use the following as the second command:
|
|
||||||
|
|
||||||
.. code-block:: shell
|
|
||||||
|
|
||||||
mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
@ -144,6 +138,16 @@ then, copy ``theme.lua`` to ``theme-personal.lua`` and do your customizations th
|
||||||
|
|
||||||
This way, you can safely ``git pull`` anytime.
|
This way, you can safely ``git pull`` anytime.
|
||||||
|
|
||||||
|
Themes details
|
||||||
|
==============
|
||||||
|
|
||||||
|
Powerarrow-dark
|
||||||
|
===============
|
||||||
|
|
||||||
|
For the weather widget to work install:
|
||||||
|
.. code-block:: shell
|
||||||
|
$ wget -P ~/.config/awesome/ https://raw.githubusercontent.com/rxi/json.lua/master/json.lua
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue