G5GQ67PH3P4PUNWAR43D6W4PP35E3LBPIG5WE4HCUM5IODT4VDHAC
INKINKWN6MRRH4CGUVTWI5TQ7VSCHA6ODXMLHVVFCHYPM27AYNNQC
W6GZ3OOBTJG4IYCGZIB5L2KQ623JSGOTBUTLDVM5JB4LXFFMYCUQC
COUSBBHL5XPZC5KWCYFFAE554D4VFFO55QOD726ODWIRZGWOUSUAC
NJ5ENURMCBSNFQPNXXNUBMUXVJEBIGNH2T7EWGB63F3FV723BUWAC
PS2VFJMZVN77RHZFVUVD2DA3MZNMXYPHT6XRHW2EUTZRGLAXF4YQC
4PEXC6EE4FNTPUYT64XDSOD6X5IVDY3Y2QDKYTSHEBOYS4JATQTQC
config.programs.alacritty.enable = true;
config.programs.alacritty = {
enable = true;
settings = {
font.normal.family = "SourceCodePro";
font.bold.family = "SourceCodePro";
font.italic.family = "SourceCodePro";
font.bold_italic.family = "SourceCodePro";
font.size = 16;
};
};
config.xdg.configFile."wofi/style.css".text = ''
window {
background-color: rgba(--wofi-rgb-color0,1);
font-family: iosevka;
transition: 1s ease-in-out;
}
#input image {
color: rgba(0,0,0,0)
}
#input {
margin-bottom: 20px;
margin-left: 100px;
margin-right: 100px;
margin-top: 10px;
box-shadow: none;
background-color: --wofi-color0;
border: 5px solid --wofi-color3;
border-radius: 0px;
transition: 0.5s ease-in-out;
}
#input:focus {
background-color: rgba(--wofi-rgb-color4,0.2);
margin-left: 10px;
margin-right: 10px;
transition: 0.5s ease-in-out;
}
label {
color: --wofi-color13;
transition: 0.5s ease-in-out;
}
#outer-box {
border: 5px solid --wofi-color2;
transition: 0.5s ease-in-out;
}
'';