this configuration currently will build 2 hosts, apollo and absolution, however these are not completed yet, they will build using alyx configs for niri, etc and alyx git settings. this will be fixed in due course. todo: add all hosts to flake.nix, add in waybar configuration for maya, change keyboard layout based on username for gb on alyx and us on maya, configuration comb through, add in files like firewall.nix and monado.nix, and generally complete home manager configuration

This commit is contained in:
cydiralis 2025-06-25 04:05:38 +01:00
parent b43b8f0464
commit 2a4af3bd83
No known key found for this signature in database
36 changed files with 3418 additions and 17 deletions

108
home/waybar/style.css Normal file
View file

@ -0,0 +1,108 @@
#waybar {
background: repeating-linear-gradient(
0.25turn,
#082100 5px,
#22391b 10px,
#082100 15px
);
font-family: "Iosevka NF";
color: #2db300;
border: 2px solid #2aff36;
border-radius: 11px;
}
#wireplumber,
#cpu,
#cpu-frequency,
#battery,
#clock,
#memory,
#disk,
#mpdcontrols,
#poweroptions
{
border: 2px solid #2aff36;
/*margin: 3px;*/
min-height: 0;
margin-left: 4px;
margin-right: 4px;
margin-top: 7px;
margin-bottom: 7px;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
border-radius: 4px;
}
#custom-trayadvisory {
margin: 3px 10px 3px;
}
/*#poweroptions {
border: 2px solid #2aff36;
border-radius: 11 11 11 11px;
min-height: 0;
padding: 6px;
}*/
#poweroptions {
margin-right: 10px;
padding-left: 8px;
}
#workspaces {
border: 0.2em solid #2aff36;
}
#battery.warning {
background: repeating-linear-gradient(
0.25turn,
#7b7537 20px,
#a18f48 30px,
#7b7537 40px
);
color: #cfceb4
}
#battery.critical,
#battery.dead {
background: repeating-linear-gradient(
0.25turn,
#7b3737 20px,
#a14848 30px,
#7b3737 40px
);
color: #cfb4b4
}
#battery.charging {
background: repeating-linear-gradient(
0.25turn,
#37757b 20px,
#4899a1 30px,
#37757b 40px
);
color: #b4cccf
}
#mpd.playing {
background: repeating-linear-gradient(
0.25turn,
#824554 5px,
#9d5566 10px,
#824554 15px
);
color: #CFB4BA;
}
#cpu.highcpu {
background: repeating-linear-gradient(
0.25turn,
#824554 5px,
#9d5566 10px,
#824554 15px
);
color: #CFB4BA;
}