theme.lua 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. ---------------------------
  2. -- Default awesome theme --
  3. ---------------------------
  4. local theme = {}
  5. theme.font = "sans 8"
  6. theme.bg_normal = "#222222"
  7. theme.bg_focus = "#535d6c"
  8. theme.bg_urgent = "#ff0000"
  9. theme.bg_minimize = "#444444"
  10. theme.bg_systray = theme.bg_normal
  11. theme.fg_normal = "#aaaaaa"
  12. theme.fg_focus = "#ffffff"
  13. theme.fg_urgent = "#ffffff"
  14. theme.fg_minimize = "#ffffff"
  15. theme.useless_gap = 0
  16. theme.border_width = 1
  17. theme.border_normal = "#000000"
  18. theme.border_focus = "#535d6c"
  19. theme.border_marked = "#91231c"
  20. -- There are other variable sets
  21. -- overriding the default one when
  22. -- defined, the sets are:
  23. -- taglist_[bg|fg]_[focus|urgent|occupied|empty]
  24. -- tasklist_[bg|fg]_[focus|urgent]
  25. -- titlebar_[bg|fg]_[normal|focus]
  26. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  27. -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
  28. -- Example:
  29. --theme.taglist_bg_focus = "#ff0000"
  30. -- Display the taglist squares
  31. theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
  32. theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png"
  33. -- Variables set for theming the menu:
  34. -- menu_[bg|fg]_[normal|focus]
  35. -- menu_[border_color|border_width]
  36. theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
  37. theme.menu_height = 15
  38. theme.menu_width = 100
  39. -- You can add as many variables as
  40. -- you wish and access them by using
  41. -- beautiful.variable in your rc.lua
  42. --theme.bg_widget = "#cc0000"
  43. -- Define the image to load
  44. theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"
  45. theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png"
  46. theme.titlebar_minimize_button_normal = "/usr/share/awesome/themes/default/titlebar/minimize_normal.png"
  47. theme.titlebar_minimize_button_focus = "/usr/share/awesome/themes/default/titlebar/minimize_focus.png"
  48. theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png"
  49. theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png"
  50. theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png"
  51. theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png"
  52. theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png"
  53. theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png"
  54. theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png"
  55. theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png"
  56. theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png"
  57. theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png"
  58. theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png"
  59. theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png"
  60. theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png"
  61. theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png"
  62. theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png"
  63. theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"
  64. theme.wallpaper = "~/launcher/sys.py/gameshell/wallpaper/loading.png"
  65. theme.wallpaperpc = "~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg"
  66. -- You can use your own layout icons like this:
  67. theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"
  68. theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png"
  69. theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png"
  70. theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png"
  71. theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png"
  72. theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png"
  73. theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png"
  74. theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png"
  75. theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png"
  76. theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png"
  77. theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png"
  78. theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png"
  79. theme.layout_cornernw = "/usr/share/awesome/themes/default/layouts/cornernww.png"
  80. theme.layout_cornerne = "/usr/share/awesome/themes/default/layouts/cornernew.png"
  81. theme.layout_cornersw = "/usr/share/awesome/themes/default/layouts/cornersww.png"
  82. theme.layout_cornerse = "/usr/share/awesome/themes/default/layouts/cornersew.png"
  83. theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
  84. -- Define the icon theme for application icons. If not set then the icons
  85. -- from /usr/share/icons and /usr/share/icons/hicolor will be used.
  86. theme.icon_theme = nil
  87. return theme
  88. -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80