I recently installed the i3 Window Manager and have fallen thoroughly in love with it. However, it's rather ugly...
I followed the instructions here for getting started, and one of the points was adding the exec --no-startup-id gnome-settings-daemon
line to the ~/.i3/config
file that was supposed to make everything look good again. However, after re-logging, nothing seems to have changed.
Now, I'm guessing that those instructions were intended for use with an Ubuntu install that uses GNOME as the default DE and I use Unity.
I also looked at this question, which points to installing lxappearance
for this issue in Awesome Window Manager. However, I again doubt this would apply to my case, since I use Unity & it's i3 I'm dealing with.
Does anyone know what I need to do to "de-uglify" i3? I really like it, and I'll probably continue using it even if I don't have the nice GTK themes, but obviously it would be nicer to have things looking pretty again.
lxapperance will do what you want for i3.
You also want QT, GTK 2.0, and GTK+ to look the same as your chosen theme.
Install:
These applications allow you to configure the theme, QT, and GTK to have the same appearance. (They are good if you don't feel comfortable getting into GTK engines or editing a bunch of config files, and they run independent of Gnome!)
Start with lxappearance and choose a theme; then choose it in gtk-chtheme. In qt4-config, there is a dropdown menu setting to make qt take the GTK+ settings. That seems to work best for me. (It makes VLC and KeepassX look good.)
As for applets, the Network Manager applet is the most important one. In your i3 config file, add this line to the end:
In your web searching, when you find other applets you'd want to start, you do it exactly the same way:
When you logout and log back in, the Network Manager applet should appear on the lower right.
All of the suggestions that I am giving represent only my opinion and one may or may not agree with them.
I was trying to solve the same issue and found a direct solution to what was being asked about here, namely the i3 window borders.
From a blog post @ http://hndr.me/blog/making-my-new-linux-less-ugly/
Are lines to append to ~/.config/i3/config that control the foreground and background colors of i3's window titlebars.
Change the font with "font" (it's likely already there). It's recommended to use pango for better font renderings. For example, I use the following:
while the linked blog uses
Additionally you could add another 'font' line within the 'bar {} ' block to use a different font in the status bar. For example of what that may look like:
You can also take help from config files that Manjaro uses for i3. They are highly customized and you can learn a lot from them.
I found the dot files here: https://github.com/Airblader/dotfiles-manjaro
PS: I do not own this repo.