mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
readme updated
This commit is contained in:
parent
e849c02c3e
commit
af412fb12d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
rc.lua
|
rc.lua
|
||||||
perceptive/
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ Notes
|
||||||
|
|
||||||
Fonts are Terminus (Multicolor, Powerarrow Darker) and Tamsyn (Steamburn, Blackburn).
|
Fonts are Terminus (Multicolor, Powerarrow Darker) and Tamsyn (Steamburn, Blackburn).
|
||||||
|
|
||||||
Blackburn uses a modded Termsyn (for symbolic tag names) you can find in my dots_, and perceptive_.
|
Blackburn uses a modded Termsyn (for symbolic tag names) you can find in my dots_, and yawn_.
|
||||||
|
|
||||||
Steamburn and Blackburn have X colours schemes too. Check here_.
|
Steamburn and Blackburn have X colours schemes too. Check here_.
|
||||||
|
|
||||||
|
@ -57,5 +57,5 @@ Steamburn and Blackburn have X colours schemes too. Check here_.
|
||||||
.. _romockee: https://github.com/romockee/powerarrow-dark
|
.. _romockee: https://github.com/romockee/powerarrow-dark
|
||||||
.. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846
|
.. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846
|
||||||
.. _dots: https://github.com/copycat-killer/dots/tree/master/.fonts
|
.. _dots: https://github.com/copycat-killer/dots/tree/master/.fonts
|
||||||
.. _perceptive: https://github.com/copycat-killer/perceptive
|
.. _yawn: https://github.com/copycat-killer/yawn
|
||||||
.. _here: https://github.com/copycat-killer/dots/tree/master/.colors
|
.. _here: https://github.com/copycat-killer/dots/tree/master/.colors
|
||||||
|
|
|
@ -17,7 +17,7 @@ local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local vicious = require("vicious")
|
local vicious = require("vicious")
|
||||||
local scratch = require("scratch")
|
local scratch = require("scratch")
|
||||||
local perceptive = require("perceptive")
|
local yawn = require("yawn")
|
||||||
|
|
||||||
|
|
||||||
-- Run once function
|
-- Run once function
|
||||||
|
@ -344,7 +344,7 @@ vicious.register(mygmail, vicious.widgets.gmail,
|
||||||
})
|
})
|
||||||
notify_shown = true
|
notify_shown = true
|
||||||
end
|
end
|
||||||
if perceptive.icon == perceptive.sky_na then return gray .. " Mail " .. coldef .. white .. args["{count}"] .. coldef
|
if yawn.icon == yawn.sky_na then return gray .. " Mail " .. coldef .. white .. args["{count}"] .. coldef
|
||||||
else return gray .. " Mail " .. coldef .. white .. args["{count}"] .. "<span font='Tamsyn 1'> </span>" .. coldef
|
else return gray .. " Mail " .. coldef .. white .. args["{count}"] .. "<span font='Tamsyn 1'> </span>" .. coldef
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
@ -533,7 +533,7 @@ end, 10)
|
||||||
netwidget:buttons(awful.util.table.join(awful.button({ }, 1, function () awful.util.spawn_with_shell(wifi) end)))
|
netwidget:buttons(awful.util.table.join(awful.button({ }, 1, function () awful.util.spawn_with_shell(wifi) end)))
|
||||||
|
|
||||||
-- Weather widget
|
-- Weather widget
|
||||||
perceptive.register(123456) -- https//github.com/copycat-killer/perceptive
|
yawn.register(123456) -- https//github.com/copycat-killer/yawn
|
||||||
|
|
||||||
-- Separators
|
-- Separators
|
||||||
spr = wibox.widget.textbox(' ')
|
spr = wibox.widget.textbox(' ')
|
||||||
|
@ -628,8 +628,8 @@ for s = 1, screen.count() do
|
||||||
right_layout:add(spr)
|
right_layout:add(spr)
|
||||||
right_layout:add(mygmail)
|
right_layout:add(mygmail)
|
||||||
right_layout:add(spr)
|
right_layout:add(spr)
|
||||||
right_layout:add(perceptive.icon)
|
right_layout:add(yawn.icon)
|
||||||
right_layout:add(perceptive.widget)
|
right_layout:add(yawn.widget)
|
||||||
right_layout:add(fshwidget)
|
right_layout:add(fshwidget)
|
||||||
right_layout:add(batwidget)
|
right_layout:add(batwidget)
|
||||||
right_layout:add(netwidget)
|
right_layout:add(netwidget)
|
||||||
|
@ -725,7 +725,7 @@ globalkeys = awful.util.table.join(
|
||||||
-- Widgets popups
|
-- Widgets popups
|
||||||
awful.key({ altkey, }, "c", function () show_calendar(7) end),
|
awful.key({ altkey, }, "c", function () show_calendar(7) end),
|
||||||
awful.key({ altkey, }, "h", function () show_info(7) end),
|
awful.key({ altkey, }, "h", function () show_info(7) end),
|
||||||
awful.key({ altkey, }, "w", function () perceptive.show_weather(5) end),
|
awful.key({ altkey, }, "w", function () yawn.show_weather(5) end),
|
||||||
|
|
||||||
-- Volume control
|
-- Volume control
|
||||||
awful.key({ "Control" }, "Up", function ()
|
awful.key({ "Control" }, "Up", function ()
|
||||||
|
|
Loading…
Reference in a new issue