mod
This commit is contained in:
@@ -8,13 +8,16 @@
|
|||||||
exec = [
|
exec = [
|
||||||
"cp -L --no-preserve=mode --update=none ~/.config/hypr/scheme/default.conf ~/.config/hypr/scheme/current.conf"
|
"cp -L --no-preserve=mode --update=none ~/.config/hypr/scheme/default.conf ~/.config/hypr/scheme/current.conf"
|
||||||
];
|
];
|
||||||
|
source = [
|
||||||
|
"~/.config/hypr/scheme/current.conf"
|
||||||
|
];
|
||||||
group = {
|
group = {
|
||||||
groupbar = {
|
groupbar = {
|
||||||
text_color = "rgb($onPrimary)";
|
"text_color" = "rgb($onPrimary)";
|
||||||
col.active = "rgba($primaryd4)";
|
"col.active" = "rgba($primaryd4)";
|
||||||
col.inactive = "rgba($outlined4)";
|
"col.inactive" = "rgba($outlined4)";
|
||||||
col.locked_active = "rgba($primaryd4)";
|
"col.locked_active" = "rgba($primaryd4)";
|
||||||
col.locked_inactive = "rgba($secondaryd4)";
|
"col.locked_inactive" = "rgba($secondaryd4)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
misc = {
|
misc = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
themeFile = "kanagawa";
|
# themeFile = "kanagawa";
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
window_padding_width = 10;
|
window_padding_width = 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user