aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2020-05-19-customizing-ubuntu.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-11 20:56:22 -0600
committerChristian Cleberg <[email protected]>2025-11-11 20:56:22 -0600
commitaf67e996dc93ade1acd4eed47d25da55c0c63b50 (patch)
tree62eb19df535a82bec74ef012fa7fbb0969c54106 /content/blog/2020-05-19-customizing-ubuntu.org
parent4a48163d5b84faacfb486ecde18b2b7733d21c65 (diff)
downloadcleberg.net-af67e996dc93ade1acd4eed47d25da55c0c63b50.tar.gz
cleberg.net-af67e996dc93ade1acd4eed47d25da55c0c63b50.tar.bz2
cleberg.net-af67e996dc93ade1acd4eed47d25da55c0c63b50.zip
fix grammar in 2020 posts
Diffstat (limited to 'content/blog/2020-05-19-customizing-ubuntu.org')
-rw-r--r--content/blog/2020-05-19-customizing-ubuntu.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/blog/2020-05-19-customizing-ubuntu.org b/content/blog/2020-05-19-customizing-ubuntu.org
index 69c375a..414ba4b 100644
--- a/content/blog/2020-05-19-customizing-ubuntu.org
+++ b/content/blog/2020-05-19-customizing-ubuntu.org
@@ -5,8 +5,8 @@
* More Information
-For inspiration on designing your *nix computer, check out the
-[[https://libredd.it/r/unixporn][r/unixporn]] subreddit!
+For inspiration on designing your *nix computer, check out the [[https://libredd.it/r/unixporn][r/unixporn]]
+subreddit!
* Customizing Ubuntu
@@ -36,7 +36,7 @@ default on Ubuntu. You might even like some of the pre-installed options.
** GNOME Application Themes
To change the themes applied to applications in GNOME, you will need to change
-the Applications dropdown in the Appearance section of Tweaks. To add more
+the Applications drop-down in the Appearance section of Tweaks. To add more
themes, you will have to find your preferred theme online and follow the steps
below to have it show up in the Tweaks tool. While you may find themes anywhere,
one of the most popular sites for GNOME themes is [[https://www.gnome-look.org/][gnome-look.org]]. This website
@@ -55,7 +55,7 @@ Steps to import themes into Tweaks:
can move them to the =/usr/share/fonts/opentype/= or
=/usr/share/fonts/opentype/= folders, if you have a specific font type.
4. Close tweaks if it is open. Re-open Tweaks and your new theme will be
- available in the Applications dropdown in the Appearance section of Tweaks.
+ available in the Applications drop-down in the Appearance section of Tweaks.
If the theme is not showing up after you've moved it into the themes folder, you
may have uncompressed the folder into a sub-folder. You can check this by
@@ -113,7 +113,7 @@ instead.
If you spend a lot of time typing commands, you know how important the style and
functionality of the terminal is. After spending a lot of time using the default
GNOME terminal with [[https://en.wikipedia.org/wiki/Bash_(Unix_shell)][unix shell]], I decided to try some different options. I ended
-up choosing [[https://terminator-gtk3.readthedocs.io/en/latest/][Terminator]] with [[https://en.wikipedia.org/wiki/Z_shell][zsh]].
+up choosing [[https://terminator-gtk3.readthedocs.io/en/latest/][Terminator]] with [[https://en.wikipedia.org/wiki/Z_shell][zsh]] (Z Shell).
Terminator is great if you need to open multiple terminals at one time by simply
right-clicking and splitting the screen into as many terminals as you want.