Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
panel-plugins:xfce4-time-out-plugin:start [2019/11/12 00:28] – removed kevinbowenpanel-plugins:xfce4-time-out-plugin:start [2023/07/02 10:04] (current) kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +====== xfce4-time-out-plugin - Time Out ======
  
 +Xfce4-time-out-plugin makes it possible to take periodical breaks from the computer at user-configurable intervals (specified in minutes and seconds). During breaks it suspends your screen (for a time period that is also configurable), preventing user input. It optionally allows you to postpone breaks for a certain time.
 +
 +The idea is inherited from [[https://wiki.gnome.org/Attic/drwright|DrWright]], a plugin originating with GNOME. 
 +
 +  * **[[#Screenshots|Screenshots]]**
 +  * **[[#Required Packages|Required Packages]]**
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
 +
 +----
 +
 +===== Usage =====
 +
 +In the properties dialog you have several options to configure the plugin. You can define
 +
 +  * the duration (length) of each break (default: 5 minutes)
 +  * the time between breaks (default: 30 minutes)
 +  * the postpone time (default: 2 minutes)
 +  * whether to allow breaks to be postponed
 +  * whether to display seconds in the panel
 +  * whether to display hours in the panel
 +  * whether to display the remaining time until the next break at all
 +
 +The plugin also offers a context menu which makes it possible to
 +
 +  * deactivate the plugin easily
 +  * take a break instantly
 +
 +----
 +
 +===== Screenshots =====
 +
 +==== Adding the plugin to the panel ====
 +
 +{{:panel-plugins:time_out-add-20110120.png|:projects:panel-plugins:time_out-add-20110120.png}}
 +
 +==== Plugin configuration ====
 +
 +{{:panel-plugins:time_out-properties-20110120.png|:projects:panel-plugins:time_out-properties-20110120.png}}
 +
 +==== How the plugin looks normally ====
 +
 +{{:panel-plugins:time_out-panel-20110120.png|:projects:panel-plugins:time_out-panel-20110120.png}}
 +
 +==== Plugin context menu ====
 +
 +{{:panel-plugins:time_out-cm-20110120.png|:projects:panel-plugins:time_out-cm-20110120.png}}
 +
 +==== Locked screen during breaks ====
 +
 +{{:panel-plugins:time_out-locked-20110120.png?300|:projects:panel-plugins:time_out-locked-20110120.png}}
 +
 +[[|Back To Top]]
 +----
 +
 +===== Required Packages =====
 +
 +  * [[https://www.gtk.org|GTK+-3.0]]
 +  * [[https://gitlab.xfce.org/xfce/libxfce4util|libxfce4util]]
 +  * [[https://gitlab.xfce.org/xfce/xfce4-panel|xfce4-panel]]
 +
 +For detailed information on the minimum required versions, check the [[https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin/-/blob/master/configure.ac.in|configure.ac.in]] file.
 +
 +----
 +
 +===== Latest Release =====
 +
 +{{rss>https://archive.xfce.org/feeds/project/xfce4-time-out-plugin 1 date 2h}}
 +
 +[[https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin/-/blob/master/NEWS|Read the CHANGELOG]]
 +
 +  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/|Download current release]]** (link also contains older versions)
 +
 +[[|Back to Top]]
 +----
 +
 +===== Source code repository =====
 +
 +[[https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin]]
 +
 +----
 +
 +===== Reporting Bugs =====
 +
 +  * **[[:panel-plugins:xfce4-time-out-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
 +
 +[[|Back To Top]]
 +----
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]