emacs/var/elfeed/db/data/14/147afaa90795cca0c5e14ac64fd33924df635fe2
2022-01-03 12:49:32 -06:00

21 lines
932 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Raw link: <a href="https://www.youtube.com/watch?v=P3NrBfbTL_c">https://www.youtube.com/watch?v=P3NrBfbTL_c</a></p>
<p>In this screen cast I demonstrate three scripts I have developed for
setting my custom desktop sessions wallpaper.</p>
<ul>
<li><code>sbg</code> is a CLI tool that accepts the path to a single image file as an
argument. All it does is set that file as the new wallpaper.</li>
<li><code>sbgmenu</code> is a <code>dmenu</code> interface with two modes: (i) viewing images,
(ii) setting a wallpaper. Everything is still text-based.</li>
<li><code>nbm</code> follows a graphical approach. It presents an image grid where
the user can enlarge an image and mark the one intended as the new
wallpaper.</li>
</ul>
<p>All scripts as well as the entire desktop session are part of <a href="https://gitlab.com/protesilaos/dotfiles">my
dotfiles</a>.</p>