From f77085b24429b0b95287c3beb775aa8f4ab68fb1 Mon Sep 17 00:00:00 2001 From: Toma Adrian Ionut Date: Mon, 15 Aug 2022 13:41:29 +0300 Subject: [PATCH] README update --- README.rst | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index e4212b2..a94cf14 100644 --- a/README.rst +++ b/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 =====