-
Hello, Ever since I've been using zjstatus (about a year) I get frequent requests to confirm giving it permissions. I load up several different layouts of zellij at startup, each with a zjstatus bar at the top, and invariably at least one has a tab asking for the permissions to be confirmed again. Many times it doesn't even show the text, but the zjstatus bar is blank until I use the mouse to click on it and then pressing I downloaded the wasm file and use it that way (i.e. not from a url) so I can't imagine it's updates causing the re-request of permissions? I'm not even sure it's an issue with zjstatus, but can't find any info anywhere about other people experiencing this, so I figured I'd start here. I'm just looking to either add a keybind to zellij to allow me to confirm the permissions so I don't have to use a mouse, or ideally I'd like to not have to keep confirming the permissions at all. Many thanks for any help or pointing me in the right direction. Config zjstatus location="file:/home/<user>/.config/zellij/plugins/zjstatus.wasm" {
color_bgh "#1d2021" //dark hard
color_bg0 "#282828" //dark0
color_bg1 "#3c3836" //dark1
color_bg2 "#504945" //dark2
color_bg3 "#665c54" //dark3
color_bg4 "#7c6f64" //dark4
color_fg0 "#fbf1c7" //light0
color_fg1 "#ebdbb2" //light1
color_fg2 "#d5c4a1" //light2
color_fg3 "#bdae93" //light3
color_fg4 "#a89984" //light4
color_red "#fb4934" // bright_red
color_green "#b8bb26" //bright_green
color_yellow "#fabd2f" // bright_yellow
color_blue "#83a598" //bright_blue
color_purple "#d3869b" //bright_purple
color_aqua "#8ec07c" //bright_aqua
color_gray "#a89984" //bright_gray
color_orange "#fe8019" //bright_orange
color_neutral_red "#cc241d" //neutral_red
color_neutral_green "#98971a" //neutral_green
color_neutral_yellow "#d79921" //neutral_yellow
color_neutral_blue "#458588" //neutral_blue
color_neutral_purple "#b16286" //neutral_purple
color_neutral_aqua "#689d6a" //neutral_aqua
color_neutral_gray "#928374" //neutral_gray
color_neutral_orange "#d65d0e" //neatural_orange
format_left "#[bg=$bg0,fg=$orange] {session} {mode}#[bg=$bg0]{tabs}"
format_center "{notifications}"
format_right "#[bg=$bg0,fg=$fg1] #[bg=$bg0,fg=$aqua]{command_user}#[bg=$bg0,fg=$fg1]@#[bg=$bg0,fg=$purple]{command_host} {datetime} "
format_space "#[bg=$bg0,fg=$fg1]"
format_hide_on_overlength "true"
format_precedence "lrc"
border_enabled "false"
border_char "─"
border_format "#[fg=$bg0]{char}"
border_position "bottom"
hide_frame_for_single_pane "false"
mode_normal "#[bg=$bg0,fg=$blue,bold] NORM "
mode_tmux "#[bg=$green,fg=$bg0,bold] TMUX "
mode_locked "#[bg=$red,fg=$bg0,bold] LOCK "
mode_pane "#[bg=$aqua,fg=$bg0,bold] PANE "
mode_tab "#[bg=$aqua,fg=$bg0,bold] TABS "
mode_scroll "#[bg=$blue,fg=$bg0,bold] SCRL "
mode_enter_search "#[bg=$blue,fg=$bg0,bold] ENTS "
mode_search "#[bg=$blue,fg=$bg0,bold] SRCH "
mode_resize "#[bg=$yellow,fg=$bg0,bold] RSIZ "
mode_rename_tab "#[bg=$yellow,fg=$bg0,bold] RNMT "
mode_rename_pane "#[bg=$yellow,fg=$bg0,bold] RNMP "
mode_move "#[bg=$yellow,fg=$bg0,bold] MOVE "
mode_session "#[bg=$purple,fg=$bg0,bold] SESS "
mode_prompt "#[bg=$purple,fg=$bg0,bold] PRMT "
tab_normal "#[bg=$bg0,fg=$bg3] {index}:{name} {floating_indicator} "
tab_normal_fullscreen "#[bg=$bg0,fg=$bg3] {index}:{name} {fullscreen_indicator} "
tab_normal_sync "#[bg=$bg0,fg=$bg3] {index}:{name} {sync_indicator} "
tab_active "#[bg=$bg0,fg=$yellow] {index}:{name} {floating_indicator} "
tab_active_fullscreen "#[bg=$bg0,fg=$yellow] {index}:{name} {fullscreen_indicator} "
tab_active_sync "#[bg=$bg0,fg=$yellow] {index}:{name} {sync_indicator} "
tab_separator "#[bg=$bg0,fg=$fg1]"
tab_sync_indicator ""
tab_fullscreen_indicator ""
tab_floating_indicator ""
notification_format_unread "#[bg=$orange,fg=$bg0] #[bg=$orange,fg=$bg0] {message} #[bg=$bg0,fg=$orange] "
notification_format_no_notifications ""
notification_show_interval "10"
command_host_command "hostname"
command_host_format "{stdout}"
command_host_interval "0"
command_host_rendermode "static"
command_user_command "whoami"
command_user_format "{stdout}"
command_user_interval "0"
command_user_rendermode "static"
datetime "#[bg=$bg0,fg=$blue]{date} #[bg=$bg0,fg=$green]{time}#[bg=$bg0,fg=$fg1]/UTC"
datetime_date_format "%a/%Y.%m.%d"
datetime_time_format "%H:%M"
datetime_timezone "UTC" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, thanks for your detailed bug report. Unfortunately there's not much we can do about it, as the permission requests lay on zellijs side. There might be new permission requests after updates or if the path to the wasm file changes. It would be great if you could gain some more details and report it on zellijs side. |
Beta Was this translation helpful? Give feedback.
Hi,
thanks for your detailed bug report. Unfortunately there's not much we can do about it, as the permission requests lay on zellijs side. There might be new permission requests after updates or if the path to the wasm file changes.
It would be great if you could gain some more details and report it on zellijs side.