Skip to content

Instantly share code, notes, and snippets.

@benzwt
benzwt / conky.conf
Created December 25, 2023 03:13
conky.conf for zjstatus
conky.config = {
units_spacer = '',
short_units = true,
out_to_console = true,
total_run_times = 1,
};
conky.text = [[${uptime_short}${fs_used_perc}% ${fs_free}${loadavg 1}${memperc}% ${memmax} 󰁹${battery_percent}%]]
@benzwt
benzwt / zjstatus.kdl
Last active December 25, 2023 03:11
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}"