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

gitmodules updated; reverted unwanted vertex mods

This commit is contained in:
copycat-killer 2017-02-01 20:21:07 +01:00
parent d4d97e5aa5
commit 31af9bf538

View file

@ -12,7 +12,6 @@ local awful = require("awful")
local wibox = require("wibox")
local theme_assets = require("beautiful.theme_assets")
local math, string, tonumber, os = math, string, tonumber, os
local client = client
local theme = {}
theme.default_dir = require("awful.util").get_themes_dir() .. "default"
@ -114,7 +113,6 @@ local markup = lain.util.markup
local mytextclock = wibox.widget.textclock(markup("#FFFFFF", "%a %d %b, %H:%M"))
mytextclock.font = theme.font
lain.widgets.calendar({
cal = "/usr/bin/cal --color=always",
attach_to = { mytextclock },
notification_preset = {
fg = "#FFFFFF",
@ -404,22 +402,4 @@ function theme.at_screen_connect(s)
end)
end
--[[
client.connect_signal("property::width",function(c)
if c.shape ~= gears.shape.rounded_rect then
c.shape = gears.shape.rounded_rect
end
end)
client.connect_signal("property::height",function(c)
if c.shape ~= gears.shape.rounded_rect then
c.shape = gears.shape.rounded_rect
end
end)
client.connect_signal("property::width",function(c)
if c.shape ~= gears.shape.rounded_rect then
c.shape = gears.shape.rounded_rect
end
end)
--]]
return theme