Correctly identify images
This commit is contained in:
parent
f56f6e321e
commit
f9f0d26d98
2 changed files with 4 additions and 4 deletions
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue