This is a collection of awesome wm configuration files
Clone the this repository
git clone https://github.com/Mofiqul/awesome-shell.git ~/.config/awesome
Change your settings in configurations/settings.lua
settings.openweathermap_api_key = "<API KEY>"
settings.openweathermap_coordinates = {
"<latitude>", -- lat
"<longitude>" -- lng
}
Add your startup program in module/autostart.lua
Theme can changed to glassy or dark (see screen shot below)
Change in theme.lua
-- For glassy theme
theme.mode = "glassy"
-- For dark theme
theme.mode = "dark"
A less transpatent theme for better readability, My personal preference
My other dotfiles (terminal, nvim, applications etc) is Here
Thanks to The glorious dotfiles for the inspirations