Skip to content

Instantly share code, notes, and snippets.

@benzwt
Last active December 25, 2023 03:11
Show Gist options
  • Save benzwt/4133cec2c05b696389f8c1aa75a2c378 to your computer and use it in GitHub Desktop.
Save benzwt/4133cec2c05b696389f8c1aa75a2c378 to your computer and use it in GitHub Desktop.
conky.conf
layout {
pane split_direction="vertical" {
pane
}
pane size=1 borderless=true {
plugin location="file:/home/xxx/.config/zellij/plugins/zjstatus.wasm" {
format_left "{mode}#[fg=black,bg=blue,bold]{session} #[fg=blue,bg=#181825]{tabs}"
//format_right "#[fg=#181825,bg=#b1bbfa] {command_test} {datetime}"
format_right "{command_conky}#[fg=#9c86bf,bg=#DCD7BA]{datetime}"
format_space "#[bg=#181825]"
hide_frame_for_single_pane "true"
mode_normal "#[bg=blue]"
mode_locked "#[bg=red]"
//tab_normal "#[fg=#181825,bg=#4C4C59] #[fg=#000000,bg=#4C4C59]{index}  {name} #[fg=#4C4C59,bg=#181825]"
tab_normal "#[fg=#181825,bg=#4C4C59] #[fg=#000000,bg=#4C4C59]{index} {name} #[fg=#4C4C59,bg=#181825]"
//tab_normal "#[fg=#181825,bg=#4C4C59] {index} #[fg=#4C4C59,bg=#181825]"
tab_normal_fullscreen "#[fg=#6C7086,bg=#181825] {index} {name} [] "
tab_normal_sync "#[fg=#6C7086,bg=#181825] {index} {name} <> "
tab_active "#[fg=#181825,bg=#ffffff,bold,italic]{index} {name} #[fg=#ffffff,bg=#181825]"
//tab_active "#[fg=#181825,bg=#ffffff,bold,italic] {index}  {name} #[fg=#ffffff,bg=#181825]"
tab_active_fullscreen "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} [] "
tab_active_sync "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} <> "
command_conky_command "conky -i1 -c /home/xxx/.config/conky/conky_for_zellij"
command_conky_format "{stdout}"
command_conky_interval "1"
datetime "#[fg=#000000,bg=#DCD7BA,nobold]{format}"
//datetime_format "%A,%d/%m %H:%M"
datetime_format "%d/%m %H:%M"
datetime_timezone "Asia/Taipei"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment