diff --git a/home-files.nix b/home-files.nix index 16a5f86..a128f22 100644 --- a/home-files.nix +++ b/home-files.nix @@ -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; } diff --git a/home.nix b/home.nix index 2df8c76..bb14124 100644 --- a/home.nix +++ b/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";