This commit is contained in:
kenji
2025-07-16 17:13:01 -05:00
parent dd1213c5b7
commit 2dc8180d1b
2 changed files with 9 additions and 6 deletions
+8 -5
View File
@@ -8,13 +8,16 @@
exec = [
"cp -L --no-preserve=mode --update=none ~/.config/hypr/scheme/default.conf ~/.config/hypr/scheme/current.conf"
];
source = [
"~/.config/hypr/scheme/current.conf"
];
group = {
groupbar = {
text_color = "rgb($onPrimary)";
col.active = "rgba($primaryd4)";
col.inactive = "rgba($outlined4)";
col.locked_active = "rgba($primaryd4)";
col.locked_inactive = "rgba($secondaryd4)";
"text_color" = "rgb($onPrimary)";
"col.active" = "rgba($primaryd4)";
"col.inactive" = "rgba($outlined4)";
"col.locked_active" = "rgba($primaryd4)";
"col.locked_inactive" = "rgba($secondaryd4)";
};
};
misc = {
+1 -1
View File
@@ -6,7 +6,7 @@
programs.kitty = {
enable = true;
themeFile = "kanagawa";
# themeFile = "kanagawa";
settings = {
confirm_os_window_close = 0;
window_padding_width = 10;