A Customized Theme For Awesome WM
The Following Fonts Should Be Installed. Mononoki Nerd Font Scientifica Caskaydia Cove Fira Code Nerd Font Mono
- Mspot Widget Is An AwesomeWM Widget For Spotify/Mpd. In Order to use it,
Please Install The Following script in ur /usr/local/bin/
folder
sudo wget -O /usr/local/bin/getmusic https://github.com/M1ndo/dotfiles/raw/master/.config/eww/scripts/getmusic
sudo chmod +x /usr/local/bin/getmusic
- Spot Widget Is An AwesomeWM Widget For Spotify, In Order To use it,
Please Install The Following script in ur /usr/local/bin/
folder
sudo wget -O /usr/local/bin/sp https://github.com/M1ndo/dotfiles/raw/master/Scripts/sp
sudo chmod +x /usr/local/bin/sp
- Copy fallen_rainbow folder to ~/.config/awesome/theme
- Copy widgets/ to
lain/widget/contrib
folder located either in~/.config/awesome/lain/widget/contrib
or/usr/share/awesome/lib/lain/widget/contrib
- Change the selected theme in your awesome config file
local themes = { "fallen_rainbow", } local chosen_theme = themes[1] local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme) beautiful.init(theme_path)