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
)