1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-22 19:22:32 +00:00

holo: little fix

This commit is contained in:
luke bonham 2013-08-31 15:25:09 +02:00
parent c508028acf
commit ae302c01d1
75 changed files with 28 additions and 31 deletions

View file

@ -15,12 +15,12 @@ Power themes for Awesome WM 3.5+
Description Description
========== ==========
A set of power themes with the aim of making Awesome_ appearance awesome too! A set of themes with the aim of making Awesome_ appearance awesome too!
Notable features Notable features
================ ================
- Autohide widgets (*tell me only when you have to*) - Shadow widgets (*tell me only when you have to*)
- Autostart functionality - Autostart functionality
- Fast mpd and volume shortcuts (first time you see this trick in Awesome) - Fast mpd and volume shortcuts (first time you see this trick in Awesome)
- Other fancy shortcuts for copying to the clipboard (goodbye clipboard managers!), toggle wiboxes, widgets popups, screenshots capture, moving clients - Other fancy shortcuts for copying to the clipboard (goodbye clipboard managers!), toggle wiboxes, widgets popups, screenshots capture, moving clients
@ -31,19 +31,19 @@ Notable features
- Net carrier status notifier - Net carrier status notifier
- Colorful autoupdating icons - Colorful autoupdating icons
- Symbolic tag names - Symbolic tag names
- TXT layouts names (instead of icons) - TXT layoutbox option
- PNG taskbar - PNG taskbar
- Custom layouts - Custom layouts
- No borders when there's only one visible client - No borders when there's only one visible client
- Powerful volume bar - Powerful volume bar
- Freedesktop menu - Freedesktop menu
- Vi-like client focus (hjkl) - Vi-like client focus
- Nice client border (i.e. colors change along with process status) - Nice client border (colors change along with process status)
They're scattered all over the set, so try each theme and choose the one you enjoy the most. They're scattered all over the set, so try each theme and choose the one you enjoy the most.
Gallery Gallery
-------- =======
**Multicolor** copycatted from tip_ [liked so much --> compulsory personal version] **Multicolor** copycatted from tip_ [liked so much --> compulsory personal version]
@ -74,7 +74,7 @@ Gallery
.. image:: http://dotshare.it/public/images/uploads/621.png .. image:: http://dotshare.it/public/images/uploads/621.png
Notes Notes
-------- =====
**Do not** use without reading and modifying according to your preferences and system specs. **Do not** use without reading and modifying according to your preferences and system specs.
@ -108,9 +108,6 @@ Instead, if you happen to get any ``surface.lua`` problem, be sure to have ``lua
Also be sure to set your music dir in ``scripts/mpdinfo``, and to have ``imagemagick`` and ``notify-send`` installed. Also be sure to set your music dir in ``scripts/mpdinfo``, and to have ``imagemagick`` and ``notify-send`` installed.
**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.
.. _Awesome: http://awesome.naquadah.org/ .. _Awesome: http://awesome.naquadah.org/
.. _vain: https://github.com/copycat-killer/vain .. _vain: https://github.com/copycat-killer/vain
.. _tip: http://theimmortalphoenix.deviantart.com/art/Full-Color-Awesome-340997258 .. _tip: http://theimmortalphoenix.deviantart.com/art/Full-Color-Awesome-340997258

View file

@ -1,9 +1,10 @@
This is [awesome-freedesktop](https://github.com/terceiro/awesome-freedesktop), This is [awesome-freedesktop](https://github.com/terceiro/awesome-freedesktop),
simply adapted to work within [awesome-copycats](https://github.com/copycat-killer/awesome-copycats). adapted to work within [awesome-copycats](https://github.com/copycat-killer/awesome-copycats).
License License
======= =======
Copyright © 2009-2011 Antonio Terceiro <terceiro@softwarelivre.org> Copyright © 2009-2011 Antonio Terceiro <terceiro@softwarelivre.org>
This code is licensed under the same terms as Awesome itself. This code is licensed under the same terms as Awesome WM itself: [GNU
GPLv2](http://www.gnu.org/licenses/gpl-2.0.txt).

View file

@ -1,10 +0,0 @@
All icons in this package were created by Adrian C. (anrxc).
All icons except the 'huge' icon sets and 'small' titlebar icons are
licensed under the Creative Commons Attribution-Share Alike
License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/
The 'huge' icon sets and 'small' titlebar icons are licensed under the
same terms as the awesome distribution it self - GNU General Public
License version 2.

8
icons/anrxc/README.md Normal file
View file

@ -0,0 +1,8 @@
All icons in this package were created by Adrian C. (anrxc).
All icons except the 'huge' icon sets and 'small' titlebar icons are
licensed under the [Creative Commons Attribution-Share Alike
License](http://creativecommons.org/licenses/by-sa/3.0/).
The 'huge' icon sets and 'small' titlebar icons are licensed under the
same terms as the Awesome WM itself: [GNU GPLv2](http://www.gnu.org/licenses/gpl-2.0.txt).

View file

@ -597,7 +597,7 @@ no_net_shown = true
netwidget = wibox.widget.textbox() netwidget = wibox.widget.textbox()
vicious.register(netwidget, vicious.widgets.net, vicious.register(netwidget, vicious.widgets.net,
function (widget, args) function (widget, args)
if args["{wlan0 carrier}"] == 0 then if args["{wlp3s0 carrier}"] == 0 then
if no_net_shown == true then if no_net_shown == true then
naughty.notify({ title = "wlan0", text = "No carrier", naughty.notify({ title = "wlan0", text = "No carrier",
timeout = 7, timeout = 7,
@ -616,7 +616,7 @@ function (widget, args)
netup_icon:set_image(beautiful.net_up) netup_icon:set_image(beautiful.net_up)
no_net_shown = true no_net_shown = true
end end
return white .. "<span font='Tamsyn 2'> </span>" .. args["{wlan0 down_kb}"] .. " - " .. args["{wlan0 up_kb}"] .. "<span font='Tamsyn 2'> </span>" .. coldef return white .. "<span font='Tamsyn 2'> </span>" .. args["{wlp3s0 down_kb}"] .. " - " .. args["{wlp3s0 up_kb}"] .. "<span font='Tamsyn 2'> </span>" .. coldef
end end
end, 3) end, 3)
networkwidget = wibox.widget.background() networkwidget = wibox.widget.background()

View file

@ -518,6 +518,7 @@ function alsawidget:notify ()
preset.title = alsawidget.channel .. " - Muted" preset.title = alsawidget.channel .. " - Muted"
else else
preset.title = alsawidget.channel .. " - " .. alsawidget._current_level .. "%" preset.title = alsawidget.channel .. " - " .. alsawidget._current_level .. "%"
end end
local int = math.modf (alsawidget._current_level / 100 * alsawidget.notifications.bar_size) local int = math.modf (alsawidget._current_level / 100 * alsawidget.notifications.bar_size)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 462 B

View file

@ -32,8 +32,8 @@ theme.tasklist_bg_focus = "png:" .. theme.icon_dir .. "/bg_f
theme.textbox_widget_margin_top = 1 theme.textbox_widget_margin_top = 1
theme.awful_widget_height = 14 theme.awful_widget_height = 14
theme.awful_widget_margin_top = 2 theme.awful_widget_margin_top = 2
theme.menu_height = "16" theme.menu_height = "20"
theme.menu_width = "140" theme.menu_width = "400"
theme.widget_bg = theme.icon_dir .. "/bg_focus_noline.png" theme.widget_bg = theme.icon_dir .. "/bg_focus_noline.png"
theme.awesome_icon = theme.icon_dir .. "/awesome_icon.png" theme.awesome_icon = theme.icon_dir .. "/awesome_icon.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 142 B

View file

@ -21,8 +21,8 @@ theme.bg_urgent = "#FFFFFF"
theme.border_width = "1" theme.border_width = "1"
theme.border_normal = "#242424" theme.border_normal = "#242424"
theme.border_focus = "#EBEBFF" theme.border_focus = "#EBEBFF"
theme.taglist_fg_focus = "#EBEBFF" theme.taglist_fg_focus = "#EDEFFF"
theme.taglist_bg_focus = "#3D3D3D" theme.taglist_bg_focus = "#242424"
theme.menu_height = "16" theme.menu_height = "16"
theme.menu_width = "140" theme.menu_width = "140"
@ -37,10 +37,10 @@ theme.tasklist_disable_icon = true
theme.awesome_icon = theme.dir .. "/icons/awesome_icon.png" theme.awesome_icon = theme.dir .. "/icons/awesome_icon.png"
theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png"
theme.taglist_squares_sel = theme.dir .. "/icons/square_sel2.png" theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png"
theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png" theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png"
theme.vain_mail_notify = theme.dir .. "/icons/mail_notify.png"
theme.widget_no_net_notify = theme.dir .. "/icons/no_net_notify.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]" theme.layout_txt_tile = "[t]"
theme.layout_txt_tileleft = "[l]" theme.layout_txt_tileleft = "[l]"