glance config update

Former-commit-id: 72690d7d0c
This commit is contained in:
Hadi
2025-05-04 15:38:42 +02:00
parent 557844d07a
commit fe1d58998c

View File

@@ -34,10 +34,10 @@ in {
enable = true; enable = true;
settings = { settings = {
theme = { theme = {
background-color = rgb-to-hsl "base00"; # background-color = rgb-to-hsl "base00";
primary-color = rgb-to-hsl "base0D"; # primary-color = rgb-to-hsl "base0D";
positive-color = rgb-to-hsl "base0C"; # positive-color = rgb-to-hsl "base0C";
contrast-multiplier = 1.4; # contrast-multiplier = 1.4;
}; };
pages = [{ pages = [{
hide-desktop-navigation = true; hide-desktop-navigation = true;
@@ -99,10 +99,6 @@ in {
title = ""; title = "";
color = "200 50 50"; color = "200 50 50";
links = [ links = [
{
title = "Search NixOS";
url = "https://search-nixos.hadi.diy";
}
{ {
title = "ProtonMail"; title = "ProtonMail";
url = "https://proton.me/mail"; url = "https://proton.me/mail";
@@ -121,6 +117,28 @@ in {
} }
]; ];
} }
{
title = "Docs";
color = "200 50 50";
links = [
{
title = "Nixpkgs repo";
url = "https://github.com/NixOS/nixpkgs";
}
{
title = "Nixvim";
url = "https://nix-community.github.io/nixvim/";
}
{
title = "Hyprland wiki";
url = "https://wiki.hyprland.org/";
}
{
title = "Search NixOS";
url = "https://search-nixos.hadi.diy";
}
];
}
{ {
title = "Misc"; title = "Misc";
color = "200 50 50"; color = "200 50 50";