Compare commits

...

2 Commits

Author SHA1 Message Date
Julius Riegel 5a046686f6 Swap the direction of the right powerline in ide 1 month ago
Julius Riegel 2125c76f04 Reduce rate of checking ci status 1 month ago

@ -190,7 +190,7 @@ export def `zjstatus powerline_right` [] {
fg: $ZELLIJ_BG
}
] | where $it != null)
render powerline $ZELLIJ_BG $elements --end ""
render powerline $ZELLIJ_BG $elements --separator "" --start "" --end ""
}
def `ci status` [] {

@ -33,7 +33,7 @@ layout {
command_rpl_command "nu -c \"use ide.nu; ide zjstatus powerline_right\""
command_rpl_format "{stdout}"
command_rpl_interval "1"
command_rpl_interval "2"
command_rpl_rendermode "raw"
datetime "#[fg=#181825,bg=#b1bbfa] {format} "

Loading…
Cancel
Save