Compare commits

...

3 commits

Author SHA1 Message Date
Lilith
a32cde45c1
merge conflict 2025-03-18 18:18:29 +01:00
Lilith
e482c7bb88
lilith-pc merge conflict 2025-03-18 18:08:25 +01:00
Lilith
a38be6b0fb
wallpaper 2025-03-15 01:00:04 +01:00
4 changed files with 44 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{zen-browser, system, pkgs, lib, ...}: {
imports = [ zen-browser.homeManagerModules.zen-browser ];
# home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts";
home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts";
programs.zen-browser = {
enable = true;

View file

@ -7,5 +7,47 @@
overlay.enable = true;
hyprland.enable = true;
layout."*" = {
left = [ "dashboard" "workspaces" "windowtitle"];
middle = [ "media" ];
right = [ "volume" "network" "bluetooth" "systray" "clock" "battery" "notifications"];
};
settings = {
bar = {
clock.format = "%F %H:%M";
battery.label = true;
launcher.icon = "";
workspaces = {
ignored = "-.+";
show_numbered = true;
};
};
menus.dashboard = {
directories.enabled = false;
powermenu.logout = "hyprlock";
shortcuts.enabled = false;
stats.enable_gpu = true;
};
theme = {
bar.transparent = true;
font.name = "JetBrains Mono NF";
matugen = true;
matugen_settings = {
# contrast = 0.3;
variation = "standard_3";
};
};
wallpaper.enable = true;
wallpaper.image = "${../../wallpapers/default.jpg}";
};
};
}

View file

@ -14,7 +14,7 @@
stylix = {
enable = true;
image = ../../wallpapers/default.png;
image = ../../wallpapers/default.jpg;
polarity = "dark";
opacity = {

BIN
wallpapers/default.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB