<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Atmosphere on Raven's Blog | Linux and IT</title><link>https://r4ven.me/en/tags/atmosphere/</link><description>Recent content in Atmosphere on Raven's Blog | Linux and IT</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 30 Dec 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/en/tags/atmosphere/index.xml" rel="self" type="application/rss+xml"/><item><title>Xsnow — Falling Snow on Your Linux Desktop</title><link>https://r4ven.me/en/software/xsnow-padayushhij-sneg-na-vashem-rabochem-stole-linux/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://r4ven.me/en/software/xsnow-padayushhij-sneg-na-vashem-rabochem-stole-linux/</guid><description>&lt;div
 class="alert alert-warning my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-warning) 10%, transparent);
 border-left-color: var(--color-warning);
 --hover-bg: color-mix(in srgb, var(--color-warning) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-warning) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-warning-1-title"&gt;

 
 
 &lt;div
 class=" flex items-center justify-between px-6 py-4"
 &gt;
 &lt;div class="flex items-center gap-3"&gt;
 
 &lt;h5
 id="alert-warning-1-title"
 class="m-0 font-semibold text-foreground/90"&gt;
 ⚠️ Warning
 &lt;/h5&gt;
 &lt;/div&gt;

 
 
 &lt;/div&gt;
 

 
 &lt;div
 id="alert-warning-1-content"
 class="alert-content
 
 px-6 pb-6
 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;The software has, for some reason, become politicized. Debian maintainers ignore this fact. Just keep it in mind.&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;script&gt;
function toggleAlert(alertId) {
 const content = document.getElementById(alertId + '-content');
 const chevron = document.getElementById(alertId + '-chevron');
 const header = document.querySelector(`[aria-controls="${alertId}-content"]`);
 
 if (!content) return;
 
 if (content.classList.contains('hidden')) {
 content.classList.remove('hidden');
 if (chevron) chevron.style.transform = 'rotate(0deg)';
 if (header) header.setAttribute('aria-expanded', 'true');
 } else {
 content.classList.add('hidden');
 if (chevron) chevron.style.transform = 'rotate(-90deg)';
 if (header) header.setAttribute('aria-expanded', 'false');
 }
}


if (document.readyState === 'loading') {
 document.addEventListener('DOMContentLoaded', function() {
 
 console.log('Alerts initialized');
 });
} else {
 
 console.log('Alerts ready');
}
&lt;/script&gt;



&lt;strong&gt;Greetings! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Today&amp;rsquo;s post is a bit of a themed one: how to create a New Year mood with a snowstorm on your Linux computer&amp;rsquo;s desktop. We&amp;rsquo;ll talk about an open source utility — &lt;strong&gt;Xsnow&lt;/strong&gt;. As tradition dictates, we&amp;rsquo;ll install and configure it on Linux Mint)&lt;/p&gt;</description></item></channel></rss>