diff --git a/.gitignore b/.gitignore index 28be66d..204da06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ rc.lua -perceptive/ diff --git a/README.rst b/README.rst index 2ff9174..0a54a5a 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Notes 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_. @@ -57,5 +57,5 @@ Steamburn and Blackburn have X colours schemes too. Check here_. .. _romockee: https://github.com/romockee/powerarrow-dark .. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846 .. _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 diff --git a/rc.lua.blackburn b/rc.lua.blackburn index 93674a3..3dae338 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -17,7 +17,7 @@ local beautiful = require("beautiful") local naughty = require("naughty") local vicious = require("vicious") local scratch = require("scratch") -local perceptive = require("perceptive") +local yawn = require("yawn") -- Run once function @@ -344,7 +344,7 @@ vicious.register(mygmail, vicious.widgets.gmail, }) notify_shown = true 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}"] .. " " .. coldef end else @@ -533,7 +533,7 @@ end, 10) netwidget:buttons(awful.util.table.join(awful.button({ }, 1, function () awful.util.spawn_with_shell(wifi) end))) -- Weather widget -perceptive.register(123456) -- https//github.com/copycat-killer/perceptive +yawn.register(123456) -- https//github.com/copycat-killer/yawn -- Separators spr = wibox.widget.textbox(' ') @@ -628,8 +628,8 @@ for s = 1, screen.count() do right_layout:add(spr) right_layout:add(mygmail) right_layout:add(spr) - right_layout:add(perceptive.icon) - right_layout:add(perceptive.widget) + right_layout:add(yawn.icon) + right_layout:add(yawn.widget) right_layout:add(fshwidget) right_layout:add(batwidget) right_layout:add(netwidget) @@ -725,7 +725,7 @@ globalkeys = awful.util.table.join( -- Widgets popups awful.key({ altkey, }, "c", function () show_calendar(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 awful.key({ "Control" }, "Up", function ()