Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ARarGithub/dotfiles

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
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

No description, website, or topics provided.

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%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.