Guest User

cac2s

a guest
Jan 5th, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.76 KB | None | 0 0
  1. theme = {}
  2.  
  3. theme.font          = "terminus 9"
  4.  
  5. theme.bg_normal     = "#343434"
  6. theme.bg_focus      = "#557fb0"
  7. theme.bg_urgent     = "#EF4545"
  8. theme.bg_minimize   = "#777777"
  9.  
  10. theme.fg_normal     = "#ebebeb"
  11. theme.fg_focus      = "#ffffff"
  12. theme.fg_urgent     = "#ffffff"
  13. theme.fg_minimize   = "#ffffff"
  14.  
  15. theme.border_width  = "1"
  16. theme.border_normal = "#999999"
  17. theme.border_focus  = "#4a6e99"
  18. theme.border_marked = "#557fb0"
  19.  
  20. -- There are other variable sets
  21. -- overriding the default one when
  22. -- defined, the sets are:
  23. -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
  24. -- titlebar_[bg|fg]_[normal|focus]
  25. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  26. -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
  27. -- Example:
  28. --theme.taglist_bg_focus = "#ff0000"
  29.  
  30. -- Display the taglist squares
  31. --theme.taglist_squares_sel   = "/home/cac2s/.config/awesome/theme/taglist/squarefw.png"
  32. --theme.taglist_squares_unsel = "/home/cac2s/.config/awesome/theme/taglist/squarew.png"
  33.  
  34. -- theme.tasklist_floating_icon = "/home/cac2s/.config/awesome/theme/tasklist/floatingw.png"
  35.  
  36. -- Variables set for theming the menu:
  37. -- menu_[bg|fg]_[normal|focus]
  38. -- menu_[border_color|border_width]
  39. theme.menu_submenu_icon = "/home/cac2s/.config/awesome/theme/submenu.png"
  40. theme.menu_height = "15"
  41. theme.menu_width  = "100"
  42.  
  43. -- You can add as many variables as
  44. -- you wish and access them by using
  45. -- beautiful.variable in your rc.lua
  46. --theme.bg_widget = "#cc0000"
  47.  
  48. -- Define the image to load
  49. theme.titlebar_close_button_normal = "/home/cac2s/.config/awesome/theme/titlebar/close_normal.png"
  50. theme.titlebar_close_button_focus  = "/home/cac2s/.config/awesome/theme/titlebar/close_focus.png"
  51.  
  52. theme.titlebar_ontop_button_normal_inactive = "/home/cac2s/.config/awesome/theme/titlebar/ontop_normal_inactive.png"
  53. theme.titlebar_ontop_button_focus_inactive  = "/home/cac2s/.config/awesome/theme/titlebar/ontop_focus_inactive.png"
  54. theme.titlebar_ontop_button_normal_active = "/home/cac2s/.config/awesome/theme/titlebar/ontop_normal_active.png"
  55. theme.titlebar_ontop_button_focus_active  = "/home/cac2s/.config/awesome/theme/titlebar/ontop_focus_active.png"
  56.  
  57. theme.titlebar_sticky_button_normal_inactive = "/home/cac2s/.config/awesome/theme/titlebar/sticky_normal_inactive.png"
  58. theme.titlebar_sticky_button_focus_inactive  = "/home/cac2s/.config/awesome/theme/titlebar/sticky_focus_inactive.png"
  59. theme.titlebar_sticky_button_normal_active = "/home/cac2s/.config/awesome/theme/titlebar/sticky_normal_active.png"
  60. theme.titlebar_sticky_button_focus_active  = "/home/cac2s/.config/awesome/theme/titlebar/sticky_focus_active.png"
  61.  
  62. theme.titlebar_floating_button_normal_inactive = "/home/cac2s/.config/awesome/theme/titlebar/floating_normal_inactive.png"
  63. theme.titlebar_floating_button_focus_inactive  = "/home/cac2s/.config/awesome/theme/titlebar/floating_focus_inactive.png"
  64. theme.titlebar_floating_button_normal_active = "/home/cac2s/.config/awesome/theme/titlebar/floating_normal_active.png"
  65. theme.titlebar_floating_button_focus_active  = "/home/cac2s/.config/awesome/theme/titlebar/floating_focus_active.png"
  66.  
  67. theme.titlebar_maximized_button_normal_inactive = "/home/cac2s/.config/awesome/theme/titlebar/maximized_normal_inactive.png"
  68. theme.titlebar_maximized_button_focus_inactive  = "/home/cac2s/.config/awesome/theme/titlebar/maximized_focus_inactive.png"
  69. theme.titlebar_maximized_button_normal_active = "/home/cac2s/.config/awesome/theme/titlebar/maximized_normal_active.png"
  70. theme.titlebar_maximized_button_focus_active  = "/home/cac2s/.config/awesome/theme/titlebar/maximized_focus_active.png"
  71.  
  72. -- You can use your own command to set your wallpaper
  73. --theme.wallpaper_cmd = { "awsetbg /home/cac2s/wallpapers/wp.png" }
  74.  
  75. -- You can use your own layout icons like this:
  76. theme.layout_fairh = "/home/cac2s/.config/awesome/theme/layouts/fairh.png"
  77. theme.layout_fairv = "/home/cac2s/.config/awesome/theme/layouts/fairv.png"
  78. theme.layout_floating  = "/home/cac2s/.config/awesome/theme/layouts/floating.png"
  79. theme.layout_magnifier = "/home/cac2s/.config/awesome/theme/layouts/magnifier.png"
  80. theme.layout_max = "/home/cac2s/.config/awesome/theme/layouts/max.png"
  81. theme.layout_fullscreen = "/home/cac2s/.config/awesome/theme/layouts/fullscreen.png"
  82. theme.layout_tilebottom = "/home/cac2s/.config/awesome/theme/layouts/tilebottom.png"
  83. theme.layout_tileleft   = "/home/cac2s/.config/awesome/theme/layouts/tileleft.png"
  84. theme.layout_tile = "/home/cac2s/.config/awesome/theme/layouts/tile.png"
  85. theme.layout_tiletop = "/home/cac2s/.config/awesome/theme/layouts/tiletop.png"
  86. theme.layout_spiral  = "/home/cac2s/.config/awesome/theme/layouts/spiral.png"
  87. theme.layout_dwindle = "/home/cac2s/.config/awesome/theme/layouts/dwindle.png"
  88.  
  89. theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
  90.  
  91. return theme
Add Comment
Please, Sign In to add comment