7HAYHRJM7SXHXAG4D63PWVLKQXME3HET6HBECYA6SZ7CIP3F4LKAC AGKZEZ3K2L57HMRD43CDF46IQT6SQSHKCCDNXMO7JIYKB67JRCWAC A7KUAOWFTB3DK3GMSUNOWXFOISMPNNG5XXM2GXCNG4JZ4GZH3I7QC MQT74AV47PUYNCX27OMFK6BFN7PP4DX46JAACN2EPRYXUXV7EL3AC B5GYGICG3QPWKZXEVZCQMOHB47FUGQL6RGOW2MU2WEACNDSHYXNQC YFJCB3ILBJAZL2JLZJQDDPM2XG6FGDHW7UKT2GWPQC2NJYJWD4KAC NL74BK76PCP3DH26NB756WU22JMZOT43CEDXPU4ERAMAFVXNB4TAC MNQAE7JL5JJNNG2FYK6DGYQ7GHEST5IW2T2EMNAWVXOIDIVAQOPAC UDMIMNC47TNUHDGEKHD43MTZKGXVHZANX233UVMMS2AMUV53X2KQC toml = pkgs.formats.toml { };settings = {modules = {shutdown_cmd = "systemctl poweroff";suspend_cmd = "hyprlock --quiet & systemctl suspend";hibernate_cmd = "hyprlock --quiet & systemctl hibernate";reboot_cmd = "systemctl reboot";logout_cmd = "hyprlock --quiet --grace 60";};};
xdg.config.files."ashell/config.toml".text =with theme; # toml''[modules]shutdown_cmd = "systemctl poweroff"suspend_cmd = "hyprlock --quiet & systemctl suspend"hibernate_cmd = "hyprlock --quiet & systemctl hibernate"reboot_cmd = "systemctl reboot"logout_cmd = "hyprlock --quiet --grace 60"'';
xdg.config.files."ashell/config.toml".source = toml.generate "ashell.toml" settings;
yaml = pkgs.formats.yaml { };settings = {hide_keymap_window = true;proc_list_width = 18;keymap_procs = {"<C-j>" = {c = "batch";cmds = [{ c = "next-proc"; }{ c = "focus-term"; }];};"<C-k>" = {c = "batch";cmds = [{ c = "prev-proc"; }{ c = "focus-term"; }];};};keymap_term = {"<C-j>" = {c = "batch";cmds = [{ c = "focus-procs"; }{ c = "next-proc"; }{ c = "focus-term"; }];};"<C-k>" = {c = "batch";cmds = [{ c = "focus-procs"; }{ c = "prev-proc"; }{ c = "focus-term"; }];};};};
xdg.config.files."mprocs/mprocs.yaml".text = # yaml''hide_keymap_window: trueproc_list_width: 18keymap_procs:<C-j>:c: batchcmds:- { c: next-proc }- { c: focus-term }<C-k>:c: batchcmds:- { c: prev-proc }- { c: focus-term }keymap_term:<C-j>:c: batchcmds:- { c: focus-procs }- { c: next-proc }- { c: focus-term }<C-k>:c: batchcmds:- { c: focus-procs }- { c: prev-proc }- { c: focus-term }'';
xdg.config.files."mprocs/mprocs.yaml".source = yaml.generate "mprocs.yaml" settings;