diff --git a/README.md b/README.md index b641588f..c5a5f269 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ A fast and easy-to-use tool for creating status bars.

- - + + - - + +

**Polybar** aims to help users build beautiful and highly customizable status bars @@ -28,7 +28,7 @@ You can find polybar configs for these example images (and other configs) [here] **If you need help**, check out the [Support](SUPPORT.md) page. -Please report any bugs you find by [creating an issue ticket](https://github.com/jaagr/polybar/issues/new/choose) here on GitHub. +Please report any bugs you find by [creating an issue ticket](https://github.com/polybar/polybar/issues/new/choose) here on GitHub. Make sure you include steps on how to reproduce it. @@ -70,7 +70,7 @@ Some of the services included so far: - Inter-process messaging - And more... -[See the wiki for more details](https://github.com/jaagr/polybar/wiki). +[See the wiki for more details](https://github.com/polybar/polybar/wiki). ## Getting Help @@ -128,15 +128,15 @@ A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.ht - `libcurl` *required by `internal/github`* - `libnl-genl` or `wireless_tools` *required by `internal/network`* -Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/polybar/wiki/Compiling). +Find a more complete list on the [dedicated wiki page](https://github.com/polybar/polybar/wiki/Compiling). ### Building from source -Please [report any problems](https://github.com/jaagr/polybar/issues/new/choose) you run into when building the project. +Please [report any problems](https://github.com/polybar/polybar/issues/new/choose) you run into when building the project. Download the `polybar-.tar` for the version you want to build from the -[release page](https://github.com/jaagr/polybar/releases), extract it with +[release page](https://github.com/polybar/polybar/releases), extract it with `tar xvf polybar-.tar` and go into the extracted folder. There, run the following commands: @@ -154,11 +154,11 @@ There's also a helper script available in the root folder: $ ./build.sh ~~~ -For more info, have a look at the [Compiling wiki page](https://github.com/jaagr/polybar/wiki/Compiling). +For more info, have a look at the [Compiling wiki page](https://github.com/polybar/polybar/wiki/Compiling). ### Configuration -Details on how to setup and configure the bar and each module have been moved to [the wiki](https://github.com/jaagr/polybar/wiki/Configuration). +Details on how to setup and configure the bar and each module have been moved to [the wiki](https://github.com/polybar/polybar/wiki/Configuration). #### Install the example configuration Run the following inside the build directory: @@ -174,7 +174,7 @@ Or you can copy the example config from `/usr/share/doc/polybar/config` or ` /us ### Running -[See the wiki for details on how to run polybar](https://github.com/jaagr/polybar/wiki). +[See the wiki for details on how to run polybar](https://github.com/polybar/polybar/wiki). ## Community Want to get in touch? @@ -196,8 +196,8 @@ Want to get in touch? * [**@Tobaloidee**](https://github.com/Tobaloidee) -### [All Contributors](https://github.com/jaagr/polybar/graphs/contributors) +### [All Contributors](https://github.com/polybar/polybar/graphs/contributors) ## License -Polybar is licensed under the MIT license. [See LICENSE for more information](https://github.com/jaagr/polybar/blob/master/LICENSE). +Polybar is licensed under the MIT license. [See LICENSE for more information](https://github.com/polybar/polybar/blob/master/LICENSE). diff --git a/SUPPORT.md b/SUPPORT.md index 5ccf839d..3dab99b5 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -3,8 +3,8 @@ Getting Help If you need help or troubleshooting tips or just have a question: -* Read the [Known Issues page](https://github.com/jaagr/polybar/wiki/Known-Issues), maybe others had the same issue before. -* Read the [Wiki page](https://github.com/jaagr/polybar/wiki) for the thing you have problems with. +* Read the [Known Issues page](https://github.com/polybar/polybar/wiki/Known-Issues), maybe others had the same issue before. +* Read the [Wiki page](https://github.com/polybar/polybar/wiki) for the thing you have problems with. * Ask in our reddit community at [r/polybar](https://www.reddit.com/r/polybar) * Join the official IRC channel `#polybar` on the `chat.freenode.net` network. Make sure to let your IRC client be connected long enough to get an answer, if you disconnect after 15 minutes, you will likely not get any response. * Ask on [Unix & Linux StackExchange](https://unix.stackexchange.com/). Though not all questions may be suited over there, make sure you're [on topic](https://unix.stackexchange.com/help/on-topic). diff --git a/config.cmake b/config.cmake index 40972546..47c9024e 100644 --- a/config.cmake +++ b/config.cmake @@ -10,7 +10,7 @@ ; ; ; To learn more about how to configure Polybar -; go to https://github.com/jaagr/polybar +; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD index bdca06e6..4ed7e659 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.3.0 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") -url="https://github.com/jaagr/polybar" +url="https://github.com/polybar/polybar" license=("MIT") depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor") optdepends=("alsa-lib: alsa module support" diff --git a/contrib/polybar-git.aur/polybar.install b/contrib/polybar-git.aur/polybar.install index 03368ec9..b5791833 100644 --- a/contrib/polybar-git.aur/polybar.install +++ b/contrib/polybar-git.aur/polybar.install @@ -6,7 +6,7 @@ post_install() { $ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config $ polybar example - For more information, see https://github.com/jaagr/polybar/wiki + For more information, see https://github.com/polybar/polybar/wiki EOF } diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 72df2366..04dc23de 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -5,7 +5,7 @@ pkgver=3.3.1 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") -url="https://github.com/jaagr/polybar" +url="https://github.com/polybar/polybar" license=("MIT") depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor") optdepends=("alsa-lib: alsa module support" diff --git a/contrib/polybar.aur/polybar.install b/contrib/polybar.aur/polybar.install index 3fa42106..25ac794f 100644 --- a/contrib/polybar.aur/polybar.install +++ b/contrib/polybar.aur/polybar.install @@ -6,7 +6,7 @@ post_install() { $ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config $ polybar example - For more information, see https://github.com/jaagr/polybar/wiki + For more information, see https://github.com/polybar/polybar/wiki EOF } diff --git a/contrib/rpm/polybar.spec b/contrib/rpm/polybar.spec index 9c24f2f4..c85a8339 100644 --- a/contrib/rpm/polybar.spec +++ b/contrib/rpm/polybar.spec @@ -9,8 +9,8 @@ Release: 0 Summary: A fast and easy-to-use status bar License: MIT Group: System/GUI/Other -URL: https://github.com/jaagr/polybar -Source: https://github.com/jaagr/polybar/archive/%{version}.tar.gz +URL: https://github.com/polybar/polybar +Source: https://github.com/polybar/polybar/archive/%{version}.tar.gz BuildRequires: clang >= 3.4 BuildRequires: cmake >= 3.1 BuildRequires: pkgconfig diff --git a/contrib/zsh/_polybar b/contrib/zsh/_polybar index a618624f..ed6254de 100644 --- a/contrib/zsh/_polybar +++ b/contrib/zsh/_polybar @@ -1,6 +1,6 @@ #compdef polybar # -# Completion for polybar (https://github.com/jaagr/polybar) +# Completion for polybar (https://github.com/polybar/polybar) # jaagr # _polybar() { diff --git a/contrib/zsh/_polybar_msg b/contrib/zsh/_polybar_msg index c6cb54ad..946c464e 100644 --- a/contrib/zsh/_polybar_msg +++ b/contrib/zsh/_polybar_msg @@ -1,6 +1,6 @@ #compdef polybar-msg # -# Completion for polybar-msg (https://github.com/jaagr/polybar) +# Completion for polybar-msg (https://github.com/polybar/polybar) # jaagr # _polybar_msg() { diff --git a/doc/index.rst b/doc/index.rst index f1a35d1b..f6a703dc 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,7 +2,7 @@ Polybar Documentation ===================== .. note:: This is still very much a work-in-progress. Most information is still - to be found on our `GitHub Wiki `_. + to be found on our `GitHub Wiki `_. We will migrate the wiki content step-by-step. @@ -21,7 +21,7 @@ Welcome to the official polybar documentation. Getting Help ============ -* `Polybar Wiki `_ +* `Polybar Wiki `_ * `/r/polybar `_ on reddit * ``#polybar`` on ``chat.freenode.net`` * `Unix & Linux StackExchange `_ diff --git a/doc/man/polybar.1.rst b/doc/man/polybar.1.rst index bc5153d7..b129e644 100644 --- a/doc/man/polybar.1.rst +++ b/doc/man/polybar.1.rst @@ -61,9 +61,9 @@ AUTHOR REPORTING BUGS -------------- -Report issues on GitHub +Report issues on GitHub SEE ALSO -------- -| Full documentation at: -| Project wiki: +| Full documentation at: +| Project wiki: