Compare commits
1 Commits
892bcdb070
...
88cf21545f
| Author | SHA1 | Date | |
|---|---|---|---|
| 88cf21545f |
@ -371,13 +371,9 @@ in {
|
|||||||
|
|
||||||
group = {
|
group = {
|
||||||
groupbar = {
|
groupbar = {
|
||||||
enabled = true;
|
|
||||||
render_titles = false;
|
render_titles = false;
|
||||||
font_size = 10;
|
font_size = 10;
|
||||||
gradients = false;
|
gradients = false;
|
||||||
|
|
||||||
"col.active" = "rgb(${color.dark.lavender})";
|
|
||||||
"col.inactive" = "rgba(${color.dark.base}AA)";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"col.border_active" = "rgb(${color.dark.lavender})";
|
"col.border_active" = "rgb(${color.dark.lavender})";
|
||||||
@ -456,11 +452,7 @@ in {
|
|||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
# Say no to the anime girl
|
# Say no to the anime girl
|
||||||
disable_hyprland_logo = true;
|
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
|
|
||||||
disable_splash_rendering = true;
|
|
||||||
font_family = "${color.font}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Because those are not windows, but layouts,
|
# Because those are not windows, but layouts,
|
||||||
|
|||||||
@ -1123,10 +1123,10 @@ in {
|
|||||||
b = { fg = "#${color.dark.red}", bg = "#${color.dark.crust}" },
|
b = { fg = "#${color.dark.red}", bg = "#${color.dark.crust}" },
|
||||||
},
|
},
|
||||||
|
|
||||||
-- terminal = {
|
terminal = {
|
||||||
-- a = { fg = "#${color.dark.base}", bg = "#${color.dark.green}", gui = "bold" },
|
a = { fg = "#${color.dark.base}", bg = "#${color.dark.green}", gui = "bold" },
|
||||||
-- b = { fg = "#${color.dark.green}", bg = "#${color.dark.crust}" },
|
b = { fg = "#${color.dark.green}", bg = "#${color.dark.crust}" },
|
||||||
-- },
|
},
|
||||||
|
|
||||||
command = {
|
command = {
|
||||||
a = { fg = "#${color.dark.base}", bg = "#${color.dark.peach}", gui = "bold" },
|
a = { fg = "#${color.dark.base}", bg = "#${color.dark.peach}", gui = "bold" },
|
||||||
|
|||||||
Reference in New Issue
Block a user