From 31af9bf538383c6de2cbbe5d688b4364b3882406 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Wed, 1 Feb 2017 20:21:07 +0100 Subject: [PATCH] gitmodules updated; reverted unwanted vertex mods --- themes/vertex/theme.lua | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/themes/vertex/theme.lua b/themes/vertex/theme.lua index ff8fce6..3094bf1 100644 --- a/themes/vertex/theme.lua +++ b/themes/vertex/theme.lua @@ -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