Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------------------------
- -- Default awesome theme --
- ---------------------------
- home_path = os.getenv('HOME') .. '/'
- theme = {}
- theme.font = "Liberation 8"
- theme.wallpaper = "~/.wallpaper"
- -- Background
- theme.bg_normal = "#e4e4e4"
- theme.bg_focus = "#b5b5b5"
- theme.bg_urgent = "#ff0000"
- theme.bg_minimize = "#8f8f8f"
- theme.bg_systray = theme.bg_normal
- theme.bg_tooltip = "#d6d6d6"
- theme.bg_em = "#5a5a5a"
- -- Foreground
- theme.fg_normal = "#2e2e2e"
- theme.fg_focus = "#2e2e2e"
- theme.fg_urgent = "#ffffff"
- theme.fg_minimize = "#2e2e2e"
- theme.fg_tooltip = "#1a1a1a"
- theme.fg_em = "#d6d6d6"
- -- Border
- theme.border_width = 1
- theme.border_normal = "#3a3a3a"
- theme.border_focus = "#5a5a5a"
- theme.border_marked = "#91231c"
- -- There are other variable sets
- -- overriding the default one when
- -- defined, the sets are:
- -- taglist_[bg|fg]_[focus|urgent|occupied|empty]
- -- tasklist_[bg|fg]_[focus|urgent]
- -- titlebar_[bg|fg]_[normal|focus]
- -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
- -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
- -- Example:
- --theme.taglist_bg_focus = "#ff0000"
- -- Taglist squares
- theme.taglist_squares_sel = home_path .. ".config/awesome/themes/default_white/taglist/squaref.png"
- theme.taglist_squares_unsel = home_path .. ".config/awesome/themes/default_white/taglist/square.png"
- -- Variables set for theming the menu:
- -- menu_[bg|fg]_[normal|focus]
- -- menu_[border_color|border_width]
- theme.menu_submenu_icon = home_path .. ".config/awesome/themes/default_white/submenu.png"
- theme.menu_height = 15
- theme.menu_width = 100
- -- Images for titlebar
- theme.titlebar_close_button_normal = home_path .. ".config/awesome/themes/default_white/titlebar/close_normal.png"
- theme.titlebar_close_button_focus = home_path .. ".config/awesome/themes/default_white/titlebar/close_focus.png"
- theme.titlebar_ontop_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_normal_inactive.png"
- theme.titlebar_ontop_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_focus_inactive.png"
- theme.titlebar_ontop_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_normal_active.png"
- theme.titlebar_ontop_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_focus_active.png"
- theme.titlebar_sticky_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_normal_inactive.png"
- theme.titlebar_sticky_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_focus_inactive.png"
- theme.titlebar_sticky_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_normal_active.png"
- theme.titlebar_sticky_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_focus_active.png"
- theme.titlebar_floating_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/floating_normal_inactive.png"
- theme.titlebar_floating_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/floating_focus_inactive.png"
- theme.titlebar_floating_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/floating_normal_active.png"
- theme.titlebar_floating_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/floating_focus_active.png"
- theme.titlebar_maximized_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_normal_inactive.png"
- theme.titlebar_maximized_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_focus_inactive.png"
- theme.titlebar_maximized_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_normal_active.png"
- theme.titlebar_maximized_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_focus_active.png"
- -- Images for layouts
- theme.layout_fairh = home_path .. ".config/awesome/themes/default_white/layouts/fairh.png"
- theme.layout_fairv = home_path .. ".config/awesome/themes/default_white/layouts/fairv.png"
- theme.layout_floating = home_path .. ".config/awesome/themes/default_white/layouts/floating.png"
- theme.layout_magnifier = home_path .. ".config/awesome/themes/default_white/layouts/magnifier.png"
- theme.layout_max = home_path .. ".config/awesome/themes/default_white/layouts/max.png"
- theme.layout_fullscreen = home_path .. ".config/awesome/themes/default_white/layouts/fullscreen.png"
- theme.layout_tilebottom = home_path .. ".config/awesome/themes/default_white/layouts/tilebottom.png"
- theme.layout_tileleft = home_path .. ".config/awesome/themes/default_white/layouts/tileleft.png"
- theme.layout_tile = home_path .. ".config/awesome/themes/default_white/layouts/tile.png"
- theme.layout_tiletop = home_path .. ".config/awesome/themes/default_white/layouts/tiletop.png"
- theme.layout_spiral = home_path .. ".config/awesome/themes/default_white/layouts/spiral.png"
- theme.layout_dwindle = home_path .. ".config/awesome/themes/default_white/layouts/dwindle.png"
- theme.layout_cornernw = home_path .. ".config/awesome/themes/default_white/layouts/cornernw.png"
- theme.layout_cornerne = home_path .. ".config/awesome/themes/default_white/layouts/cornerne.png"
- theme.layout_cornersw = home_path .. ".config/awesome/themes/default_white/layouts/cornersw.png"
- theme.layout_cornerse = home_path .. ".config/awesome/themes/default_white/layouts/cornerse.png"
- theme.layout_uselesstile = home_path .. ".config/awesome/themes/default_white/layouts/centerfair.png"
- -- Awesome icon
- theme.awesome_icon = home_path .. ".config/awesome/themes/default_white/awesome16.png"
- -- For Lain
- -- Gap from all sides
- theme.useless_gap = 0
- -- For width and height separately
- theme.single_gap = { width = 600, height = 300 }
- -- Define the icon theme for application icons. If not set then the icons
- -- from /usr/share/icons and /usr/share/icons/hicolor will be used.
- theme.icon_theme = nil
- return theme
Add Comment
Please, Sign In to add comment