mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: switched to cattppuccin frappe and papirus icons
This commit is contained in:
parent
236502a1da
commit
e03dafa7c6
|
@ -41,20 +41,27 @@
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "qtct";
|
platformTheme = "gtk";
|
||||||
# style.package = pkgs.kdePackages.breeze;
|
style.name = "Catppuccin-Frappe-Compact-Green-Dark";
|
||||||
style.name = "Adwaita";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
# package = pkgs.kdePackages.breeze-gtk;
|
package = pkgs.catppuccin-gtk.override {
|
||||||
name = "Adwaita";
|
accents = [ "green" ];
|
||||||
|
size = "compact";
|
||||||
|
variant = "frappe";
|
||||||
|
tweaks = [ "normal" ];
|
||||||
|
};
|
||||||
|
name = "Catppuccin-Frappe-Compact-Green-Dark";
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.kdePackages.breeze-icons;
|
package = pkgs.catppuccin-papirus-folders.override {
|
||||||
name = "breeze";
|
flavor = "frappe";
|
||||||
|
accent = "green";
|
||||||
|
};
|
||||||
|
name = "Papirus-Dark";
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
name = "Noto Sans Nerd Font Regular";
|
name = "Noto Sans Nerd Font Regular";
|
||||||
|
|
|
@ -41,7 +41,7 @@ $browser = firefox
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORMTHEME,kde # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in a new issue