This commit is contained in:
waveringana 2025-06-11 01:13:48 -04:00
parent d616cdca1f
commit b3d97cdc5f
35 changed files with 110 additions and 13 deletions

22
home/regent/home.nix Normal file → Executable file
View file

@ -11,8 +11,23 @@
/*waybar = { doesnt work for some reason
enable = true;
};*/
ghostty.enable = true;
ghostty.flavor = "mocha";
};
programs.ghostty.enable = true;
programs.ghostty.settings = {
font-size = 24;
theme = "catppuccin-mocha";
};
home.pointerCursor = {
gtk.enable = true;
package = pkgs.phinger-cursors;
name = "Phinger-cursors-light";
size = 48;
};
programs.waybar = {
enable = true;
style =
@ -55,13 +70,14 @@ window#waybar {
padding: 0px;
margin: 0px;
border: 0px;
background-color:rgb(0, 0, 0);
/*background-color:rgb(0, 0, 0);*/
background-color: rgba(0, 0, 0, 0.9);
color: @text;
}
window#waybar.empty {
/*window#waybar.empty {
background-color:rgba(255, 255, 255, 0);
}
}*/
#workspaces {
border-radius: 1rem;