diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-19 16:22:15 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-19 16:22:15 +0200 |
| commit | e326e848dc9e065af2cb4a324e3ebcf98ad9fb33 (patch) | |
| tree | ee3a8ad86d42443cc720491fd64550a7dd6c8b30 /content/notes | |
| parent | 48a3c2e6b49cbdecc492cdc999b8cfdd71625399 (diff) | |
| download | mitjafelicijan.com-e326e848dc9e065af2cb4a324e3ebcf98ad9fb33.tar.gz | |
Added cwm and conky setup note
Diffstat (limited to 'content/notes')
| -rw-r--r-- | content/notes/2025-07-19-minimal-desktop-with-cwm-and-conky.md | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | --- | ||
| 2 | title: Minimal desktop setup with cwm and conky | ||
| 3 | url: minimal-desktop-with-cwm-and-conky.html | ||
| 4 | date: 2025-07-19T16:13:13+02:00 | ||
| 5 | type: note | ||
| 6 | draft: false | ||
| 7 | tags: [] | ||
| 8 | --- | ||
| 9 | |||
| 10 |  | ||
| 11 | |||
| 12 | Configuration for the setup in the picture is located within commit [d29a085](https://github.com/mitjafelicijan/dotfiles/tree/d29a085e2f2fb35a81b50b7ce213d2a11eddd826). | ||
| 13 | |||
| 14 | Important files to check: | ||
| 15 | |||
| 16 | - [.cwmrc](https://github.com/mitjafelicijan/dotfiles/blob/d29a085e2f2fb35a81b50b7ce213d2a11eddd826/.cwmrc) | ||
| 17 | - [.conkyrc](https://github.com/mitjafelicijan/dotfiles/blob/d29a085e2f2fb35a81b50b7ce213d2a11eddd826/.conkyrc) | ||
| 18 | |||
| 19 | Other files are not important. | ||
| 20 | |||
| 21 | Read more: | ||
| 22 | |||
| 23 | - [cwm (Calm Window Manager)](https://man.openbsd.org/cwm.1) | ||
| 24 | - [conky (Light-weight system monitor)](https://github.com/brndnmtthws/conky) \ No newline at end of file | ||
