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

Bottom right info (clock, username, ...) does not appear #19

Closed
oskargirardin opened this issue Sep 23, 2024 · 4 comments · Fixed by #21
Closed

Bottom right info (clock, username, ...) does not appear #19

oskargirardin opened this issue Sep 23, 2024 · 4 comments · Fixed by #21

Comments

@oskargirardin
Copy link

Hello !

I used the code you provided in the README.md file, but unfortunately the bottom right modules do not appear. Do you know how to fix this ? I am on Mac OS.

My code inside of .wezterm.lua:

-- Tab bar
config.use_fancy_tab_bar = true

local bar = wezterm.plugin.require("https://github.com/adriankarlen/bar.wezterm")
bar.apply_to_config(
	config,
	{
		modules = {
			tabs = {
				active_tab_fg = 3,
      	                        inactive_tab_fg = 5,
			}
		}
	}
)

My wezterm window:

Screenshot 2024-09-23 at 15 23 01

Thanks !
Oskar

@adriankarlen
Copy link
Owner

I am unable to recreate this issue, if you open the debug overview do you have any errors being thrown?

@rockthedwaynezhou
Copy link

I was having the same issue, disabling the Spotify widget fixed it, this was the error that was being thrown in the Debug view:

ERROR wezterm_gui::termwindow > while processing update-status event: No such file or directory (os error 2)
stack traceback:
        [C]: in local 'poll'
        [string "?"]:4: in function 'wezterm.run_child_process'
        ...omsZsadriankarlensZsbarsDswezterm/plugin/bar/spotify.lua:33: in function 'bar.spotify.get_currently_playing'
        (...tail calls...)
        ...hubsDscomsZsadriankarlensZsbarsDswezterm/plugin/init.lua:187: in function <...hubsDscomsZsadriankarlensZsbarsDswezterm/plugin/init.lua:105>

@adriankarlen
Copy link
Owner

I'll just have spotify disabled by default then, hopefully this resolves the issue.

@oskargirardin
Copy link
Author

Yes this resolved it. Thank you both !

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

Successfully merging a pull request may close this issue.

3 participants