{"id":1316,"date":"2021-12-16T12:37:50","date_gmt":"2021-12-16T09:37:50","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/09\/17\/get-healthy-reminders-on-the-linux-desktop-using-stretchly\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/09\/17\/get-healthy-reminders-on-the-linux-desktop-using-stretchly\/"},"modified":"2021-12-16T12:37:50","modified_gmt":"2021-12-16T09:37:50","slug":"get-healthy-reminders-on-the-linux-desktop-using-stretchly","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1316-get-healthy-reminders-on-the-linux-desktop-using-stretchly\/","title":{"rendered":"Get healthy reminders on the Linux desktop using Stretchly"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Stretchly is an app that you can install on the Linux desktop to remind you to stand up, stretch and relax while working. In this guide, we\u2019ll show you how to install Stretchly and how to use it too.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407554 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly.png\" alt=\"\" width=\"1200\" height=\"672\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-4.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-5.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-6.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing Stretchly on Linux<\/h2>\n<p>Stretchly supports Linux quite well and supports a wide variety of distributions. To use this application, ensure you\u2019re using Ubuntu, Debian, Arch Linux, Fedora, or OpenSUSE Linux.<\/p>\n<p>Stretchly is distributed via the project\u2019s GitHub page in downloadable package formats. To start the installation on your computer, open up a terminal window on the Linux desktop. Then, follow the installation instructions outlined below that corresponds with the Linux operating system you currently use.<\/p>\n<h4>Ubuntu<\/h4>\n<p>To install Stretchly on Ubuntu, start by downloading the latest DEB package to your computer. Using the <strong>wget<\/strong> command below, start the download process.<\/p>\n<pre>\nwget https:\/\/github.com\/hovancik\/stretchly\/releases\/download\/v1.7.0\/Stretchly_1.7.0_amd64.deb\n<\/pre>\n<p>After downloading the Stretchly DEB package file to your Ubuntu computer, the installation can begin. Using the <strong>apt install<\/strong> command, set up Stretchly on Ubuntu.<\/p>\n<pre>\nsudo apt install .\/Stretchly_1.7.0_amd64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>To use Stretchly on Debian, you\u2019ll have to download the latest release of the Stretchly DEB package to your computer and install it. You can download the package to your computer using the <strong>wget<\/strong> command below.<\/p>\n<pre>\nwget https:\/\/github.com\/hovancik\/stretchly\/releases\/download\/v1.7.0\/Stretchly_1.7.0_amd64.deb\n<\/pre>\n<p>Once the Stretchly DEB package is downloaded to your computer, the installation can begin. Using the <strong>dpkg<\/strong> command below, set up the latest release of Stretchly on your system.<\/p>\n<pre>\nsudo dpkg -i Stretchly_1.7.0_amd64.deb\n<\/pre>\n<p>Now that the Stretchly DEB package is set up on your computer, you\u2019ll need to correct any dependency issues that happened during the installation process. To do this, enter the <strong>sudo apt-get install<\/strong> -f.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>The Stretchly app is officially supported on Arch Linux by the developers through a Pacman package file. To get it working on your computer, start by downloading the Pacman package to your computer using <strong>wget<\/strong>.<\/p>\n<pre>\nwget https:\/\/github.com\/hovancik\/stretchly\/releases\/download\/v1.7.0\/Stretchly-1.7.0.pacman\n<\/pre>\n<p>After downloading the Stretchly Pacman package file to your computer, the installation can begin. Using the <strong>pacman -U<\/strong> command below, install the software to your computer.<\/p>\n<pre>\nsudo pacman -U Stretchly-1.7.0.pacman\n<\/pre>\n<h4>Fedora<\/h4>\n<p>To use Stretchly on Fedora, you\u2019ll have to download the latest Stretchly RPM package file to your computer. To download the RPM file to your computer, use the following <strong>wget<\/strong> download command below.<\/p>\n<pre>\nwget https:\/\/github.com\/hovancik\/stretchly\/releases\/download\/v1.7.0\/Stretchly-1.7.0.x86_64.rpm\n<\/pre>\n<p>Once the package file has finished downloading to your computer, the installation can begin. Using the <strong>dnf install<\/strong> command below, set up Stretchly on your Fedora Linux PC.<\/p>\n<pre>\nsudo dnf install Stretchly-1.7.0.x86_64.rpm\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>OpenSUSE Linux users can install the Stretchly application via a downloadable RPM package. To get your hands on it, use the following <strong>wget<\/strong> download command in a terminal window.<\/p>\n<pre>\nwget https:\/\/github.com\/hovancik\/stretchly\/releases\/download\/v1.7.0\/Stretchly-1.7.0.x86_64.rpm\n<\/pre>\n<p>After downloading the Stretchly RPM package file to your computer, the installation of the app can begin. Using the <strong>zypper install<\/strong> command below, set up Stretchly on your Linux PC.<\/p>\n<pre>\nsudo zypper install Stretchly-1.7.0.x86_64.rpm\n<\/pre>\n<h2>How to use Stretchly<\/h2>\n<p>To use Stretchly on the Linux desktop, start off by opening up the app. You can open up the app on your Linux desktop by searching for \u201cStretchly\u201d in the applications menu. When you\u2019ve launched the app, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:\u00a0<\/strong> There are tons of languages to choose from. Each of the languages is represented by country flags. Using the UI, select the language you prefer to use Stretchly in.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407557 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-1.png\" alt=\"\" width=\"1200\" height=\"571\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-7.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-8.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-9.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> After selecting your language, find the \u201cOpen preferences\u201d button and select it with the mouse. From here, you\u2019ll see the Stretchly app settings. In this window, find the \u201cSchedule\u201d section, and click on it with the mouse.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407556 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-2.png\" alt=\"\" width=\"1200\" height=\"677\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-2.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-10.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-11.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-12.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 3:<\/strong> In the \u201cSchedule\u201d area, you\u2019ll see your break schedule. It has \u201cmini breaks,\u201d which are a 20-second break every 10 minutes. You\u2019ll also have long breaks, which is set for a 5 minute break every \u201c30 minutes.\u201d<\/p>\n<p>Look through \u201cmini breaks\u201d and define how long (or short) you wish your breaks to be. Do the same thing for the \u201cEvery\u201d section as well.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407555 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-3.png\" alt=\"\" width=\"1200\" height=\"645\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-3.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-13.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-14.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-15.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 4:<\/strong> Once you\u2019ve defined your \u201cmini breaks\u201d in the \u201cSchedule\u201d section of Stretchly, it is time to define your \u201clong breaks.\u201d Using the slider, determine how long (or short) your long breaks should be. Then, modify the \u201cEvery\u201d slider to your liking.<\/p>\n<p>When you\u2019ve set your Stretchly preferences, close the window by clicking the X. When you close this window, Stretchly will still be running, and it will appear to remind you to get up and take a stretch at times you\u2019ve configured in the \u201cPreferences\u201d window in steps 3-4.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407554 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly.png\" alt=\"\" width=\"1200\" height=\"672\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-4.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-5.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/get-healthy-reminders-on-the-linux-desktop-using-stretchly-6.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Stretchly is an app that you can install on the Linux desktop to remind you to stand up, stretch and relax while working. In this guide, we\u2019ll show you how to install Stretchly and how to use it too. Installing Stretchly on Linux Stretchly supports Linux quite well and supports a wide variety &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1317,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1316"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1316"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1316\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1317"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1316"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1316"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}