fix cursors and waybar

This commit is contained in:
insert 2024-06-07 10:34:20 -04:00
parent 04325f9867
commit 43bb10cc6a
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 6 additions and 7 deletions

View file

@ -131,7 +131,7 @@ border-color=#ef9f76'';
text = ''@import "frappe.css";
* {
font-family: FantasqueSansMono Nerd Font;
font-family: Monocraft Nerd Font;
font-size: 17px;
min-height: 0;
}
@ -162,7 +162,7 @@ border-color=#ef9f76'';
padding: 0.4rem;
}
#workspaces button.active {
#workspaces button.focused {
color: @sky;
border-radius: 1rem;
}

View file

@ -68,7 +68,7 @@
package = pkgs.papirus-icon-theme;
};
cursorTheme = {
name = "Catppuccin-Frappe-Blue-Cursors";
name = "catppuccin-frappe-blue-cursors";
package = pkgs.catppuccin-cursors.frappeBlue;
size = 24;
};
@ -97,12 +97,12 @@
};
home.pointerCursor = {
name = "Catppuccin-Frappe-Blue-Cursors";
name = "catppuccin-frappe-blue-cursors";
package = pkgs.catppuccin-cursors.frappeBlue;
size = 24;
x11 = {
enable = true;
defaultCursor = "Catppuccin-Frappe-Blue-Cursors";
defaultCursor = "catppuccin-frappe-blue-cursors";
};
};
@ -326,8 +326,7 @@ set $surface1 #51576d
set $surface0 #414559
set $base #303446
set $mantle #292c3c
set $crust #232634
seat seat0 xcursor_theme Catppuccin-Frappe-Blue-Cursors'';
set $crust #232634'';
};
home.stateVersion = "23.05";