Skip to content

ShrekRequiem/JayJaydotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

presentation.mp4

Dependencies

Top panel

Setup

Make sure you have following lines in your awesomewm's rc.lua:

home = os.getenv("HOME")

awful.rules.rules = {
    ...

    { rule = { class = "eww-top-panel" },
        properties = {
            focusable = false,
            border_width = dpi(0)
        }
    },
    
    ...
}

awful.spawn("eww daemon")
awful.spawn(home .. "/.config/eww/run")

Panel can be launched by ./run script, or manually using:

eww open top-panel

Launcher Configuration

You can add items to launcher by providing new record in launcher-items.json file in eww directory:

{
	"launch-path": "/path/to/executable &",
	"icon-path": "/path/to/icon"
}

Make sure that icon is 20px/20px. If you encounter any problems with launcher, you can manually run/edit lc-items.py script to search for errors.

About

baseline for my own rice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 84.0%
  • SCSS 8.9%
  • Shell 6.1%
  • Python 1.0%