Compare commits

..

No commits in common. "a32cde45c1b35915ec266183dccb37ab1bb4a1d9" and "0ab5043bf0ea2fced0fc579920d6b9cb37025a7e" have entirely different histories.

4 changed files with 2 additions and 44 deletions

View file

@ -1,7 +1,7 @@
{zen-browser, system, pkgs, lib, ...}: { {zen-browser, system, pkgs, lib, ...}: {
imports = [ zen-browser.homeManagerModules.zen-browser ]; 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 = { programs.zen-browser = {
enable = true; enable = true;

View file

@ -7,47 +7,5 @@
overlay.enable = true; overlay.enable = true;
hyprland.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 = { stylix = {
enable = true; enable = true;
image = ../../wallpapers/default.jpg; image = ../../wallpapers/default.png;
polarity = "dark"; polarity = "dark";
opacity = { opacity = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB