fix cursors and waybar
This commit is contained in:
parent
04325f9867
commit
43bb10cc6a
2 changed files with 6 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
9
home.nix
9
home.nix
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue