From 4b305590744c87a0dac16901b22a3b78a68b19d0 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sat, 7 Sep 2013 17:19:55 +0200 Subject: [PATCH] readme updated --- .gitignore | 2 -- README.rst | 5 ++--- freedesktop/README.md | 2 +- freedesktop/freedesktop.lua | 2 +- freedesktop/utils.lua | 2 +- icons/anrxc/awesome14.png | Bin 223 -> 0 bytes rc.lua.multicolor | 2 -- scratch/drop.lua | 4 ++-- themes/rainbow/theme.lua | 15 +++++---------- 9 files changed, 12 insertions(+), 22 deletions(-) delete mode 100644 icons/anrxc/awesome14.png diff --git a/.gitignore b/.gitignore index 7aecabe..204da06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ rc.lua -yawn -vain diff --git a/README.rst b/README.rst index 7faa95a..99b4536 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,7 @@ Power themes for Awesome WM 3.5+ :Author: Luke Bonham :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 +:Status: **resuming shortly**, this time powered by lain_ Description ========== @@ -109,7 +108,7 @@ If you happen to get an error involving ``/home fs widget``, replace every occur Also be sure to set your music dir in ``scripts/mpdinfo``, and to have ``imagemagick`` and ``notify-send`` installed. .. _Awesome: http://awesome.naquadah.org/ -.. _vain: https://github.com/copycat-killer/vain +.. _lain: 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 diff --git a/freedesktop/README.md b/freedesktop/README.md index 5858dac..3bc10e5 100644 --- a/freedesktop/README.md +++ b/freedesktop/README.md @@ -1,4 +1,4 @@ -This is [awesome-freedesktop](https://github.com/terceiro/awesome-freedesktop), +This is [awesome-freedesktop](https://github.com/terceiro/awesome-freedesktop), adapted to work within [awesome-copycats](https://github.com/copycat-killer/awesome-copycats). License diff --git a/freedesktop/freedesktop.lua b/freedesktop/freedesktop.lua index ad7c677..8ca2c0a 100644 --- a/freedesktop/freedesktop.lua +++ b/freedesktop/freedesktop.lua @@ -34,5 +34,5 @@ table.insert(menu_items, { "awesome", myawesomemenu, beautiful.awesome_icon }) table.insert(menu_items, { "open terminal", terminal, freedesktop.utils.lookup_icon({icon = 'terminal'}) }) -- table.insert(menu_items, { "Debian", debian.menu.Debian_menu.Debian, freedesktop.utils.lookup_icon({ icon = 'debian-logo' }) }) -mymainmenu = awful.menu.new({ items = menu_items, theme = { width = 150 } }) +mymainmenu = awful.menu.new({ items = menu_items, theme = { width = 150 } }) mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, menu = mymainmenu }) diff --git a/freedesktop/utils.lua b/freedesktop/utils.lua index b20edc2..f25f4c0 100644 --- a/freedesktop/utils.lua +++ b/freedesktop/utils.lua @@ -158,7 +158,7 @@ function load_mime_types() for w in line:gmatch('[^%s]+') do table.insert(parsed, w) end - if #parsed > 1 then + if #parsed > 1 then for i = 2, #parsed do mime_types[parsed[i]] = parsed[1]:gsub('/', '-') end diff --git a/icons/anrxc/awesome14.png b/icons/anrxc/awesome14.png deleted file mode 100644 index 00646dfd6e58d1d8219466a43e4128711866fcc8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xa#^NA%Cx&(BWL^R}Y)RhkE" theme.ccol = "" @@ -39,7 +39,6 @@ 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_sel.png" theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png" -theme.widget_no_net_notify = theme.dir .. "/icons/no_net_notify.png" theme.vol_bg = theme.dir .. "/icons/vol_bg.png" theme.layout_txt_tile = "[t]" @@ -55,16 +54,12 @@ theme.layout_txt_fullscreen = "[F]" theme.layout_txt_magnifier = "[M]" theme.layout_txt_floating = "[*]" --- vain related -theme.border_focus_highprio = "#FF0000" -theme.border_normal_highprio = "#A03333" -theme.border_focus_lowprio = "#3333FF" -theme.border_normal_lowprio = "#333366" +-- lain related theme.useless_gap_width = "6" -theme.layout_txt_uselesstile = "[ut]" -theme.layout_txt_uselessfairv = "[ufv]" -theme.layout_txt_uselessfairh = "[ufh]" theme.layout_txt_termfair = "[termfair]" +theme.layout_txt_uselessfair = "[uf]" +theme.layout_txt_uselessfairh = "[ufh]" theme.layout_txt_uselessdwindle = "[ud]" +theme.layout_txt_uselesstile = "[ut]" return theme