<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vimix gtk Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/vimix-gtk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:42:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Install Vimix GTK Theme on Linux</title>
		<link>https://www.osradar.com/install-vimix-gtk-theme-on-linux/</link>
					<comments>https://www.osradar.com/install-vimix-gtk-theme-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sun, 13 May 2018 02:41:44 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gtk theme]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[vimix]]></category>
		<category><![CDATA[vimix gtk]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3051</guid>

					<description><![CDATA[<p>Theming – one of my most favorite things I love to do with my Linux. I love to change my theme periodically for getting the fresh feel all the time. It’s highly likely that you’re running GTK+ as your system’s theme engine. Among all the available GTK+ themes with flat, material design, Vimix is one [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vimix-gtk-theme-on-linux/">Install Vimix GTK Theme on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Theming – one of my most favorite things I love to do with my Linux. I love to change my theme periodically for getting the fresh feel all the time. It’s highly likely that you’re running GTK+ as your system’s theme engine. Among all the available GTK+ themes with flat, material design, Vimix is one of the best and classic ones. I’ve just switched from it and find it extremely exciting &amp; cool.</p>
<p>Let’s get started in installing Vimix in our systems.</p>
<h3>Dependencies</h3>
<p>Before we proceed with the installation of the theme, we need to install a few dependencies beforehand so that nothing goes wrong. Run the command(s) in the terminal of your Linux distro accordingly.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre>sudo apt install gtk2-engines-murrine gtk2-engines-pixbuf git</pre>
<ul>
<li>Debian</li>
</ul>
<pre>sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf git</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre>sudo zypper install gtk-murrine-engine gtk2-engines git</pre>
<ul>
<li>Fedora</li>
</ul>
<pre>sudo dnf install gtk-murrine-engine gtk2-engines git</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre>sudo pacman -S gtk-engine-murrine gtk-engines git</pre>
<p>If your Linux distro wasn’t on the list, make sure that you install “gtk2-engines-murrine”, “gtk-engines” or “gtk2-engines” and “git” for your distro.</p>
<h3>Installing Vimix</h3>
<p>Now, it’s time to transform your Linux distro into the best materialistic. Thankfully, Vimix comes up with automated installation system. All you need is let the software do its work.</p>
<p>Run these commands in the terminal –</p>
<pre>git clone https://github.com/vinceliuice/vimix-gtk-themes.git
cd vimix-gtk-themes

sudo ./Install</pre>
<h3><img loading="lazy" class="size-full wp-image-3053 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure.png" alt="" width="1200" height="675" srcset="https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure.png 1200w, https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/VIMIX-settings-configure-747x420.png 747w" sizes="(max-width: 1200px) 100vw, 1200px" /></h3>
<h3>Uninstalling the theme</h3>
<p>It’s good to know how to uninstall the theme in case you change your heart. The uninstallation process is a bit messy because devs didn’t include any uninstallation script. Run these commands in the terminal –</p>
<pre>sudo su
cd /usr/share/themes/
rm -rf Vimix-Dark*

rm -rf Vimix-*</pre>
<p>Voila! Enjoy the most awesome theme on Linux!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vimix-gtk-theme-on-linux/">Install Vimix GTK Theme on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-vimix-gtk-theme-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
