├── README.md ├── rc.lua └── themes └── grey-crown ├── awesome-icon.png ├── awesome14.png ├── awesome16.png ├── background.jpg ├── background.png ├── background ├── bg.png └── bg2.png ├── icons ├── chrome.png ├── dolphin.png ├── emacs24.png ├── kshutdown.png └── terminal.png ├── layouts ├── dwindle.png ├── dwindlew.png ├── fairh.png ├── fairhw.png ├── fairv.png ├── fairvw.png ├── floating.png ├── floatingw.png ├── fullscreen.png ├── fullscreenw.png ├── magnifier.png ├── magnifierw.png ├── max.png ├── maxw.png ├── spiral.png ├── spiralw.png ├── tile.png ├── tilebottom.png ├── tilebottomw.png ├── tileleft.png ├── tileleftw.png ├── tiletop.png ├── tiletopw.png └── tilew.png ├── layouts2 ├── dwindle.png ├── fairh.png ├── fairv.png ├── floating.png ├── floating_a.png ├── fullscreen.png ├── magnifier.png ├── max.png ├── spiral.png ├── tile.png ├── tilebottom.png ├── tileleft.png └── tiletop.png ├── submenu.png ├── taglist ├── squarefw.png └── squarew.png ├── tasklist ├── floating.png ├── floatingw.png ├── square.png └── square2.png ├── theme.lua └── titlebar ├── close_focus.png ├── close_normal.png ├── floating_focus_active.png ├── floating_focus_inactive.png ├── floating_normal_active.png ├── floating_normal_inactive.png ├── maximized_focus_active.png ├── maximized_focus_inactive.png ├── maximized_normal_active.png ├── maximized_normal_inactive.png ├── ontop_focus_active.png ├── ontop_focus_inactive.png ├── ontop_normal_active.png ├── ontop_normal_inactive.png ├── sticky_focus_active.png ├── sticky_focus_inactive.png ├── sticky_normal_active.png └── sticky_normal_inactive.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/README.md -------------------------------------------------------------------------------- /rc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/rc.lua -------------------------------------------------------------------------------- /themes/grey-crown/awesome-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/awesome-icon.png -------------------------------------------------------------------------------- /themes/grey-crown/awesome14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/awesome14.png -------------------------------------------------------------------------------- /themes/grey-crown/awesome16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/awesome16.png -------------------------------------------------------------------------------- /themes/grey-crown/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/background.jpg -------------------------------------------------------------------------------- /themes/grey-crown/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/background.png -------------------------------------------------------------------------------- /themes/grey-crown/background/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/background/bg.png -------------------------------------------------------------------------------- /themes/grey-crown/background/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/background/bg2.png -------------------------------------------------------------------------------- /themes/grey-crown/icons/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/icons/chrome.png -------------------------------------------------------------------------------- /themes/grey-crown/icons/dolphin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/icons/dolphin.png -------------------------------------------------------------------------------- /themes/grey-crown/icons/emacs24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/icons/emacs24.png -------------------------------------------------------------------------------- /themes/grey-crown/icons/kshutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/icons/kshutdown.png -------------------------------------------------------------------------------- /themes/grey-crown/icons/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/icons/terminal.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/dwindle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/dwindle.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/dwindlew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/dwindlew.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/fairh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/fairh.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/fairhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/fairhw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/fairv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/fairv.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/fairvw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/fairvw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/floating.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/floatingw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/floatingw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/fullscreen.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/fullscreenw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/fullscreenw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/magnifier.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/magnifierw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/magnifierw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/max.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/maxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/maxw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/spiral.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/spiralw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/spiralw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tile.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tilebottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tilebottom.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tilebottomw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tilebottomw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tileleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tileleft.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tileleftw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tileleftw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tiletop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tiletop.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tiletopw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tiletopw.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts/tilew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts/tilew.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/dwindle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/dwindle.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/fairh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/fairh.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/fairv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/fairv.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/floating.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/floating_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/floating_a.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/fullscreen.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/magnifier.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/max.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/spiral.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/tile.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/tilebottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/tilebottom.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/tileleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/tileleft.png -------------------------------------------------------------------------------- /themes/grey-crown/layouts2/tiletop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/layouts2/tiletop.png -------------------------------------------------------------------------------- /themes/grey-crown/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/submenu.png -------------------------------------------------------------------------------- /themes/grey-crown/taglist/squarefw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/taglist/squarefw.png -------------------------------------------------------------------------------- /themes/grey-crown/taglist/squarew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/taglist/squarew.png -------------------------------------------------------------------------------- /themes/grey-crown/tasklist/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/tasklist/floating.png -------------------------------------------------------------------------------- /themes/grey-crown/tasklist/floatingw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/tasklist/floatingw.png -------------------------------------------------------------------------------- /themes/grey-crown/tasklist/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/tasklist/square.png -------------------------------------------------------------------------------- /themes/grey-crown/tasklist/square2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/tasklist/square2.png -------------------------------------------------------------------------------- /themes/grey-crown/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/theme.lua -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/close_focus.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/close_normal.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/floating_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/floating_focus_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/floating_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/floating_focus_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/floating_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/floating_normal_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/floating_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/floating_normal_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/maximized_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/maximized_focus_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/maximized_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/maximized_focus_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/maximized_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/maximized_normal_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/maximized_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/maximized_normal_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/ontop_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/ontop_focus_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/ontop_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/ontop_focus_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/ontop_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/ontop_normal_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/ontop_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/ontop_normal_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/sticky_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/sticky_focus_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/sticky_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/sticky_focus_inactive.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/sticky_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/sticky_normal_active.png -------------------------------------------------------------------------------- /themes/grey-crown/titlebar/sticky_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzpan/awesome-config/HEAD/themes/grey-crown/titlebar/sticky_normal_inactive.png --------------------------------------------------------------------------------