migration: Update URLs
jaagr/polybar -> polybar/polybar Travis changed their url for new projects to travis-ci.com
This commit is contained in:
parent
9f7840c7d6
commit
4cc836fa66
28
README.md
28
README.md
@ -7,11 +7,11 @@ A fast and easy-to-use tool for creating status bars.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/jaagr/polybar/releases"><img src="https://img.shields.io/github/release/jaagr/polybar.svg"></a>
|
||||
<a href="https://travis-ci.org/jaagr/polybar"><img src="https://travis-ci.org/jaagr/polybar.svg?branch=master"></a>
|
||||
<a href="https://github.com/polybar/polybar/releases"><img src="https://img.shields.io/github/release/polybar/polybar.svg"></a>
|
||||
<a href="https://travis-ci.com/polybar/polybar"><img src="https://travis-ci.com/polybar/polybar.svg?branch=master"></a>
|
||||
<a href="https://polybar.readthedocs.io"><img src="https://readthedocs.org/projects/polybar/badge/?version=latest"></a>
|
||||
<a href="https://codecov.io/gh/jaagr/polybar/branch/master"><img src="https://codecov.io/gh/jaagr/polybar/branch/master/graph/badge.svg"></a>
|
||||
<a href="https://github.com/jaagr/polybar/blob/master/LICENSE"><img src="https://img.shields.io/github/license/jaagr/polybar.svg"></a>
|
||||
<a href="https://codecov.io/gh/polybar/polybar/branch/master"><img src="https://codecov.io/gh/polybar/polybar/branch/master/graph/badge.svg"></a>
|
||||
<a href="https://github.com/polybar/polybar/blob/master/LICENSE"><img src="https://img.shields.io/github/license/polybar/polybar.svg"></a>
|
||||
</p>
|
||||
|
||||
**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-<version>.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-<version>.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).
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
;
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
#compdef polybar
|
||||
#
|
||||
# Completion for polybar (https://github.com/jaagr/polybar)
|
||||
# Completion for polybar (https://github.com/polybar/polybar)
|
||||
# jaagr <c@rlberg.se>
|
||||
#
|
||||
_polybar() {
|
||||
|
@ -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 <c@rlberg.se>
|
||||
#
|
||||
_polybar_msg() {
|
||||
|
@ -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 <https://github.com/jaagr/polybar/wiki>`_.
|
||||
to be found on our `GitHub Wiki <https://github.com/polybar/polybar/wiki>`_.
|
||||
We will migrate the wiki content step-by-step.
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ Welcome to the official polybar documentation.
|
||||
Getting Help
|
||||
============
|
||||
|
||||
* `Polybar Wiki <https://github.com/jaagr/polybar/wiki>`_
|
||||
* `Polybar Wiki <https://github.com/polybar/polybar/wiki>`_
|
||||
* `/r/polybar <https://reddit.com/r/polybar>`_ on reddit
|
||||
* ``#polybar`` on ``chat.freenode.net``
|
||||
* `Unix & Linux StackExchange <https://unix.stackexchange.com/>`_
|
||||
|
@ -61,9 +61,9 @@ AUTHOR
|
||||
|
||||
REPORTING BUGS
|
||||
--------------
|
||||
Report issues on GitHub <https://github.com/jaagr/polybar>
|
||||
Report issues on GitHub <https://github.com/polybar/polybar>
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
| Full documentation at: <https://github.com/jaagr/polybar>
|
||||
| Project wiki: <https://github.com/jaagr/polybar/wiki>
|
||||
| Full documentation at: <https://github.com/polybar/polybar>
|
||||
| Project wiki: <https://github.com/polybar/polybar/wiki>
|
||||
|
Loading…
Reference in New Issue
Block a user