diff --git a/content/posts/a-ricing-starting-checklist.adoc b/content/posts/a-ricing-starting-checklist.adoc index ff4ff20..e0f9b93 100644 --- a/content/posts/a-ricing-starting-checklist.adoc +++ b/content/posts/a-ricing-starting-checklist.adoc @@ -183,7 +183,7 @@ For Arch Linux, it has Raleigh as the default GTK theme which looks very dated if you ask me. .GTK Raleigh theme -image::gtk-raleigh-theme-demo.png[GTK Raleigh theme] +image::gtk-raleigh-theme-demo.webp[GTK Raleigh theme] For my custom configuration, I chose the https://github.com/NicoHood/arc-theme[Arc] theme along with its https://github.com/NicoHood/arc-icon-theme[icon set] simply @@ -191,7 +191,7 @@ because they're the popular choice. I also think the darker scheme is pretty cool. .GTK Arc Darker theme -image::gtk-arc-darker-theme-demo.png[GTK Arc Darker theme] +image::gtk-arc-darker-theme-demo.webp[GTK Arc Darker theme] You can look for more GTK themes at https://www.gnome-look.org/[GNOME Look]. @@ -286,7 +286,7 @@ server. Simply sending a notification with `notify-send` while running Dunst in background can go a long way. .Using dunst for screenshot notifications -image::dunst-screenshot-demo.png[Using dunst for screenshot notifications] +image::dunst-screenshot-demo.webp[Using dunst for screenshot notifications] I also made it to send notifications for delayed screenshots. diff --git a/content/posts/blogging-with-asciidoctor-and-hugo.adoc b/content/posts/blogging-with-asciidoctor-and-hugo.adoc index 9a8248b..41455b5 100644 --- a/content/posts/blogging-with-asciidoctor-and-hugo.adoc +++ b/content/posts/blogging-with-asciidoctor-and-hugo.adoc @@ -261,7 +261,7 @@ The most obvious is the HTML output of Asciidoctor with the default backend is not great and leaves a lot of things to be desired. .`
` then a `

` for a paragraph, really? -image::asciidoctor-sample-html.png[`

` then a `

` for a paragraph, really?] +image::asciidoctor-sample-html.webp[`

` then a `

` for a paragraph, really?] It's not semantic and it is unconventional. Not only that it's a pain to style it with CSS but also breaks a lot diff --git a/content/posts/the-complete-linux-turnabout.adoc b/content/posts/the-complete-linux-turnabout.adoc index 75ef507..be7a468 100644 --- a/content/posts/the-complete-linux-turnabout.adoc +++ b/content/posts/the-complete-linux-turnabout.adoc @@ -67,7 +67,7 @@ It was easy to adapt to it since I'm completely used to using programs that live in a command line interface like https://www.vim.org/[Vim]. .My i3 setup -image::i3-setup.png[My i3 setup] +image::i3-setup.webp[My i3 setup] i3 also offers a level of https://i3wm.org/docs/userguide.html[configuration] that could make you a bit more efficient. @@ -95,7 +95,7 @@ space for root and for home, and RAM and CPU usage. It took a while to configure it but I seriously liking the pace around it so far. .The resulting i3bar setup -image::i3bar-appearance.png[The resulting i3bar setup] +image::i3bar-appearance.webp[The resulting i3bar setup] === Application launcher My personal desktop experience wouldn't be complete without an application launcher. @@ -112,7 +112,7 @@ It's quite usable with rofi's sidebar mode where you can find windows, desktop e binaries, and even SSH configs. .Customized rofi menu -image::rofi-setup.png[Customized rofi menu] +image::rofi-setup.webp[Customized rofi menu] You can find https://github.com/foo-dogsquared/dotfiles/tree/master/rofi[my rofi config on my GitHub repo]. @@ -199,7 +199,7 @@ file browser. status bar. It's pretty cool looking. .Fullscreen Vim setup -image::vim-setup.png[Fullscreen Vim setup] +image::vim-setup.webp[Fullscreen Vim setup] If you want to take a deeper look or just want to see the full config, https://github.com/foo-dogsquared/dotfiles/tree/master/vim[you can see it in my dotfiles repo].