Did a lot of stuff

This commit is contained in:
Rene Kievits
2021-10-14 01:47:52 +02:00
parent 0d2a0bb8a8
commit 7843046d5b
20 changed files with 155 additions and 275 deletions

View File

@@ -75,6 +75,7 @@ return function ()
"button::release",
function ()
power_widget.bg = color.color["Red200"] .. "dd"
awful.spawn("rofi -show power-menu -modi 'power-menu:~/.config/rofi/rofi-power-menu --choices=shutdown/reboot/logout/lockscreen' -theme ~/.config/rofi/powermenu/powermenu.rasi")
end
)

View File

@@ -65,9 +65,9 @@ local list_update = function (widget, buttons, label, data, objects)
tag_widget:buttons(buttons, object)
--local text, bg_color, bg_image, icon, args = label(object, tag_label)
local text, bg_color, bg_image, icon, args = label(object, tag_label)
tag_label:set_text(i)
tag_label:set_text(object.index)
if object == awful.screen.focused().selected_tag then
tag_widget:set_bg(color.color["White"])
@@ -143,7 +143,7 @@ local list_update = function (widget, buttons, label, data, objects)
end
end
)
widget:add(tag_widget)
widget:set_spacing(dpi(6))
end
@@ -153,7 +153,7 @@ end
local tag_list = function (s)
return awful.widget.taglist(
s,
awful.widget.taglist.filter.all,
awful.widget.taglist.filter.noempty,
gears.table.join(
awful.button(
{ },
@@ -200,9 +200,7 @@ local tag_list = function (s)
{ },
5,
function (t)
if client.focus then
awful.tag.viewprev(t.screen)
end
awful.tag.viewprev(t.screen)
end
)
)

View File

@@ -43,7 +43,8 @@ local list_update = function (widget, buttons, label, data, objects)
task_title,
layout = wibox.layout.fixed.horizontal
},
margins = dpi(0),
right = dpi(5),
left = dpi(5),
widget = wibox.container.margin
},
bg = color.color["White"],