<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[Freedom Tech]]></title>
        <description><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></description>
        <link>https://freedomtech.npub.pro/tag/randomwallpaper/</link>
        <atom:link href="https://freedomtech.npub.pro/tag/randomwallpaper/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://freedomtech.npub.pro/tag/randomwallpaper/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
        <itunes:subtitle><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[Freedom Tech]]></itunes:name>
          <itunes:email><![CDATA[Freedom Tech]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Thu, 27 Jun 2024 20:29:43 GMT</pubDate>
      <lastBuildDate>Thu, 27 Jun 2024 20:29:43 GMT</lastBuildDate>
      
      <itunes:image href="https://m.primal.net/IFWY.png" />
      <image>
        <title><![CDATA[Freedom Tech]]></title>
        <link>https://freedomtech.npub.pro/tag/randomwallpaper/</link>
        <url>https://m.primal.net/IFWY.png</url>
      </image>
      <item>
      <title><![CDATA[Use Cronjobs]]></title>
      <description><![CDATA[Use Cronjobs

To Set Random Wallpaper from UnSplash

To get a random pictures from UnSplash using keywords, and then set the pictures as wallpapers in Cinnamon or Mate,  you can use a script file, and call it with crontab.

This website explains how:

For Cinnamon Desktop

In addition to what…]]></description>
             <itunes:subtitle><![CDATA[Use Cronjobs

To Set Random Wallpaper from UnSplash

To get a random pictures from UnSplash using keywords, and then set the pictures as wallpapers in Cinnamon or Mate,  you can use a script file, and call it with crontab.

This website explains how:

For Cinnamon Desktop

In addition to what…]]></itunes:subtitle>
      <pubDate>Thu, 27 Jun 2024 20:29:43 GMT</pubDate>
      <link>https://freedomtech.npub.pro/post/note16qcvkwlqrwh7ewez33j333vxw4f0uqxz496u33hpqfl7gxp3vg3stp24aj/</link>
      <comments>https://freedomtech.npub.pro/post/note16qcvkwlqrwh7ewez33j333vxw4f0uqxz496u33hpqfl7gxp3vg3stp24aj/</comments>
      <guid isPermaLink="false">note16qcvkwlqrwh7ewez33j333vxw4f0uqxz496u33hpqfl7gxp3vg3stp24aj</guid>
      <category>CronJob</category>
      
        <media:content url="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note16qcvkwlqrwh7ewez33j333vxw4f0uqxz496u33hpqfl7gxp3vg3stp24aj</noteId>
      <npub>npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l</npub>
      <dc:creator><![CDATA[Freedom Tech]]></dc:creator>
      <content:encoded><![CDATA[<p><a href="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg"></a><br><br># Use Cronjobs<br>### To Set Random Wallpaper from UnSplash<br><br>To get a random pictures from UnSplash using keywords, and then set the pictures as wallpapers in Cinnamon or Mate,  you can use a script file, and call it with crontab.<br><br>This <a href="https://youness.net/linux/set-random-wallpapers-unsplash-com-ubuntu">website</a> explains how:<br><br><br>### For Cinnamon Desktop<br>In addition to what the website says, modify the unsplash.sh like this to get smooth wallpaper transition:<br>(Replace <strong><code>water,nature</code></strong> with your own keywords)<br><code>&lt;br&gt;#!/bin/bash&lt;br&gt;wget -O /var/tmp/wallpaper-temp.jpg https://source.unsplash.com/1920x1080/?water,nature&lt;br&gt;&lt;br&gt;mv /var/tmp/wallpaper-temp.jpg /var/tmp/wallpaper.jpg&lt;br&gt;&lt;br&gt;gconftool set org.cinnamon.desktop.background picture-uri 'file:///var/tmp/wallpaper.jpg'&lt;br&gt;</code><br><br>Type this command:<br><code>&lt;br&gt;crontab -e&lt;br&gt;</code><br>Add this line to run script every 5 mins.:<br><code>&lt;br&gt;*/5 * * * * /bin/unsplash.sh&lt;br&gt;</code><br><br>Restart cron<br><code>&lt;br&gt;sudo service cron reload&lt;br&gt;</code><br><br>### For Mate Desktop<br>Use this command in the script instead of the Cinnamon command above:<br><code>&lt;br&gt;settings set org.mate.background picture-file '/var/tmp/wallpaper.jpg'&lt;br&gt;</code><br><br><a href="https://nostr.at/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l">⚡️ Follow Freedom Tech</a> <br><br><a href='/tag/cronjob/'>#CronJob</a> <a href='/tag/randomwallpaper/'>#RandomWallpaper</a> <a href='/tag/cinnamondesktop/'>#CinnamonDesktop</a> <a href='/tag/matedesktop/'>#MateDesktop</a><br><a href='/tag/linux/'>#Linux</a> <a href='/tag/freedomtech/'>#FreedomTech</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
      <itunes:summary><![CDATA[<p><a href="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg" class="vbx-media" target="_blank"><img class="venobox" src="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg"></a><br><br># Use Cronjobs<br>### To Set Random Wallpaper from UnSplash<br><br>To get a random pictures from UnSplash using keywords, and then set the pictures as wallpapers in Cinnamon or Mate,  you can use a script file, and call it with crontab.<br><br>This <a href="https://youness.net/linux/set-random-wallpapers-unsplash-com-ubuntu">website</a> explains how:<br><br><br>### For Cinnamon Desktop<br>In addition to what the website says, modify the unsplash.sh like this to get smooth wallpaper transition:<br>(Replace <strong><code>water,nature</code></strong> with your own keywords)<br><code>&lt;br&gt;#!/bin/bash&lt;br&gt;wget -O /var/tmp/wallpaper-temp.jpg https://source.unsplash.com/1920x1080/?water,nature&lt;br&gt;&lt;br&gt;mv /var/tmp/wallpaper-temp.jpg /var/tmp/wallpaper.jpg&lt;br&gt;&lt;br&gt;gconftool set org.cinnamon.desktop.background picture-uri 'file:///var/tmp/wallpaper.jpg'&lt;br&gt;</code><br><br>Type this command:<br><code>&lt;br&gt;crontab -e&lt;br&gt;</code><br>Add this line to run script every 5 mins.:<br><code>&lt;br&gt;*/5 * * * * /bin/unsplash.sh&lt;br&gt;</code><br><br>Restart cron<br><code>&lt;br&gt;sudo service cron reload&lt;br&gt;</code><br><br>### For Mate Desktop<br>Use this command in the script instead of the Cinnamon command above:<br><code>&lt;br&gt;settings set org.mate.background picture-file '/var/tmp/wallpaper.jpg'&lt;br&gt;</code><br><br><a href="https://nostr.at/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l">⚡️ Follow Freedom Tech</a> <br><br><a href='/tag/cronjob/'>#CronJob</a> <a href='/tag/randomwallpaper/'>#RandomWallpaper</a> <a href='/tag/cinnamondesktop/'>#CinnamonDesktop</a> <a href='/tag/matedesktop/'>#MateDesktop</a><br><a href='/tag/linux/'>#Linux</a> <a href='/tag/freedomtech/'>#FreedomTech</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/de27992430ee97a1443cbd141abae191b4ddb9411772077b56e25bfc8eabd123.jpg"/>
      </item>
      
      </channel>
      </rss>
    