lpfManiak

/themes/lpf/theme.lua

Aug 20th, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. ------------------------------
  2. -- lpf awesome theme --
  3. -- stock + bright colours --
  4. ------------------------------
  5.  
  6. theme = {lpf}
  7.  
  8. theme.font = "Cure 8"
  9.  
  10. theme.bg_normal = "#efecdd"
  11. theme.bg_focus = "#e7e1c7"
  12. theme.bg_urgent = "#ff0000"
  13. theme.bg_minimize = "#efecdd"
  14. theme.bg_systray = theme.bg_normal
  15.  
  16. theme.useless_gap_width = "20"
  17. theme.lower_window_height = "72"
  18. --set your vertical resolution
  19. theme.vertical_resolution = "1080"
  20. --set the extra vertical spacing to 8px
  21. theme.vertical_border = "8"
  22. --set the extra outermost spacing to 18px
  23. theme.outer_padding = "18"
  24.  
  25. theme.fg_normal = "#03000d"
  26. theme.fg_focus = "#03000d"
  27. theme.fg_urgent = "#03000d"
  28. theme.fg_minimize = "#03000d"
  29.  
  30. theme.border_width = 2
  31. theme.border_normal = "#c7b59f"
  32.  
  33. theme.border_focus = "#b49c7f"
  34. theme.border_marked = "#000000"
  35.  
  36. -- There are other variable sets
  37. -- overriding the default one when
  38. -- defined, the sets are:
  39. -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
  40. -- titlebar_[bg|fg]_[normal|focus]
  41. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  42. -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
  43. -- Example:
  44. --theme.taglist_bg_focus = "#ff0000"
  45.  
  46. -- Display the taglist squares
  47. -- theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
  48. -- theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png"
  49.  
  50. -- Variables set for theming the menu:
  51. -- menu_[bg|fg]_[normal|focus]
  52. -- menu_[border_color|border_width]
  53. theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
  54. theme.menu_height = 15
  55. theme.menu_width = 100
  56.  
  57. -- You can add as many variables as
  58. -- you wish and access them by using
  59. -- beautiful.variable in your rc.lua
  60. --theme.bg_widget = "#cc0000"
  61.  
  62. -- Define the image to load
  63. theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"
  64. theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png"
  65.  
  66. theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png"
  67. theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png"
  68. theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png"
  69. theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png"
  70.  
  71. theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png"
  72. theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png"
  73. theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png"
  74. theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png"
  75.  
  76. theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png"
  77. theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png"
  78. theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png"
  79. theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png"
  80.  
  81. theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png"
  82. theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png"
  83. theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png"
  84. theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"
  85.  
  86. theme.wallpaper = "/home/lpf/Pictures/bloom_one_desktop.jpg"
  87.  
  88. -- You can use your own layout icons like this:
  89. theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"
  90. theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png"
  91. theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png"
  92. theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png"
  93. theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png"
  94. theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png"
  95. theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png"
  96. theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png"
  97. theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png"
  98. theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png"
  99. theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png"
  100. theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png"
  101.  
  102. theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
  103.  
  104. theme.tasklist_disable_icon = true
  105.  
  106. -- Define the icon theme for application icons. If not set then the icons
  107. -- from /usr/share/icons and /usr/share/icons/hicolor will be used.
  108. theme.icon_theme = nil
  109.  
  110. return theme
  111. -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
Advertisement
Add Comment
Please, Sign In to add comment