From 621cac5bfd5277df1213b28e52b07685bf397a15 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Wed, 20 May 2015 11:10:34 +0200 Subject: [PATCH] Correct numeric values in dark theme --- dark/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dark/theme.lua b/dark/theme.lua index 9d2ce53..8eaa7dd 100755 --- a/dark/theme.lua +++ b/dark/theme.lua @@ -16,7 +16,7 @@ theme.fg_focus = "#1793d1" theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" -theme.border_width = "0" +theme.border_width = 1 theme.border_normal = "#000000" theme.border_focus = "#ffffff" theme.border_marked = "#ff0000" @@ -39,8 +39,8 @@ theme.tasklist_floating_icon = os.getenv("HOME") .. "/.config/awesome/themes/dar -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] theme.menu_submenu_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/submenu.png" -theme.menu_height = "15" -theme.menu_width = "100" +theme.menu_height = 15 +theme.menu_width = 100 -- You can add as many variables as -- you wish and access them by using