diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index fffb222..a0e9644 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -37,6 +37,10 @@ end -- Themes define colours, icons, and wallpapers beautiful.init("/usr/share/awesome/themes/default/theme.lua") beautiful.border_width = "2" +beautiful.border_normal = "#222222" +beautiful.border_focus = "#00bfff" +beautiful.font = "sans 12" +naughty.config.default_preset.font = "Inconsolata 14" -- This is used later as the default terminal and editor to run. terminal = "gnome-terminal"