summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2011-03-28 18:59:49 +0200
committerNicolas Schodet2011-03-28 18:59:49 +0200
commitb385090be29a26dd1a1173430c9cfb5ca2514d28 (patch)
treea7752f14a482d36853dbd73ddef2ae976a161980
parenta07209c653c1726b4c589d0de980f94e7d10136c (diff)
change theme font and wibox height
-rw-r--r--ni/theme.lua4
-rw-r--r--rc.lua2
2 files changed, 4 insertions, 2 deletions
diff --git a/ni/theme.lua b/ni/theme.lua
index 5d92d1a..06c73b0 100644
--- a/ni/theme.lua
+++ b/ni/theme.lua
@@ -7,7 +7,9 @@ theme_dir = home_dir .. "/.config/awesome/ni"
theme = {}
-theme.font = "sans 6"
+theme.font = "terminus 9"
+
+theme.wibox_height = 12
theme.bg_normal = "#222222"
theme.bg_focus = "#535d6c"
diff --git a/rc.lua b/rc.lua
index ff8b718..2ab67f7 100644
--- a/rc.lua
+++ b/rc.lua
@@ -139,7 +139,7 @@ for s = 1, screen.count() do
end, mytasklist.buttons)
-- Create the wibox
- mywibox[s] = awful.wibox({ position = "bottom", screen = s })
+ mywibox[s] = awful.wibox({ position = "bottom", screen = s, height = beautiful.wibox_height })
-- Add widgets to the wibox - order matters
mywibox[s].widgets = {
{