1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Tóth János
b0cb25059b Implement -U for NetBSD.
Tested on NetBSD 10.
Takes part of #2072.
2024-12-11 18:34:59 +01:00
Tóth János
4b33da95a8
Implement -U for Haiku. (#2079)
* Implement `-U` for Haiku.

This patch also fixes a compilation error on Haiku.

Compiled with `cmake -DBUILD_X11=FALSE ..`

Tested on Haiku-r1beta5.
Takes part of #2072.

* Revert `common.cc`.

A cross-platform solution is already implemented in #2080.
This PR will be rebased *after* the OpenBSD fix was merged.

* Haiku: Remove `wordexp.h`.

Use the `to_real_path()` used for OpenBSD.

* Haiku: Remove `HAIKU_HOME_DIR`.

It was not used.
2024-11-29 08:14:05 -05:00
Tóth János
a0ee703ee2 Implement -U for FreeBSD.
Tested on FreeBSD 14.1.
Takes part of #2072.
2024-11-13 07:38:00 -05:00
Tin Švagelj
3ed65249be Hide U flag altogether if not on Linux
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-11-05 12:13:24 -05:00
Tóth János
0a5530a670 Implement -U.
If this argument is provided Conky won't start if another Conky process
is already running.
2024-11-05 12:13:24 -05:00
Brenden Matthews
186f2162d7
Fix dates in man page. 2022-10-16 12:15:10 -05:00
Gene Carlson
4473af9ed4 Fix man page formatting. 2022-10-12 11:19:43 -04:00
Brenden Matthews
5d22723937 Refactor docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews
46263caf6a Doc fixes, remove cmake docbook stuff. 2022-09-30 18:21:24 -04:00
Brenden Matthews
47ad3f9982 Refactor docs, make a new website.
* Docs have been migrated from docbook to yaml + jinja2 + pandoc
* Created a new (basic) website for docs based on React + Tailwinds
2022-09-30 18:21:24 -04:00