summaryrefslogtreecommitdiff
path: root/awesome/theme.lua
blob: cdf6f2eb75dcd74437c46d210feb769d190603c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- Theme handling library
local beautiful = require("beautiful")
local gears = require("gears")

-- Themes define colours, icons, font and wallpapers.
-- beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
beautiful.init(gears.filesystem.get_themes_dir() .. "gtk/theme.lua")
beautiful.useless_gap = 0
--beautiful.layoutlist_font = "Monospace 8"
beautiful.font = "Tamzen 10"
beautiful.taglist_font = "Tamzen 10"
beautiful.tasklist_font = "Tamzen 10"
beautiful.tasklist_font_focus = "Tamzen 10"
beautiful.tasklist_align = "center"  -- does nothing?
beautiful.wibar_height = "18"