Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------------------------
- -- "tuxhat" awesome theme --
- -- By CyberpunkZ --
- -------------------------------
- -- Alternative icon sets and widget icons:
- -- * http://awesome.naquadah.org/wiki/Nice_Icons
- -- {{{ Main
- theme = {}
- theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/tuxhat"
- theme.tasklist_disable_icon = true
- theme.submenu_icon = theme.confdir .. "/icons/submenu.png"
- theme.widget_cpu = theme.confdir .. "/icons/cpu.png"
- theme.widget_mem = theme.confdir .. "/icons/mem.png"
- theme.widget_netdown = theme.confdir .. "/icons/net_down.png"
- theme.widget_netup = theme.confdir .. "/icons/net_up.png"
- theme.widget_clock = theme.confdir .. "/icons/clock.png"
- --theme.wallpaper = "~/.config/awesome/themes/tuxhat/thl-bg2.jpg"
- -- }}}
- -- {{{ Styles
- theme.font = "terminus 8"
- -- {{{ Colors
- theme.fg_normal = "#5f5740"
- theme.fg_focus = "#f0dfaf"
- theme.fg_urgent = "#CC9393"
- theme.bg_normal = "#181512"
- theme.bg_focus = "#181512"
- theme.bg_urgent = "#3F3F3F"
- theme.bg_systray = theme.bg_normal
- -- }}}
- -- {{{ Borders
- theme.border_width = 2
- theme.border_normal = "#222222"
- theme.border_focus = "#222222"
- theme.border_marked = "#CC9393"
- -- }}}
- -- {{{ Titlebars
- theme.titlebar_bg_focus = "#181512"
- theme.titlebar_bg_normal = "#181512"
- -- }}}
- -- There are other variable sets
- -- overriding the default one when
- -- defined, the sets are:
- -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
- -- titlebar_[normal|focus]
- -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
- -- Example:
- --theme.taglist_bg_focus = "#CC9393"
- -- }}}
- -- {{{ Widgets
- -- You can add as many variables as
- -- you wish and access them by using
- -- beautiful.variable in your rc.lua
- --theme.fg_widget = "#AECF96"
- --theme.fg_center_widget = "#88A175"
- --theme.fg_end_widget = "#FF5656"
- --theme.bg_widget = "#494B4F"
- --theme.border_widget = "#3F3F3F"
- -- }}}
- -- {{{ Mouse finder
- theme.mouse_finder_color = "#CC9393"
- -- mouse_finder_[timeout|animate_timeout|radius|factor]
- -- }}}
- -- {{{ Menu
- -- Variables set for theming the menu:
- -- menu_[bg|fg]_[normal|focus]
- -- menu_[border_color|border_width]
- theme.menu_height = 15
- theme.menu_width = 100
- -- }}}
- -- {{{ Icons
- -- {{{ Taglist
- theme.taglist_squares_sel = "~/.config/awesome/themes/tuxhat/taglist/squarefz.png"
- theme.taglist_squares_unsel = "~/.config/awesome/themes/tuxhat/taglist/squarez.png"
- --theme.taglist_squares_resize = "false"
- -- }}}
- -- {{{ Misc
- theme.awesome_icon = "~/.config/awesome/themes/tuxhat/arch-tuxhat.png"
- theme.menu_submenu_icon = "~/.config/awesome/themes/default/submenu.png"
- -- }}}
- -- {{{ Layout
- theme.layout_tile = "~/.config/awesome/themes/tuxhat/layouts/tile.png"
- theme.layout_tileleft = "~/.config/awesome/themes/tuxhat/layouts/tileleft.png"
- theme.layout_tilebottom = "~/.config/awesome/themes/tuxhat/layouts/tilebottom.png"
- theme.layout_tiletop = "~/.config/awesome/themes/tuxhat/layouts/tiletop.png"
- theme.layout_fairv = "~/.config/awesome/themes/tuxhat/layouts/fairv.png"
- theme.layout_fairh = "~/.config/awesome/themes/tuxhat/layouts/fairh.png"
- theme.layout_spiral = "~/.config/awesome/themes/tuxhat/layouts/spiral.png"
- theme.layout_dwindle = "~/.config/awesome/themes/tuxhat/layouts/dwindle.png"
- theme.layout_max = "~/.config/awesome/themes/tuxhat/layouts/max.png"
- theme.layout_fullscreen = "~/.config/awesome/themes/tuxhat/layouts/fullscreen.png"
- theme.layout_magnifier = "~/.config/awesome/themes/tuxhat/layouts/magnifier.png"
- theme.layout_floating = "~/.config/awesome/themes/tuxhat/layouts/floating.png"
- -- }}}
- -- {{{ Titlebar
- theme.titlebar_close_button_focus = "~/.config/awesome/themes/tuxhat/titlebar/close_focus.png"
- theme.titlebar_close_button_normal = "~/.config/awesome/themes/tuxhat/titlebar/close_normal.png"
- theme.titlebar_ontop_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/ontop_focus_active.png"
- theme.titlebar_ontop_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/ontop_normal_active.png"
- theme.titlebar_ontop_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/ontop_focus_inactive.png"
- theme.titlebar_ontop_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/ontop_normal_inactive.png"
- theme.titlebar_sticky_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/sticky_focus_active.png"
- theme.titlebar_sticky_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/sticky_normal_active.png"
- theme.titlebar_sticky_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/sticky_focus_inactive.png"
- theme.titlebar_sticky_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/sticky_normal_inactive.png"
- theme.titlebar_floating_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/floating_focus_active.png"
- theme.titlebar_floating_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/floating_normal_active.png"
- theme.titlebar_floating_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/floating_focus_inactive.png"
- theme.titlebar_floating_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/floating_normal_inactive.png"
- theme.titlebar_maximized_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/maximized_focus_active.png"
- theme.titlebar_maximized_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/maximized_normal_active.png"
- theme.titlebar_maximized_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/maximized_focus_inactive.png"
- theme.titlebar_maximized_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/maximized_normal_inactive.png"
- theme.titlebar_minimize_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/minimize_focus_active.png"
- theme.titlebar_minimize_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/minimize_normal_active.png"
- theme.titlebar_minimize_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/minimize_focus_inactive.png"
- theme.titlebar_minimize_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/minimize_normal_inactive.png"
- -- }}}
- -- }}}
- return theme
Advertisement
Add Comment
Please, Sign In to add comment