mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Update README.md
This commit is contained in:
parent
f02cb2ad07
commit
11a823afa9
@ -53,12 +53,13 @@ latest version of Conky, you can use the AppImage or the Nix flake.
|
|||||||
|
|
||||||
To try the AppImage, head to
|
To try the AppImage, head to
|
||||||
<https://github.com/brndnmtthws/conky/releases/latest> and fetch the latest
|
<https://github.com/brndnmtthws/conky/releases/latest> and fetch the latest
|
||||||
AppImage.
|
AppImage. You'll need to set the executable bit, then you can create a conkyrc,
|
||||||
|
and run it as follows:
|
||||||
|
|
||||||
```ShellSession
|
```ShellSession
|
||||||
chmod +x ./conky-*.AppImage
|
chmod +x ./conky-*.AppImage # make it executable
|
||||||
./conky-*.AppImage -C > ~/.conkyrc
|
./conky-*.AppImage -C > ~/.conkyrc # create a default config
|
||||||
./conky-*.AppImage
|
./conky-*.AppImage # run
|
||||||
```
|
```
|
||||||
|
|
||||||
And that's it! [Check out the Wiki](https://github.com/brndnmtthws/conky/wiki) for more details on configuring Conky.
|
And that's it! [Check out the Wiki](https://github.com/brndnmtthws/conky/wiki) for more details on configuring Conky.
|
||||||
|
Loading…
Reference in New Issue
Block a user