mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
gitmodules updated; reverted unwanted vertex mods
This commit is contained in:
parent
d4d97e5aa5
commit
31af9bf538
|
@ -12,7 +12,6 @@ local awful = require("awful")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local theme_assets = require("beautiful.theme_assets")
|
local theme_assets = require("beautiful.theme_assets")
|
||||||
local math, string, tonumber, os = math, string, tonumber, os
|
local math, string, tonumber, os = math, string, tonumber, os
|
||||||
local client = client
|
|
||||||
|
|
||||||
local theme = {}
|
local theme = {}
|
||||||
theme.default_dir = require("awful.util").get_themes_dir() .. "default"
|
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"))
|
local mytextclock = wibox.widget.textclock(markup("#FFFFFF", "%a %d %b, %H:%M"))
|
||||||
mytextclock.font = theme.font
|
mytextclock.font = theme.font
|
||||||
lain.widgets.calendar({
|
lain.widgets.calendar({
|
||||||
cal = "/usr/bin/cal --color=always",
|
|
||||||
attach_to = { mytextclock },
|
attach_to = { mytextclock },
|
||||||
notification_preset = {
|
notification_preset = {
|
||||||
fg = "#FFFFFF",
|
fg = "#FFFFFF",
|
||||||
|
@ -404,22 +402,4 @@ function theme.at_screen_connect(s)
|
||||||
end)
|
end)
|
||||||
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
|
return theme
|
||||||
|
|
Loading…
Reference in a new issue