summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-09-04 22:16:27 +0200
committermms <michal@sapka.me>2024-09-04 22:16:27 +0200
commit08a136be1b880573eb3685ebc0cb37f4b8bc7d87 (patch)
tree3662e9ab5cc0b541868c6f1d04968fc87450db6f
parent511456c148951b24c183b9ff56bd093f66133fbb (diff)
fvwm: wd
-rw-r--r--assets/blog/images/fvwm-wd-cde.pngbin0 -> 4698 bytes
-rw-r--r--assets/blog/images/fvwm-wd-vanila.pngbin0 -> 4862 bytes
-rw-r--r--content-org/blog.org53
-rw-r--r--content/blog/2024/fvwm-part-3.md51
4 files changed, 103 insertions, 1 deletions
diff --git a/assets/blog/images/fvwm-wd-cde.png b/assets/blog/images/fvwm-wd-cde.png
new file mode 100644
index 0000000..1061239
--- /dev/null
+++ b/assets/blog/images/fvwm-wd-cde.png
Binary files differ
diff --git a/assets/blog/images/fvwm-wd-vanila.png b/assets/blog/images/fvwm-wd-vanila.png
new file mode 100644
index 0000000..1eaa209
--- /dev/null
+++ b/assets/blog/images/fvwm-wd-vanila.png
Binary files differ
diff --git a/content-org/blog.org b/content-org/blog.org
index b7a1577..cb74ec5 100644
--- a/content-org/blog.org
+++ b/content-org/blog.org
@@ -8,13 +8,64 @@
#+HUGO_SECTION: blog
-* 2024 [62/63] :@blog:
+* 2024 [63/64] :@blog:
:PROPERTIES:
:EXPORT_HUGO_SECTION: blog/2024
:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600
:EXPORT_HUGO_PAIRED_SHORTCODES: image yt
:END:
+** DONE Fvwm - day 3 (window decoration)
+CLOSED: [2024-09-04 Wed 22:16]
+:PROPERTIES:
+:EXPORT_FILE_NAME: fvwm-part-3
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract Adjusting Fvwm to my basic instincts
+:END:
+
+Mission for today: window decoration.
+In Xorg, the WM is responsible for drawing titlebars, borders and so on.
+Those are the =decorations=.
+
+By default, Fvwm comes with a modern, flat design.
+A bit boring for my test.
+
+#+attr_shortcode: :file fvwm-wd-vanila.png
+#+attr_shortcode: :alt Screenshot of St terminal editor
+#+attr_shortcode: :class centered
+#+begin_image
+Default look
+#+end_image
+
+What I want is the [[https://en.wikipedia.org/wiki/Motif_%28software%29][Motif]] style.
+It's as cool as it gets - my taste in design is evolving, just backwards.
+
+Luckily, Fvwm has me covered here!
+This [[https://www.fvwm.org/Wiki/Decor/CDE/][decor]] is ready to use.
+It even comes with multiple colours to choose from.
+All I had to do is to add the decor from documentation and replace colours.
+
+For me, I've chosen the SkyRed colours.
+This is an escape from the gray hell of Apple design.
+
+I've also:
+- made the title bar a bit taller.
+ I've got 4k monitor, after all.
+- move the title of the window to the left.
+
+This resulted in this marvel:
+
+#+attr_shortcode: :file fvwm-wd-cde.png
+#+attr_shortcode: :alt Screenshot of St terminal editor
+#+attr_shortcode: :class centered
+#+begin_image
+3D madness!
+#+end_image
+
+You can easily change all the sizes, colours - but I am happy with this.
+I have also decided not to modify any buttons in the title bar - but it's also straightforward.
+
+In 10 minutes (including finding out how) I've done what MacOS makes impossible.
+Now I really don't want to return to that gray pit.
** DONE Multi OS life is terrible
CLOSED: [2024-09-04 Wed 10:53]
diff --git a/content/blog/2024/fvwm-part-3.md b/content/blog/2024/fvwm-part-3.md
new file mode 100644
index 0000000..bd3ccd2
--- /dev/null
+++ b/content/blog/2024/fvwm-part-3.md
@@ -0,0 +1,51 @@
++++
+title = "Fvwm - day 3 (window decoration)"
+author = ["MichaƂ Sapka"]
+date = 2024-09-04T22:16:00+02:00
+categories = ["blog"]
+draft = false
+weight = 2001
+image_dir = "blog/images"
+image_max_width = 600
+abstract = "Adjusting Fvwm to my basic instincts"
++++
+
+Mission for today: window decoration.
+In Xorg, the WM is responsible for drawing titlebars, borders and so on.
+Those are the `decorations`.
+
+By default, Fvwm comes with a modern, flat design.
+A bit boring for my test.
+
+{{< image class="centered" alt="Screenshot of St terminal editor" file="fvwm-wd-vanila.png" >}}
+Default look
+{{< /image >}}
+
+What I want is the [Motif](https://en.wikipedia.org/wiki/Motif_%28software%29) style.
+It's as cool as it gets - my taste in design is evolving, just backwards.
+
+Luckily, Fvwm has me covered here!
+This [decor](https://www.fvwm.org/Wiki/Decor/CDE/) is ready to use.
+It even comes with multiple colours to choose from.
+All I had to do is to add the decor from documentation and replace colours.
+
+For me, I've chosen the SkyRed colours.
+This is an escape from the gray hell of Apple design.
+
+I've also:
+
+- made the title bar a bit taller.
+ I've got 4k monitor, after all.
+- move the title of the window to the left.
+
+This resulted in this marvel:
+
+{{< image class="centered" alt="Screenshot of St terminal editor" file="fvwm-wd-cde.png" >}}
+3D madness!
+{{< /image >}}
+
+You can easily change all the sizes, colours - but I am happy with this.
+I have also decided not to modify any buttons in the title bar - but it's also straightforward.
+
+In 10 minutes (including finding out how) I've done what MacOS makes impossible.
+Now I really don't want to return to that gray pit.