AGKZEZ3K2L57HMRD43CDF46IQT6SQSHKCCDNXMO7JIYKB67JRCWAC
YVII7NUI5Z6DPUDQZG2ZVJ6QNQRCEUYX5547IYCMPZI7GJ3GDZQAC
YLW6ZFTIGIC2V6ZUA3I2T7MMPW5BZCOORLB2WSJYNUB3AGWLSEKQC
IIKX3VEETOC4EMIS77YTJTEV24CXCQ434HGESITLOACHUC7QGDUQC
UDMIMNC47TNUHDGEKHD43MTZKGXVHZANX233UVMMS2AMUV53X2KQC
inherit (lib.meta) getExe;
close_on_exit true floating true x "5%" y "5%" width "90%" height "90%" }; SwitchToMode "locked"; } bind "Ctrl j" { Run "${getExe pkgs.jjui}" {
close_on_exit true
floating true
x "5%"
y "5%"
width "90%"
height "90%"
};
SwitchToMode "locked";
}
bind "Ctrl j" {
Run "${getExe pkgs.jjui}" {
{ pkgs, config, ... }:
{ pkgs, config, theme, ... }:
{
pkgs,
config,
theme,
...
}:
ui.graph-style = "square";
ui.graph.style = "curved";
lazyjj.highlight-color = "#f2e5bc";
lazyjj.highlight-color = "#${theme.colors.base02}";
# TODO: Fix sub-menu selection bg colour (press "l" on revision to view files) xdg.config.files."jjui/config.toml".text = # toml '' [preview] show_at_start = true [ui.colors] "selected".bg = "#${theme.colors.base01}" '';
# TODO: Fix sub-menu selection bg colour (press "l" on revision to view files)
xdg.config.files."jjui/config.toml".text = # toml
''
[preview]
show_at_start = true
[ui.colors]
"selected".bg = "#${theme.colors.base01}"
'';