From e326e848dc9e065af2cb4a324e3ebcf98ad9fb33 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 19 Jul 2025 16:22:15 +0200 Subject: Added cwm and conky setup note --- ...025-07-19-minimal-desktop-with-cwm-and-conky.md | 24 +++++++++++++++++++++ static/assets/notes/cwm.png | Bin 0 -> 583094 bytes templates/base.html | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 content/notes/2025-07-19-minimal-desktop-with-cwm-and-conky.md create mode 100644 static/assets/notes/cwm.png diff --git a/content/notes/2025-07-19-minimal-desktop-with-cwm-and-conky.md b/content/notes/2025-07-19-minimal-desktop-with-cwm-and-conky.md new file mode 100644 index 0000000..8b084cf --- /dev/null +++ b/content/notes/2025-07-19-minimal-desktop-with-cwm-and-conky.md @@ -0,0 +1,24 @@ +--- +title: Minimal desktop setup with cwm and conky +url: minimal-desktop-with-cwm-and-conky.html +date: 2025-07-19T16:13:13+02:00 +type: note +draft: false +tags: [] +--- + +![cwm and conky](assets/notes/cwm.png?no-border) + +Configuration for the setup in the picture is located within commit [d29a085](https://github.com/mitjafelicijan/dotfiles/tree/d29a085e2f2fb35a81b50b7ce213d2a11eddd826). + +Important files to check: + +- [.cwmrc](https://github.com/mitjafelicijan/dotfiles/blob/d29a085e2f2fb35a81b50b7ce213d2a11eddd826/.cwmrc) +- [.conkyrc](https://github.com/mitjafelicijan/dotfiles/blob/d29a085e2f2fb35a81b50b7ce213d2a11eddd826/.conkyrc) + +Other files are not important. + +Read more: + +- [cwm (Calm Window Manager)](https://man.openbsd.org/cwm.1) +- [conky (Light-weight system monitor)](https://github.com/brndnmtthws/conky) \ No newline at end of file diff --git a/static/assets/notes/cwm.png b/static/assets/notes/cwm.png new file mode 100644 index 0000000..c1a514b Binary files /dev/null and b/static/assets/notes/cwm.png differ diff --git a/templates/base.html b/templates/base.html index 8daed28..585237f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,7 +68,7 @@ img, video, audio { max-width: 100%; } figure { display: flex; justify-content: center; margin: 2.5em 0; } img, video { border: var(--border-width) solid var(--primary-color); padding: 0.5em; } - img.no-border, video.no-border { border: 0; padding: 0; } + img.no-border, video.no-border, img[src$="?no-border"] { border: 0; padding: 0; } pre { background: var(--code-color)!important; border: var(--border-width) solid var(--primary-color); text-wrap: wrap; padding: 1.0em; line-height: 170%; text-wrap: nowrap; overflow-x: auto; } code { background: var(--code-color); padding: 0 0.2em; } -- cgit v1.2.3