2008-08-05 22:21:22 +02:00
|
|
|
---------------------------
|
|
|
|
-- Default awesome theme --
|
|
|
|
---------------------------
|
|
|
|
|
2008-08-07 08:18:58 +02:00
|
|
|
font = sans 8
|
2008-08-05 22:21:22 +02:00
|
|
|
|
2008-08-07 08:18:58 +02:00
|
|
|
bg_normal = #222222
|
|
|
|
bg_focus = #535d6c
|
|
|
|
bg_urgent = #ff0000
|
2008-08-05 22:21:22 +02:00
|
|
|
|
2008-08-07 08:18:58 +02:00
|
|
|
fg_normal = #aaaaaa
|
|
|
|
fg_focus = #ffffff
|
|
|
|
fg_urgent = #ffffff
|
2008-08-05 22:21:22 +02:00
|
|
|
|
2008-08-07 08:18:58 +02:00
|
|
|
border_width = 1
|
|
|
|
border_normal = #000000
|
|
|
|
border_focus = #535d6c
|
|
|
|
border_marked = #91231c
|
2008-08-05 22:21:22 +02:00
|
|
|
|
2008-08-15 18:11:55 +02:00
|
|
|
# There are another variables sets
|
|
|
|
# overriding the default one when
|
|
|
|
# defined, the sets are:
|
|
|
|
# [taglist|tasklist]_[bg|fg]_[focus|urgent]
|
|
|
|
# titlebar_[bg|fg]_[normal|focus]
|
|
|
|
# Example:
|
|
|
|
#taglist_bg_focus = #ff0000
|
|
|
|
|
2008-10-22 14:22:48 +02:00
|
|
|
# Variables set for theming menu
|
|
|
|
# menu_[bg|fg]_[normal|focus]
|
|
|
|
# menu_[border_color|border_width]
|
2008-10-22 17:52:48 +02:00
|
|
|
# menu_submenu_icon = @AWESOME_ICON_PATH@/submenu.png
|
2008-10-22 14:22:48 +02:00
|
|
|
menu_height = 15
|
|
|
|
menu_width = 100
|
|
|
|
|
2008-08-20 16:40:23 +02:00
|
|
|
# Display the taglist squares
|
|
|
|
taglist_squares = true
|
|
|
|
|
2008-08-07 08:18:58 +02:00
|
|
|
# You can add as many variables as
|
|
|
|
# you wish and access them by using
|
|
|
|
# beautiful.variable in your rc.lua
|
|
|
|
#bg_widget = #cc0000
|
2008-08-20 16:40:23 +02:00
|
|
|
|
|
|
|
# Display close button inside titlebar
|
|
|
|
titlebar_close_button = true
|
|
|
|
|
|
|
|
# Define the image to load
|
|
|
|
@ (if titlebar_close_button_[normal|focus] these values are ignored)
|
2008-10-22 17:52:48 +02:00
|
|
|
#titlebar_close_button_img_normal = @AWESOME_ICON_PATH@/titlebar/closea.png
|
|
|
|
#titlebar_close_button_img_focus = @AWESOME_ICON_PATH@/titlebar/closera.png
|
2008-08-20 16:40:23 +02:00
|
|
|
# Or create your own close button
|
|
|
|
#titlebar_close_button_normal = <span>...</span>
|
|
|
|
#titlebar_close_button_focus = <span>...</span>
|
|
|
|
|
|
|
|
# You can use your own command to set your wallpaper
|
2008-08-21 11:33:27 +02:00
|
|
|
wallpaper_cmd = awsetbg @AWESOME_THEMES_PATH@/default-background.png
|