mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
List all available themes in template file
It is useful to try & error for new awesome users if available themes are listed in template file.
This commit is contained in:
parent
d283ae03fe
commit
9cc4756037
|
@ -58,7 +58,16 @@ run_once({ "unclutter -root" }) -- entries must be comma-separated
|
|||
-- }}}
|
||||
|
||||
-- {{{ Variable definitions
|
||||
-- local chosen_theme = "blackburn"
|
||||
-- local chosen_theme = "copland"
|
||||
-- local chosen_theme = "dremora"
|
||||
-- local chosen_theme = "holo"
|
||||
local chosen_theme = "multicolor"
|
||||
-- local chosen_theme = "powerarrow"
|
||||
-- local chosen_theme = "powerarrow-dark"
|
||||
-- local chosen_theme = "rainbow"
|
||||
-- local chosen_theme = "steamburn"
|
||||
-- local chosen_theme = "vertex"
|
||||
local modkey = "Mod4"
|
||||
local altkey = "Mod1"
|
||||
local terminal = "xterm"
|
||||
|
|
Loading…
Reference in a new issue