mod
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
themeFile = "kanagawa";
|
||||
# themeFile = "kanagawa";
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 10;
|
||||
|
||||
Reference in New Issue
Block a user