1
Fork 0

Correctly identify images

This commit is contained in:
Jake Howard 2018-01-27 23:06:18 +00:00
parent f56f6e321e
commit f9f0d26d98
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ hide_header_image: true
As anyone who's used an application written with the QT UI framework will know, they don't always look the best, and certainly don't fit in with the rest of your desktops theme in the way GTK does. Certain themes support styling both GTK and QT applications, however most don't.
{{% resource src="qt-gtk-before" %}}
{{% resource src="qt-gtk-before.png" %}}
KeePassXC, before it looked pretty
{{% /resource %}}
@ -24,6 +24,6 @@ Installing the environment variable can't be done in your `.bashrc`, as variable
After install, simply reboot, and your apps should fit in far, _far_ better with the rest of your desktop.
{{% resource src="qt-gtk-after" %}}
{{% resource src="qt-gtk-after.png" %}}
KeePassXC, with GTK looks much nicer!
{{% /resource %}}

View file

@ -13,7 +13,7 @@ My current distro of choice is [Arch](https://www.archlinux.org/), specifically
## Desktop
My current desktop of choice is [i3](https://i3wm.org/). After spending a lot of time using [Gnome](https://www.gnome.org/), and always having windows either full screen or split, I tried out i3 in an attempt to use fewer resources, and it's amazing. Admittedly i3 doesn't look quite as nice, but it's far cleaner, and structured, and that's enough for me!
{{% resource src="editing-my-stack" %}}
{{% resource src="editing-my-stack.png" %}}
Editing my stack, in caret
{{% /resource %}}
@ -30,7 +30,7 @@ If I'm just editing a file quickly, whether it be config from the terminal, or a
# Shell
Whilst I use [ZSH](https://www.zsh.org/), I'm not a fan of the [super fancy themes](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes) for it, which display your current git branch, node version, time, all that jazz. My terminal is a take on the default colourised Debian terminal, with a lambda symbol who's colour changes depending on the return code of the previous command.
{{% resource src="shell-prompt" %}}
{{% resource src="shell-prompt.png" %}}
My shell prompt
{{% /resource %}}