mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-22 21:45:11 +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
|
||||
|
||||
git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git
|
||||
mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome; rm -rf awesome-copycats
|
||||
|
||||
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
|
||||
git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/SirHadrian/awesome-themes.git
|
||||
mv -v awesome-themes/* ~/.config/awesome && rm -rf awesome-themes
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
=====
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue