Moved fonts to config file

This commit is contained in:
2023-08-21 19:00:27 -07:00
parent 459e31371f
commit 23e3adc741
9 changed files with 36 additions and 21 deletions

View File

@ -105,7 +105,7 @@ return gears.table.join(
awful.key( {"Mod4"}, "p",
function ()
awful.prompt.run {
prompt = "<b>Really shutdown? (y/n/r) </b>",
prompt = "Really shutdown? (y/n/r) ",
textbox = awful.screen.focused().mypromptbox.widget,
exe_callback = shutdown
}