readme updated
This commit is contained in:
parent
bb72d2e616
commit
569e557a8e
42
README.rst
42
README.rst
|
@ -1,12 +1,24 @@
|
|||
=====
|
||||
===================
|
||||
Awesome WM Copycats
|
||||
=====
|
||||
A collection of power themes for Awesome WM 3.5+
|
||||
---------
|
||||
===================
|
||||
|
||||
Beware! They're more awesome than they appear, it's just they're shy.
|
||||
--------------------------------
|
||||
Power themes for Awesome WM 3.5+
|
||||
--------------------------------
|
||||
|
||||
Notable features:
|
||||
:Author: Luke Bonham <dada [at] archlinux [dot] info>
|
||||
:License: BY-NC-SA_
|
||||
:Version: 1.6.5
|
||||
:Status: **Temporarily suspended**
|
||||
:Reason: I'm focusing my work on vain_, which will play a big role in version 2.0
|
||||
|
||||
Descrition
|
||||
==========
|
||||
|
||||
A set of power themes with the aim of making Awesome_ appearance awesome too!
|
||||
|
||||
Notable features
|
||||
================
|
||||
|
||||
- Autohide widgets (*tell me only when you have to*)
|
||||
- Autostart functionality
|
||||
|
@ -27,7 +39,6 @@ Notable features:
|
|||
- Freedesktop menu
|
||||
- By direction client focus (like in bspwm)
|
||||
- Nice client border (i.e. colors change along with process status)
|
||||
- Modularization
|
||||
|
||||
They're scattered all over the set, so try each theme and choose the one you enjoy the most.
|
||||
|
||||
|
@ -64,9 +75,10 @@ Gallery
|
|||
|
||||
Notes
|
||||
--------
|
||||
|
||||
**Do not** use without reading and modifying according to your preferences and system specs.
|
||||
|
||||
Widgets are from vicious_ repository.
|
||||
Widgets are provided by vicious_.
|
||||
|
||||
Fonts are Terminus (Multicolor, Powerarrow Darker) and Tamsyn (other ones).
|
||||
|
||||
|
@ -99,18 +111,8 @@ Also be sure to set your music dir in ``scripts/mpdinfo``, and to have ``imagema
|
|||
|
||||
**Have any suggestions?** Did you see some great stuff and you'd like me to put my paws on it? Then tell me! It might just be the next copycat.
|
||||
|
||||
Author
|
||||
--------
|
||||
Luke Bonham <dada [at] archlinux [dot] info>
|
||||
|
||||
License
|
||||
--------
|
||||
If you like this work, you are free to use it as defined in BY-NC-SA_.
|
||||
|
||||
I only ask you to not remove my signatures, or to add a link to this repository if you make your own versions.
|
||||
|
||||
Let us spread some style, in order to make Awesome appearance awesome too!
|
||||
|
||||
.. _Awesome: http://awesome.naquadah.org/
|
||||
.. _vain: https://github.com/copycat-killer/vain
|
||||
.. _tip: http://theimmortalphoenix.deviantart.com/art/Full-Color-Awesome-340997258
|
||||
.. _romockee: https://github.com/romockee/powerarrow-dark
|
||||
.. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
# A simple notify script for now-playing songs on mpd. This script uses
|
||||
# notify-send and mpc to get the current song information.
|
||||
# notify-send (from libnotify) and mpc to get the current song information.
|
||||
# ImageMagick is also needed for the cover.
|
||||
|
||||
# Configuration-------------------------------------------------------
|
||||
|
||||
# The music directory that contains the music and cover files
|
||||
# Change according to your configuration
|
||||
MUSIC_DIR="$HOME/Musica"
|
||||
MUSIC_DIR="$HOME/Music"
|
||||
|
||||
# The default cover to use (optional)
|
||||
DEFAULT_ART=""
|
||||
|
|
|
@ -39,7 +39,7 @@ theme.awesome_icon = theme.dir .. "/icons/awesome_icon.png"
|
|||
theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png"
|
||||
theme.taglist_squares_sel = theme.dir .. "/icons/square_sel2.png"
|
||||
theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png"
|
||||
theme.widget_mail_notify = theme.dir .. "/icons/mail_notify.png"
|
||||
theme.vain_mail_notify = theme.dir .. "/icons/mail_notify.png"
|
||||
theme.widget_no_net_notify = theme.dir .. "/icons/no_net_notify.png"
|
||||
|
||||
theme.layout_txt_tile = "[t]"
|
||||
|
|
Loading…
Reference in New Issue