glance config update

This commit is contained in:
Hadi
2025-05-04 15:38:42 +02:00
parent 6353514e49
commit 72690d7d0c

View File

@@ -34,10 +34,10 @@ in {
enable = true;
settings = {
theme = {
background-color = rgb-to-hsl "base00";
primary-color = rgb-to-hsl "base0D";
positive-color = rgb-to-hsl "base0C";
contrast-multiplier = 1.4;
# background-color = rgb-to-hsl "base00";
# primary-color = rgb-to-hsl "base0D";
# positive-color = rgb-to-hsl "base0C";
# contrast-multiplier = 1.4;
};
pages = [{
hide-desktop-navigation = true;
@@ -99,10 +99,6 @@ in {
title = "";
color = "200 50 50";
links = [
{
title = "Search NixOS";
url = "https://search-nixos.hadi.diy";
}
{
title = "ProtonMail";
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";
color = "200 50 50";