From 151eb35e7aa755693b1d5e75dc7a5e951842574a Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 25 Aug 2016 23:39:50 +0200 Subject: README.rst: Adding information regarding the conky@ user service. --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.rst b/README.rst index 1aba7bf..146534c 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,22 @@ ______________ systemctl --user start compton systemctl --user enable compton +conky@ --user +______________ +| The |conky| user service needs a properly exported *$DISPLAY* variable to work. You can set this in your |systemd-user.conf|: + + .. code:: ini + + DefaultEnvironment=DISPLAY=:0 + +| The |conky| user service starts conky scripts by name. This means, the word after the *@* directly relates to configuration files in your conky configuration directory (*~/.config/conky/*) +| You can start and enable it like any other systemd user service, by supplying it with a configuration file name: + + .. code:: bash + + systemctl --user start conky@my-configuration-name + systemctl --user enable conky@my-configuration-name + cpupower-rt ___________ | The cpupower package on |arch_linux| has been |cpupower_feature_request|, to allow easier appliance of CPU settings based on other profiles, than the system's default. @@ -305,6 +321,10 @@ ______________ compton +.. |conky| raw:: html + + conky + .. |real-time_kernel| raw:: html real-time kernel -- cgit v1.2.3