From 79d28db32acff25d47d4f44aeacaf3dd8bdd1623 Mon Sep 17 00:00:00 2001 From: Luca CPZ Date: Sat, 7 Oct 2017 13:10:43 +0200 Subject: [PATCH] lain: fix commit; #205 --- ISSUE_TEMPLATE.md | 6 +++--- README.rst | 18 +++++++++--------- lain | 2 +- rc.lua.template | 4 ++-- themes/blackburn/theme.lua | 2 +- themes/copland/theme.lua | 2 +- themes/dremora/theme.lua | 2 +- themes/holo/theme.lua | 2 +- themes/multicolor/theme.lua | 2 +- themes/powerarrow-dark/theme.lua | 2 +- themes/powerarrow/theme.lua | 2 +- themes/rainbow/theme.lua | 2 +- themes/steamburn/theme.lua | 2 +- themes/vertex/theme.lua | 2 +- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 8263ce0..c100195 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -18,9 +18,9 @@ and, if you still don't have an answer, you can ask here. First do -1. search the [issues section](https://github.com/copycat-killer/awesome-copycats/issues) and -2. search [lain issues section](https://github.com/copycat-killer/lain/issues) and -3. search [lain wiki](https://github.com/copycat-killer/lain/wiki) and +1. search the [issues section](https://github.com/lcpz/awesome-copycats/issues) and +2. search [lain issues section](https://github.com/lcpz/lain/issues) and +3. search [lain wiki](https://github.com/lcpz/lain/wiki) and 4. try with default Awesome configuration, usually located in `/etc/xdg/awesome/rc.lua` or `/usr/local/etc/xdg/awesome/rc.lua`. If you can't find a solution and your issue doesn't happen with default configuration, then go ahead and provide: diff --git a/README.rst b/README.rst index 211a1f6..6add16f 100644 --- a/README.rst +++ b/README.rst @@ -8,12 +8,12 @@ Themes for Awesome WM 4.x :Author: Luca CPZ :Version: git :License: BY-NC-SA_ -:Source: https://github.com/copycat-killer/awesome-copycats +:Source: https://github.com/lcpz/awesome-copycats Description =========== -A set of themes for the Awesome_ window manager, version >= 4.0. +A set of themes for the Awesome_ window manager, version 4.x. See branches_ for previous versions. @@ -147,22 +147,22 @@ Additional software used: :: unclutter firefox scrot mpd mpc dmenu xsel .. _BY-NC-SA: http://creativecommons.org/licenses/by-nc-sa/4.0 -.. _b0ab0d7: https://github.com/copycat-killer/awesome-copycats/tree/b0ab0d7837987be81b9195a36631df773113d491 +.. _b0ab0d7: https://github.com/lcpz/awesome-copycats/tree/b0ab0d7837987be81b9195a36631df773113d491 .. _Awesome: http://github.com/awesomeWM/awesome .. _lucamanni: https://github.com/lucamanni/awesome .. _romockee: https://github.com/romockee/powerarrow .. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846 .. _amouly: https://bbs.archlinux.org/viewtopic.php?pid=1307158#p1307158 -.. _swordfischer: https://github.com/copycat-killer/awesome-copycats/issues/53 +.. _swordfischer: https://github.com/lcpz/awesome-copycats/issues/53 .. _foozer: http://dotshare.it/dots/499 -.. _lain: https://github.com/copycat-killer/lain -.. _freedesktop: https://github.com/copycat-killer/freedesktop +.. _lain: https://github.com/lcpz/lain +.. _freedesktop: https://github.com/lcpz/freedesktop .. _Terminus: http://terminus-font.sourceforge.net .. _Tamzen: https://github.com/sunaku/tamzen-font .. _Roboto: https://fonts.google.com/specimen/Roboto .. _Tamsyn: http://www.fial.com/~scott/tamsyn-font -.. _colorscheme: https://github.com/copycat-killer/dots/tree/master/.colors -.. _Icons: https://github.com/copycat-killer/dots/tree/master/.fonts +.. _colorscheme: https://github.com/lcpz/dots/tree/master/.colors +.. _Icons: https://github.com/lcpz/dots/tree/master/.fonts .. _Ubuntu: https://wiki.ubuntu.com/Fonts#Enabling_Bitmapped_Fonts .. _FontAwesome: https://github.com/FortAwesome/Font-Awesome -.. _branches: https://github.com/copycat-killer/awesome-copycats/branches +.. _branches: https://github.com/lcpz/awesome-copycats/branches diff --git a/lain b/lain index d445b41..055e663 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit d445b411913a27e2b29565b1e47960bff7305cb0 +Subproject commit 055e663772628e5a2ddb9c056da7222af517d086 diff --git a/rc.lua.template b/rc.lua.template index b5db501..fcbfc10 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -2,7 +2,7 @@ --[[ Awesome WM configuration template - github.com/copycat-killer + github.com/lcpz --]] @@ -210,7 +210,7 @@ root.buttons(awful.util.table.join( -- {{{ Key bindings globalkeys = awful.util.table.join( -- Take a screenshot - -- https://github.com/copycat-killer/dots/blob/master/bin/screenshot + -- https://github.com/lcpz/dots/blob/master/bin/screenshot awful.key({ altkey }, "p", function() os.execute("screenshot") end), -- Hotkeys diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 4ee4944..88a4aab 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -1,7 +1,7 @@ --[[ Blackburn Awesome WM theme 3.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index b74ecfe..4e8b8e8 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -1,7 +1,7 @@ --[[ Copland Awesome WM theme 2.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/dremora/theme.lua b/themes/dremora/theme.lua index 075e7b6..e8c7518 100644 --- a/themes/dremora/theme.lua +++ b/themes/dremora/theme.lua @@ -1,7 +1,7 @@ --[[ Dremora Awesome WM theme 2.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/holo/theme.lua b/themes/holo/theme.lua index 0df96f8..bcfb2f1 100644 --- a/themes/holo/theme.lua +++ b/themes/holo/theme.lua @@ -1,7 +1,7 @@ --[[ Holo Awesome WM theme 3.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua index b4b050e..3ba507f 100644 --- a/themes/multicolor/theme.lua +++ b/themes/multicolor/theme.lua @@ -1,7 +1,7 @@ --[[ Multicolor Awesome WM theme 2.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index c1688e1..12f0074 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -1,7 +1,7 @@ --[[ Powerarrow Dark Awesome WM theme - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index 972452d..923fec0 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -1,7 +1,7 @@ --[[ Powerarrow Awesome WM theme - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/rainbow/theme.lua b/themes/rainbow/theme.lua index 065ff00..2941e30 100644 --- a/themes/rainbow/theme.lua +++ b/themes/rainbow/theme.lua @@ -1,7 +1,7 @@ --[[ Rainbow Awesome WM theme 2.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/steamburn/theme.lua b/themes/steamburn/theme.lua index b078eb9..063b30a 100644 --- a/themes/steamburn/theme.lua +++ b/themes/steamburn/theme.lua @@ -1,7 +1,7 @@ --[[ Steamburn Awesome WM theme 3.0 - github.com/copycat-killer + github.com/lcpz --]] diff --git a/themes/vertex/theme.lua b/themes/vertex/theme.lua index 7907395..909445b 100644 --- a/themes/vertex/theme.lua +++ b/themes/vertex/theme.lua @@ -1,7 +1,7 @@ --[[ Vertex Awesome WM theme - github.com/copycat-killer + github.com/lcpz --]]