diff --git a/content/post/2020/11/desktop-screenshots-of-olde.md b/content/post/2020/11/desktop-screenshots-of-olde.md index e316ea2e..47413633 100644 --- a/content/post/2020/11/desktop-screenshots-of-olde.md +++ b/content/post/2020/11/desktop-screenshots-of-olde.md @@ -3,6 +3,7 @@ title: 'Personal Desktop Screenshots of Olde' subtitle: 'The result of HDD Treasure diving' tags: - linux + - macos categories: - software date: 2020-11-01 diff --git a/content/post/2022/10/my-desktop-is-dull-thanks-to-macos.md b/content/post/2022/10/my-desktop-is-dull-thanks-to-macos.md new file mode 100644 index 00000000..5a69794f --- /dev/null +++ b/content/post/2022/10/my-desktop-is-dull-thanks-to-macos.md @@ -0,0 +1,32 @@ +--- +title: My Desktop Is Dull Thanks To MacOS +date: 2022-10-15T09:50:00+02:00 +categories: + - software +tags: + - macos +--- + +My desktop lacks sparkles, silliness, and a general evocation of _fun_. I've been wondering why, and came to the conclusion that the culprit is MacOS itself. At the moment, my computer desktop looks like this: + +![](../desktop.jpg "OSX 12.2, 10/2022") + +Besides the (temporary) mess---game screenshots I still need to archive and a few papers I dumped on there---That's very much _not_ that different compared to the screenshot I took when I was about to throw out the old 2012 MacBbook Air; see my earlier article [desktop screenshots of olde](/post/2020/11/desktop-screenshots-of-olde/). I cheated a little by including Obsidian since that comes with custom themes. + +Take a moment to glance over [my old desktops from 2004](/post/2020/11/desktop-screenshots-of-olde/) when I was still running Linux/FreeBSD/WinXP. All those OSes had something in common: it was easy to change a window manager, and thus a theme. Even in Windows, this was easy: a lot of talented DeviantArt folks created dedicated themes that were easy to install. Remember _Windows 95 Plus! Desktop Themes_? The mouse pointer that became a buzzing bee---or was it a wasp?---(jungle theme) or a painting (Da Vinci theme), or a magnifying glass (spooky investigation theme)? It's even possible to transform [Windows 10 to inject a Win95 Plus! vibe](https://www.pcgamer.com/windows-95-theme-for-windows-10/). + +On Winodws, I've used [WindowBlinds](https://www.stardock.com/products/windowblinds/) for years, and amazingly, it's still around for Windows 10 and 11! + +On \*NIX, I ran [Fvwm](https://www.fvwm.org/), which is extremely customizable but by default extremely ugly. And then [Xfce](https://xfce.org/) came along. But what stands out is that when you search for "MacOS theme", you get all kinds of results that help you transform your \*NIX WM or Windows environment into a MacOS clone. I distinctly remember trying to emulate the big and then cool looking Mac Doc icons and zoom animations on Fvwm. + +But now, I want to do the other way around! Where is the Shapeshifter or [ThemePark](https://www.geekspiff.com/software/themepark.1.html) Mac software for OSX 12+? All I found was a dicey GitHub project called [PaintCan](https://github.com/MacEnhance/PaintCan) and a theme [called Siro](https://forums.macrumors.com/threads/system-theme-siro-for-monterey.2352689/) on MacRumors---which is incomplete because suddenly we have to design both a light and dark mode. + +MacOS---being it Montery or v13, Ventura---is _boring_. It's dull. The red, orange, and green circles make me yawn. It's too clean. I want custom icons, custom handle bars, silly [system dock apps](https://www.dockapps.net/category/system) like `wmbubble` or Gnome's BubbleMon, a duck on water that visualizes CPU and memory load. [BubbleMon for OSX](https://walles.github.io/bubblemon/) exists but of course doesn't compile on ARM. I don't care for a boring stocks or weather app from Apple. + +One of the problems is of course the nature of a commercial OS: it's closed source and leaves little wiggle room to tinker with. Apple Scripts doesn't alleviate that. I appreciate automation tools, but it doesn't let me color my window title bars in bright green. To me, contemporary MacOS feels arrogant: it wears its posh iconic design with too much pride and refuses to let others in. Granted, since OSX 12, "General" settings improved by a large margin, allowing users to set accent and highlight colors and light/dark appearances. + +But that's not silly enough: it still radiates _boring!_ + +Even the file manager, Finder, is getting on my nerves. I've discovered [alternatives](https://www.macgasm.net/software/file-manager-mac/) I still need to try out, but so far, all of this is making me think of moving back to a \*NIX environment. Where tinkering was fun---and above all, possible. I know I switched to MacOS because I didn't have time to tinker anymore, and I probably still don't, but still. The problem is that I don't want to give up the performance and ease of use of the ARM-M1 chip... + +If you have customized your Mac's appearance in a way that isn't described here, please let me know! diff --git a/content/works/_index.md b/content/works/_index.md index a2153da7..6c0a3eae 100644 --- a/content/works/_index.md +++ b/content/works/_index.md @@ -4,4 +4,4 @@ type: archive icontag: bulb --- -A featured collection of crispy Brain Baked works that left the counter and was served to the world---napkin not included. Take a bite to explore the crust and crumb of these treats. +A selection of crispy Brain Baked works that left the counter and was served to the world---napkin not included. Take a bite to explore the crust and crumb of these treats. diff --git a/static/post/2022/10/desktop.jpg b/static/post/2022/10/desktop.jpg new file mode 100644 index 00000000..8653514b Binary files /dev/null and b/static/post/2022/10/desktop.jpg differ