diff options
author | Aaron Ball <nullspoon@oper.io> | 2017-10-15 17:11:58 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2017-10-15 17:11:58 -0600 |
commit | 350c40ebfb80357973fc7de453c919c2a7279b11 (patch) | |
tree | afc8da09d9c1d7e573eac3e7b6d8f6cfb778195c /src/Theming_Gnome-Shell_Intro.adoc | |
parent | c2ddeb66c8f9325170d1970cf151fbf5e054e494 (diff) | |
download | oper.io-350c40ebfb80357973fc7de453c919c2a7279b11.tar.gz oper.io-350c40ebfb80357973fc7de453c919c2a7279b11.tar.xz |
Rename of .ascii files to .adoc
Originally, .ascii was used because .asciidoc was far too long. The
.adoc extension is more standard, shorter, and vim syntax highlighting
recognizes it.
Diffstat (limited to 'src/Theming_Gnome-Shell_Intro.adoc')
-rw-r--r-- | src/Theming_Gnome-Shell_Intro.adoc | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/Theming_Gnome-Shell_Intro.adoc b/src/Theming_Gnome-Shell_Intro.adoc new file mode 100644 index 0000000..e09a87c --- /dev/null +++ b/src/Theming_Gnome-Shell_Intro.adoc @@ -0,0 +1,48 @@ +Theming Gnome Shell:Intro +========================= +:author: Aaron Ball +:email: nullspoon@iohq.net + + +== {doctitle} + +For the last several months, I've been running gnome-shell full time. For +those of you who don't know what this is, it is version 3 of Gnome, one of the +many available Linux graphical user interfaces (see +http://en.wikipedia.org/wiki/GNOME[here] for more info). We are currently on +something like 2.3 for the stable release of Gnome I believe. + +With this new major release of Gnome, its developers significantly changed the +interface in an attempt to simplify window and virtual desktop management, +bringing Linux just one step closer to being more "user friendly". + +Along with all of this change came a new method for theming and tweaking the +look and feel of things. In the past, Gnome used multiple configuration files +that were cumbersome to edit. In this new release, Gnome has switched over to +using...you guessed it... CSS! How exciting. + +Continuing on, for those of you who don't know what CSS is, it's basically a +"programming language" (I know I know, it's not technically a programming +language) used primarily to style websites. In most cases this takes the form +of setting the background image or color, font size, family and color, and +various other style-related things on the interwebz. This is really great +because standards are already in place for CSS making Gnome-shell much easier +to theme and learn to theme. + +If anyone reading this blog doesn't personally know me (which is quite likely +since Google knows more people than I do), I'm basically addicted to theming my +computer. If you ask my girlfriend, while we were in college together she would +be doing homework and I would theme my computer for hours on end when I SHOULD +have been doing my homework. When Gnome-shell came out, I got addicted pretty +quickly. + +This post is a precursor to my theme postings. I've made so many out of boredom +(and that I just can't seem to find quite the right look) that I feel kind of +bad not posting them for all to use. I will also write a few posts regarding +how to theme Gnome-shell as well. But first, some themes!!! + +Category:Linux +Category:Gnome + + +// vim: set syntax=asciidoc: |