1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00
Awesome WM themes
Go to file
Luke Bonham f3f3eb5db9 Merge pull request #32 from blueluke/pull
Copland: Fixing battery widget color change
2014-02-01 03:13:32 -08:00
eminent holo: mpd update 2013-09-15 22:00:40 +02:00
freedesktop issue #21 fix attempt 2013-11-02 11:29:56 +01:00
lain@c73b41c636 fixed typo in #29 2014-01-29 20:08:47 +01:00
scratchdrop scratchdrop: readme added 2013-09-21 22:04:37 +02:00
themes Copland theme: Fixing #28; Additional layout icons added 2014-01-29 15:23:41 +01:00
.gitignore readme updated 2013-09-07 17:19:55 +02:00
.gitmodules copycats are back! v2.0 release 2013-09-13 21:20:22 +02:00
rc.lua.blackburn lain: new commit 2013-11-28 09:57:31 +01:00
rc.lua.copland Copland: Fixing bad widget color 2014-01-31 18:34:58 +01:00
rc.lua.dremora lain: new commit 2013-11-28 09:57:31 +01:00
rc.lua.holo lain: new commit 2014-01-14 10:12:29 +01:00
rc.lua.multicolor blackburn: removed homedir var 2013-11-24 16:31:33 +01:00
rc.lua.powerarrow-darker fix attempt for #30 2014-01-29 12:14:19 +01:00
rc.lua.rainbow lain: new commit 2014-01-14 10:12:29 +01:00
rc.lua.steamburn steamburn 3.0 2014-01-09 14:33:33 +01:00
README.rst copland: #28 fix 2014-01-27 18:35:59 +01:00

===================
Awesome WM Copycats
===================

--------------------------------
Power themes for Awesome WM 3.5+
--------------------------------

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

Description
===========

A set of themes with the aim of making Awesome_ appearance awesome too!

Notable features
================

- Autohide widgets (*tell me only when you have to*)
- Autostart applications
- Fast MPD and volume shortcuts (first time you see this trick in Awesome)
- Other shortcuts for copying to the clipboard (goodbye clipboard managers!), toggle wiboxes, widgets popups, screenshots capture, moving and magnifying clients
- Quake drop-down terminal
- Calendar with current day highlighted and months switch with a click
- Elegant notifications for new mails, current song, volume level, hdd critical state, low battery
- Yahoo! Weather integration
- Net carrier status notifier
- Colorful autoupdating icons
- Symbolic tag names
- TXT layoutbox
- PNG wibox bar
- Custom layouts
- No borders when there's only one visible client
- Powerful volume bar
- Freedesktop menu
- Vi-like client focus
- Nice client border (colors change along with processes status)
- Non-empty tag browsing
- Dynamic useless gaps
- Dynamic tagging

Gallery
=======

**Multicolor** inspired by tip_

.. image:: http://dotshare.it/public/images/uploads/650.png

**Powerarrow Darker** copycatted from romockee_ [custom porting from v3.4]

.. image:: http://dotshare.it/public/images/uploads/649.png

**Steamburn** copycatted from ok100_ [porting from dwm]

.. image:: http://dotshare.it/public/images/uploads/648.png

**Blackburn**

.. image:: http://dotshare.it/public/images/uploads/553.png

**Dremora**

.. image:: http://dotshare.it/public/images/uploads/652.png

**Rainbow**

.. image:: http://dotshare.it/public/images/uploads/606.png

**Holo** requested by amouly_

.. image:: http://dotshare.it/public/images/uploads/651.png

**Copland** inspired by foozer_

.. image:: http://dotshare.it/public/images/uploads/655.png

Installation
============

Using git you can have the full master branch: ::

    git clone https://github.com/copycat-killer/awesome-copycats.git
    mv -u awesome-copycats ~/.config/awesome
    cd ~/.config/awesome
    git submodule init
    git submodule update

This may take some time.

Otherwise, download the latest two masters of ``awesome-copycats`` and ``lain`` (1_ and 2_), extract the first one, extract the second one into the first one, and put the contents of the first one into your Awesome directory.

Usage
=====

Switch a theme this way: ::

    cd ~/.config/awesome
    cp rc.lua.theme rc.lua

then customize your ``rc.lua`` and restart Awesome (``Mod4 + ctrl + r``).

Notes
=====

Be sure to have the latest versions of Lua, Lua-lgi, and Awesome.

Complements are provided by lain_: be sure to meet its dependencies_.

Fonts are Terminus_ (Multicolor, Powerarrow Darker) and Tamsyn_ (other ones).

Every theme has a colorscheme_.

Blackburn and Dremora use Icons_: be sure to have bitmaps enabled if running under Debian_ or Ubuntu_.

Freedesktop uses ``/etc/mime.types``, so be sure to have MIME support installed.

Eminent, freedesktop and scratchdrop are third-party softwares: **either disable them or rely on their creators if they cause you** slowdowns_ **or** issues_ **.**

Feel free to email me if you have any request.

.. _BY-NC-SA: http://creativecommons.org/licenses/by-nc-sa/3.0/
.. _Awesome: http://awesome.naquadah.org/
.. _tip: https://bbs.archlinux.org/profile.php?id=51327
.. _romockee: https://github.com/romockee/powerarrow-dark
.. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846
.. _amouly: https://bbs.archlinux.org/viewtopic.php?pid=1307158#p1307158
.. _foozer: http://dotshare.it/dots/499/
.. _1: https://github.com/copycat-killer/awesome-copycats/archive/master.zip
.. _2: https://github.com/copycat-killer/lain/archive/master.zip
.. _lain: https://github.com/copycat-killer/lain
.. _dependencies: https://github.com/copycat-killer/lain/wiki
.. _Terminus: http://terminus-font.sourceforge.net/
.. _Tamsyn: http://www.fial.com/~scott/tamsyn-font/
.. _colorscheme: https://github.com/copycat-killer/dots/tree/master/.colors
.. _Icons: https://github.com/copycat-killer/dots/tree/master/.fonts
.. _Debian: http://weiwu.sdf.org/100921.html
.. _Ubuntu: https://wiki.ubuntu.com/Fonts#Enabling_Bitmapped_Fonts
.. _slowdowns: https://github.com/copycat-killer/awesome-copycats/issues/24#issuecomment-33289499
.. _issues: https://github.com/copycat-killer/awesome-copycats/issues/12