holo: little fix
17
README.rst
|
@ -15,12 +15,12 @@ Power themes for Awesome WM 3.5+
|
|||
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
|
||||
================
|
||||
|
||||
- Autohide widgets (*tell me only when you have to*)
|
||||
- Shadow widgets (*tell me only when you have to*)
|
||||
- Autostart functionality
|
||||
- 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
|
||||
|
@ -31,19 +31,19 @@ Notable features
|
|||
- Net carrier status notifier
|
||||
- Colorful autoupdating icons
|
||||
- Symbolic tag names
|
||||
- TXT layouts names (instead of icons)
|
||||
- TXT layoutbox option
|
||||
- PNG taskbar
|
||||
- Custom layouts
|
||||
- No borders when there's only one visible client
|
||||
- Powerful volume bar
|
||||
- Freedesktop menu
|
||||
- Vi-like client focus (hjkl)
|
||||
- Nice client border (i.e. colors change along with process status)
|
||||
- Vi-like client focus
|
||||
- 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.
|
||||
|
||||
Gallery
|
||||
--------
|
||||
=======
|
||||
|
||||
**Multicolor** copycatted from tip_ [liked so much --> compulsory personal version]
|
||||
|
||||
|
@ -74,7 +74,7 @@ Gallery
|
|||
.. image:: http://dotshare.it/public/images/uploads/621.png
|
||||
|
||||
Notes
|
||||
--------
|
||||
=====
|
||||
|
||||
**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.
|
||||
|
||||
|
||||
**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/
|
||||
.. _vain: https://github.com/copycat-killer/vain
|
||||
.. _tip: http://theimmortalphoenix.deviantart.com/art/Full-Color-Awesome-340997258
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
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
|
||||
=======
|
||||
|
||||
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).
|
||||
|
|
|
@ -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.
|
|
@ -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).
|
|
@ -597,7 +597,7 @@ no_net_shown = true
|
|||
netwidget = wibox.widget.textbox()
|
||||
vicious.register(netwidget, vicious.widgets.net,
|
||||
function (widget, args)
|
||||
if args["{wlan0 carrier}"] == 0 then
|
||||
if args["{wlp3s0 carrier}"] == 0 then
|
||||
if no_net_shown == true then
|
||||
naughty.notify({ title = "wlan0", text = "No carrier",
|
||||
timeout = 7,
|
||||
|
@ -616,7 +616,7 @@ function (widget, args)
|
|||
netup_icon:set_image(beautiful.net_up)
|
||||
no_net_shown = true
|
||||
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, 3)
|
||||
networkwidget = wibox.widget.background()
|
||||
|
|
|
@ -518,6 +518,7 @@ function alsawidget:notify ()
|
|||
preset.title = alsawidget.channel .. " - Muted"
|
||||
else
|
||||
preset.title = alsawidget.channel .. " - " .. alsawidget._current_level .. "%"
|
||||
|
||||
end
|
||||
|
||||
local int = math.modf (alsawidget._current_level / 100 * alsawidget.notifications.bar_size)
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 462 B |
|
@ -32,8 +32,8 @@ theme.tasklist_bg_focus = "png:" .. theme.icon_dir .. "/bg_f
|
|||
theme.textbox_widget_margin_top = 1
|
||||
theme.awful_widget_height = 14
|
||||
theme.awful_widget_margin_top = 2
|
||||
theme.menu_height = "16"
|
||||
theme.menu_width = "140"
|
||||
theme.menu_height = "20"
|
||||
theme.menu_width = "400"
|
||||
|
||||
theme.widget_bg = theme.icon_dir .. "/bg_focus_noline.png"
|
||||
theme.awesome_icon = theme.icon_dir .. "/awesome_icon.png"
|
||||
|
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |
|
@ -21,8 +21,8 @@ theme.bg_urgent = "#FFFFFF"
|
|||
theme.border_width = "1"
|
||||
theme.border_normal = "#242424"
|
||||
theme.border_focus = "#EBEBFF"
|
||||
theme.taglist_fg_focus = "#EBEBFF"
|
||||
theme.taglist_bg_focus = "#3D3D3D"
|
||||
theme.taglist_fg_focus = "#EDEFFF"
|
||||
theme.taglist_bg_focus = "#242424"
|
||||
theme.menu_height = "16"
|
||||
theme.menu_width = "140"
|
||||
|
||||
|
@ -37,10 +37,10 @@ theme.tasklist_disable_icon = true
|
|||
|
||||
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_sel = theme.dir .. "/icons/square_sel.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.vol_bg = theme.dir .. "/icons/vol_bg.png"
|
||||
|
||||
theme.layout_txt_tile = "[t]"
|
||||
theme.layout_txt_tileleft = "[l]"
|
||||
|
|