a lot of stuff and added dbus_proxy as sub module

This commit is contained in:
Rene
2022-09-12 21:16:19 +02:00
parent e5cdb33eec
commit 3d8b240ef0
26 changed files with 1730 additions and 297 deletions

View File

@@ -149,6 +149,9 @@ Theme_config.calendar = {
fg = color["Grey100"],
border_color = color["Grey800"],
border_width = dpi(2),
shape = function(cr, w, h)
gears.shape.rounded_rect(cr, w, h, dpi(8))
end,
day = {
today_border_color = color["Blue200"],
bg = color["Grey900"],
@@ -160,7 +163,7 @@ Theme_config.calendar = {
border_color = color["Grey800"],
border_width = dpi(2),
shape = function(cr, width, height)
gears.shape.rounded_rect(cr, width, height, dpi(4))
gears.shape.rounded_rect(cr, width, height, dpi(8))
end,
},
task = {

View File

@@ -20,11 +20,8 @@ User_config = {
"picom --experimental-backends",
"xfce4-power-manager",
"light-locker --lock-on-suspend --lock-on-lid &",
"spotify",
"discord",
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1",
"setxkbmap -option caps:swapescape",
"jamesdsp"
},
--[[