Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.get("appearance.showIcons") not found #88

Open
italo-amaya-utec opened this issue Aug 5, 2021 · 2 comments
Open

config.get("appearance.showIcons") not found #88

italo-amaya-utec opened this issue Aug 5, 2021 · 2 comments

Comments

@italo-amaya-utec
Copy link

image

There are no icons showing

@italo-amaya-utec
Copy link
Author

italo-amaya-utec commented Aug 5, 2021

this is my ~/.hammerspoon/stackline/init.lua

'''
-- Simplify requiring stackline from ~/hammerspoon/init.lua

package.path = os.getenv'HOME' ..'/.hammerspoon/stackline/?.lua;' .. package.path
return require 'stackline.stackline'
'''

this is my ~/.hammerspoon/init.lua
'''
require("hs.ipc")
stackline = require "stackline"
'''

@ulyssessouza
Copy link

Same problem here but I don't have a ~/.hammerspoon/stackline/init.lua and my ~/.hammerspoon/init.lua looks like:

-- Simplify requiring stackline from ~/hammerspoon/init.lua

package.path = os.getenv'HOME' ..'/.hammerspoon/stackline/?.lua;' .. package.path
return require 'stackline.stackline'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants