radosroka / awesome

Awesome WM configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my configuration of awesome wm inspired by Copycats

Awesome WM Copycats

Themes for Awesome WM 4.x

Author:Luke Bonham <dada [at] archlinux [dot] info>
Version:git
License:BY-NC-SA
Source:https://github.com/copycat-killer/awesome-copycats

Installation

$ cd .config/awesome
$ git clone https://github.com/radosroka/awesome.git

Then, set the variable chosen_theme in rc.lua to your preferred theme, do your settings, and restart Awesome (Mod4 + ctrl + r).

To customize a theme, head over themes/$chosen_theme/theme.lua.

Otherwise, if you want to be synced with upstream, modify theme_path variable in rc.lua like this:

-local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)
+local theme_path = string.format("%s/.config/awesome/themes/%s/theme-personal.lua", os.getenv("HOME"), chosen_theme)

then, copy theme.lua to theme-personal.lua and do your customizations there.

This way, you can safely git pull anytime.

Notes

Complements are provided by lain.

Fonts are Terminus (Multicolor, Powerarrow Darker), Tamzen (Copland), Roboto (Holo, Vertex) and Tamsyn (other ones).

Every theme has a colorscheme.

Blackburn and Dremora use Icons, Vertex uses FontAwesome: be sure to have bitmaps enabled if running under Debian or Ubuntu.

Additional software used:

unclutter firefox scrot mpd mpc dmenu xsel

About

Awesome WM configuration


Languages

Language:Lua 96.8%Language:Shell 3.2%