arrayinamatrix.xyz/index/about/rice/index.html
2022-05-12 22:39:33 -04:00

51 lines
1.8 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="../../../style/style.css" />
<link rel="icon" type="image/x-icon" href="../../../res/site/icons/favicon.ico">
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Desktop Rice</h1>
<h2 class="project-tagline"></h2>
<a href="../../../" class="btn">Home</a>
<a href="../" class="btn">about</a>
</header>
<main id="content" class="main-content" role="main">
<h3><a href="https://jie-fang.github.io/blog/basics-of-ricing">What is Ricing?</a></h3>
Ricing is just customizing your operating system to look a certain way or follow a theme. You can see other
people's desktop rices <a href="https://www.reddit.com/r/unixporn/">here</a>. My dotfiles are <a
href="https://github.com/array-in-a-matrix/dotfiles">here</a>.
<h4>My system looks like this:</h4>
<div class="zoom">
<a href="../../../res/site/images/KDE-rice.png"><img src="../../../res/site/images/KDE-rice.png"
alt="KDE desktop on Arch Linux."></a>
</div>
<h4>And looks like this:</h4>
<div class="zoom">
<a href="../../../res/site/images/SwayWM-rice.png"><img src="../../../res/site/images/SwayWM-rice.png"
alt="3 images of the Sway window manager (using pywal) on Arch Linux."></a>
</div>
<code>
This is a two monitor setup.
</code>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>