Touchscreen navbar for awesomewm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Izaya e797308eb9 docs 1 year ago
LICENSE Initial commit 1 year ago
README.md docs 1 year ago
init.lua make stuff more accessible for other libs maybe 1 year ago
keyboard.svg scaled icons up so they don't get blurry 1 year ago
launcher.svg scaled icons up so they don't get blurry 1 year ago
switcher.svg scaled icons up so they don't get blurry 1 year ago

README.md

awesome-navbar

Touchscreen navbar for awesomewm, ties awesome-switcherpopup, awesome-launcherpopup and vkbd together.

Usage

local navbar = require "awesome-navbar"
awful.screen.connect_for_each_screen(function(s)
  navbar.new(screen)
end

Configuration

navbar.iconSize = 96
navbar.iconPath = gears.filesystem.get_configuration_dir() .. "/awesome-navbar/"
navbar.launcher = launcher or "xfce4-appfinder"