unixwz0r

theme.lua

Dec 24th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. -------------------------------
  2. -- "tuxhat" awesome theme --
  3. -- By CyberpunkZ --
  4. -------------------------------
  5.  
  6. -- Alternative icon sets and widget icons:
  7. -- * http://awesome.naquadah.org/wiki/Nice_Icons
  8.  
  9. -- {{{ Main
  10. theme = {}
  11. theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/tuxhat"
  12. theme.tasklist_disable_icon = true
  13. theme.submenu_icon = theme.confdir .. "/icons/submenu.png"
  14. theme.widget_cpu = theme.confdir .. "/icons/cpu.png"
  15. theme.widget_mem = theme.confdir .. "/icons/mem.png"
  16. theme.widget_netdown = theme.confdir .. "/icons/net_down.png"
  17. theme.widget_netup = theme.confdir .. "/icons/net_up.png"
  18. theme.widget_clock = theme.confdir .. "/icons/clock.png"
  19.  
  20. --theme.wallpaper = "~/.config/awesome/themes/tuxhat/thl-bg2.jpg"
  21. -- }}}
  22.  
  23. -- {{{ Styles
  24. theme.font = "terminus 8"
  25.  
  26. -- {{{ Colors
  27. theme.fg_normal = "#5f5740"
  28. theme.fg_focus = "#f0dfaf"
  29. theme.fg_urgent = "#CC9393"
  30. theme.bg_normal = "#181512"
  31. theme.bg_focus = "#181512"
  32. theme.bg_urgent = "#3F3F3F"
  33. theme.bg_systray = theme.bg_normal
  34. -- }}}
  35.  
  36. -- {{{ Borders
  37. theme.border_width = 2
  38. theme.border_normal = "#222222"
  39. theme.border_focus = "#222222"
  40. theme.border_marked = "#CC9393"
  41. -- }}}
  42.  
  43. -- {{{ Titlebars
  44. theme.titlebar_bg_focus = "#181512"
  45. theme.titlebar_bg_normal = "#181512"
  46. -- }}}
  47.  
  48. -- There are other variable sets
  49. -- overriding the default one when
  50. -- defined, the sets are:
  51. -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
  52. -- titlebar_[normal|focus]
  53. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  54. -- Example:
  55. --theme.taglist_bg_focus = "#CC9393"
  56. -- }}}
  57.  
  58. -- {{{ Widgets
  59. -- You can add as many variables as
  60. -- you wish and access them by using
  61. -- beautiful.variable in your rc.lua
  62. --theme.fg_widget = "#AECF96"
  63. --theme.fg_center_widget = "#88A175"
  64. --theme.fg_end_widget = "#FF5656"
  65. --theme.bg_widget = "#494B4F"
  66. --theme.border_widget = "#3F3F3F"
  67. -- }}}
  68.  
  69. -- {{{ Mouse finder
  70. theme.mouse_finder_color = "#CC9393"
  71. -- mouse_finder_[timeout|animate_timeout|radius|factor]
  72. -- }}}
  73.  
  74. -- {{{ Menu
  75. -- Variables set for theming the menu:
  76. -- menu_[bg|fg]_[normal|focus]
  77. -- menu_[border_color|border_width]
  78. theme.menu_height = 15
  79. theme.menu_width = 100
  80. -- }}}
  81.  
  82. -- {{{ Icons
  83. -- {{{ Taglist
  84. theme.taglist_squares_sel = "~/.config/awesome/themes/tuxhat/taglist/squarefz.png"
  85. theme.taglist_squares_unsel = "~/.config/awesome/themes/tuxhat/taglist/squarez.png"
  86. --theme.taglist_squares_resize = "false"
  87. -- }}}
  88.  
  89. -- {{{ Misc
  90. theme.awesome_icon = "~/.config/awesome/themes/tuxhat/arch-tuxhat.png"
  91. theme.menu_submenu_icon = "~/.config/awesome/themes/default/submenu.png"
  92. -- }}}
  93.  
  94. -- {{{ Layout
  95. theme.layout_tile = "~/.config/awesome/themes/tuxhat/layouts/tile.png"
  96. theme.layout_tileleft = "~/.config/awesome/themes/tuxhat/layouts/tileleft.png"
  97. theme.layout_tilebottom = "~/.config/awesome/themes/tuxhat/layouts/tilebottom.png"
  98. theme.layout_tiletop = "~/.config/awesome/themes/tuxhat/layouts/tiletop.png"
  99. theme.layout_fairv = "~/.config/awesome/themes/tuxhat/layouts/fairv.png"
  100. theme.layout_fairh = "~/.config/awesome/themes/tuxhat/layouts/fairh.png"
  101. theme.layout_spiral = "~/.config/awesome/themes/tuxhat/layouts/spiral.png"
  102. theme.layout_dwindle = "~/.config/awesome/themes/tuxhat/layouts/dwindle.png"
  103. theme.layout_max = "~/.config/awesome/themes/tuxhat/layouts/max.png"
  104. theme.layout_fullscreen = "~/.config/awesome/themes/tuxhat/layouts/fullscreen.png"
  105. theme.layout_magnifier = "~/.config/awesome/themes/tuxhat/layouts/magnifier.png"
  106. theme.layout_floating = "~/.config/awesome/themes/tuxhat/layouts/floating.png"
  107. -- }}}
  108.  
  109. -- {{{ Titlebar
  110. theme.titlebar_close_button_focus = "~/.config/awesome/themes/tuxhat/titlebar/close_focus.png"
  111. theme.titlebar_close_button_normal = "~/.config/awesome/themes/tuxhat/titlebar/close_normal.png"
  112.  
  113. theme.titlebar_ontop_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/ontop_focus_active.png"
  114. theme.titlebar_ontop_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/ontop_normal_active.png"
  115. theme.titlebar_ontop_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/ontop_focus_inactive.png"
  116. theme.titlebar_ontop_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/ontop_normal_inactive.png"
  117.  
  118. theme.titlebar_sticky_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/sticky_focus_active.png"
  119. theme.titlebar_sticky_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/sticky_normal_active.png"
  120. theme.titlebar_sticky_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/sticky_focus_inactive.png"
  121. theme.titlebar_sticky_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/sticky_normal_inactive.png"
  122.  
  123. theme.titlebar_floating_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/floating_focus_active.png"
  124. theme.titlebar_floating_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/floating_normal_active.png"
  125. theme.titlebar_floating_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/floating_focus_inactive.png"
  126. theme.titlebar_floating_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/floating_normal_inactive.png"
  127.  
  128. theme.titlebar_maximized_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/maximized_focus_active.png"
  129. theme.titlebar_maximized_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/maximized_normal_active.png"
  130. theme.titlebar_maximized_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/maximized_focus_inactive.png"
  131. theme.titlebar_maximized_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/maximized_normal_inactive.png"
  132.  
  133. theme.titlebar_minimize_button_focus_active = "~/.config/awesome/themes/tuxhat/titlebar/minimize_focus_active.png"
  134. theme.titlebar_minimize_button_normal_active = "~/.config/awesome/themes/tuxhat/titlebar/minimize_normal_active.png"
  135. theme.titlebar_minimize_button_focus_inactive = "~/.config/awesome/themes/tuxhat/titlebar/minimize_focus_inactive.png"
  136. theme.titlebar_minimize_button_normal_inactive = "~/.config/awesome/themes/tuxhat/titlebar/minimize_normal_inactive.png"
  137. -- }}}
  138. -- }}}
  139.  
  140. return theme
Advertisement
Add Comment
Please, Sign In to add comment