Compare commits
3 commits
0ab5043bf0
...
a32cde45c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a32cde45c1 | ||
|
|
e482c7bb88 | ||
|
|
a38be6b0fb |
4 changed files with 44 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,47 @@
|
||||||
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}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
image = ../../wallpapers/default.png;
|
image = ../../wallpapers/default.jpg;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
opacity = {
|
opacity = {
|
||||||
|
|
|
||||||
BIN
wallpapers/default.jpg
Normal file
BIN
wallpapers/default.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue