awesome-config icon indicating copy to clipboard operation
awesome-config copied to clipboard

My config for awesomewm

my config for awesome window manager

Features

Minimal - no fancy effects, widgets
Modular - Different files for keybindings, rules, rc.lua
Rofi Scripts for some Useful tasks - control Volume, Brightness, Wifi, Emoji, BrowserMenu, Lollypop music

Ef-Winter theme

ef-winter

Operandi theme

operandi

Vivendi theme

Work In progess vivendi

Moonlight theme

moonlight

Aqua theme

aqua

Pastel theme

pastel pastel

Warm theme

warm warm

One-dark theme

onedark onedark

Gruv theme

gruv gruv

Boxes theme

boxes

change-theme.pl

use change-theme.pl to change the themes (fzf optionally required)

$ ~/.config/awesome/change-theme.pl 

This will use fzf to select a theme (from ~/.config/awesome/themes) interactively (fzf)

$ ~/.config/awesome/change-theme.pl viv
'vivendi' theme selected

This will change theme to the first theme that has viv in its name

$ ~/.config/awesome/change-theme.pl gruv
'gruv' theme selected

This will change theme to the first theme that has gruv in its name, like gruvbox

Some defaults info

Default font - Iosevka Comfy
Rofi Scripts are located in ~/.config/awesome/.

if you have your Rofi Scripts in ~/.config/rofi, you can just change the rofi_dir(myshortcuts.lua) variable to appropriate location

Newer themes are for resolution 1920x1080 while some are for 1366x768, change the font size, gaps etc etc accordingly
Matching themes are also avalable for Alacritty and Kakoune in my alacritty-config and kakoune-themes repo respectively
modified from awesome-copycats