Compare commits

..

No commits in common. "0c3b676ab9d3e93780f06dbe5e084048eeed9a32" and "99438cce346a2f87ea7756981ad12823d1eb7382" have entirely different histories.

2 changed files with 14 additions and 28 deletions

View file

@ -1,14 +1,8 @@
{ { config, lib, pkgs, ... }:
config,
lib,
pkgs,
...
}:
let let
cfg = config.userSettings.brave; cfg = config.userSettings.brave;
in in {
{
options = { options = {
userSettings.brave = { userSettings.brave = {
enable = lib.mkEnableOption "Enable brave browser"; enable = lib.mkEnableOption "Enable brave browser";
@ -21,7 +15,7 @@ in
programs.brave.extensions = [ programs.brave.extensions = [
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # ublock { id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # ublock
{ id = "oboonakemofpalcgghocfoadofidjkkk"; } # keepassxc { id = "oboonakemofpalcgghocfoadofidjkkk"; } # keepassxc
{ id = "kgcjekpmcjjogibpjebkhaanilehneje"; } # karakeep { id = "pnidmkljnhbjfffciajlcpeldoljnidn"; } # linkwarden
]; ];
programs.brave.commandLineArgs = [ programs.brave.commandLineArgs = [
"--password-store=gnome-libsecret" "--password-store=gnome-libsecret"

View file

@ -244,6 +244,8 @@ in
"SUPERCTRL,S,exec,container-open" "SUPERCTRL,S,exec,container-open"
"SUPERCTRL,P,pin" "SUPERCTRL,P,pin"
"SUPER,code:47,exec,fuzzel" "SUPER,code:47,exec,fuzzel"
"SUPER,X,exec,fnottctl dismiss"
"SUPERSHIFT,X,exec,fnottctl dismiss all"
"SUPER,Q,killactive" "SUPER,Q,killactive"
"SUPERSHIFT,Q,exit" "SUPERSHIFT,Q,exit"
"SUPER,T,togglefloating" "SUPER,T,togglefloating"
@ -329,8 +331,6 @@ in
",code:237,exec,brightnessctl --device='asus::kbd_backlight' set 1-" ",code:237,exec,brightnessctl --device='asus::kbd_backlight' set 1-"
",code:238,exec,brightnessctl --device='asus::kbd_backlight' set +1" ",code:238,exec,brightnessctl --device='asus::kbd_backlight' set +1"
",code:255,exec,airplane-mode" ",code:255,exec,airplane-mode"
"SUPER,X,exec,fnottctl dismiss"
"SUPERSHIFT,X,exec,fnottctl dismiss all"
]; ];
windowrulev2 = [ windowrulev2 = [
@ -413,23 +413,17 @@ in
"blur,ashell-main-layer" "blur,ashell-main-layer"
"blur,launcher # fuzzel" "blur,launcher # fuzzel"
"blur,~nwggrid" "blur,~nwggrid"
"blur,notifications"
"blur,gtk-layer-shell" "blur,gtk-layer-shell"
"xray 1,waybar" "xray 1,waybar"
"xray 1,ashell-main-layer" "xray 1,ashell-main-layer"
"xray 1,~nwggrid" "xray 1,~nwggrid"
"xray 1,gtk-layer-shell" "xray 1,gtk-layer-shell"
"xray 1,notifications"
"ignorezero, gtk-layer-shell" "ignorezero, gtk-layer-shell"
"ignorezero, ashell-main-layer" "ignorezero, ashell-main-layer"
"ignorezero,notifications"
"animation fade,~nwggrid" "animation fade,~nwggrid"
"animation popin 80%, ashell-main-layer" "animation popin 80%, ashell-main-layer"
"animation popin 80%, notifications"
"order 66,ashell-main-layer" "order 66,ashell-main-layer"
"order 67,notifications"
"abovelock 2,ashell-main-layer" "abovelock 2,ashell-main-layer"
"abovelock 2,notifications"
]; ];
blurls = lib.optionals (!performance) [ blurls = lib.optionals (!performance) [
@ -437,8 +431,6 @@ in
"launcher # fuzzel" "launcher # fuzzel"
"~nwggrid" "~nwggrid"
"gtk-layer-shell" "gtk-layer-shell"
"ashell-main-layer"
"notifications"
]; ];
xwayland = { xwayland = {
@ -826,10 +818,10 @@ in
main = { main = {
anchor = "bottom-right"; anchor = "bottom-right";
stacking-order = "top-down"; stacking-order = "top-down";
min-width = 520; min-width = 400;
title-font = font + ":size=18"; title-font = font + ":size=14";
summary-font = font + ":size=15"; summary-font = font + ":size=12";
body-font = font + ":size=14"; body-font = font + ":size=11";
border-size = 0; border-size = 0;
}; };
low = { low = {
@ -838,8 +830,8 @@ in
summary-color = config.lib.stylix.colors.base03 + "ff"; summary-color = config.lib.stylix.colors.base03 + "ff";
body-color = config.lib.stylix.colors.base03 + "ff"; body-color = config.lib.stylix.colors.base03 + "ff";
idle-timeout = 150; idle-timeout = 150;
max-timeout = 4; max-timeout = 30;
default-timeout = 2; default-timeout = 8;
}; };
normal = { normal = {
background = config.lib.stylix.colors.base00 + "e6"; background = config.lib.stylix.colors.base00 + "e6";
@ -847,8 +839,8 @@ in
summary-color = config.lib.stylix.colors.base07 + "ff"; summary-color = config.lib.stylix.colors.base07 + "ff";
body-color = config.lib.stylix.colors.base07 + "ff"; body-color = config.lib.stylix.colors.base07 + "ff";
idle-timeout = 150; idle-timeout = 150;
max-timeout = 5; max-timeout = 30;
default-timeout = 3; default-timeout = 8;
}; };
critical = { critical = {
background = config.lib.stylix.colors.base00 + "e6"; background = config.lib.stylix.colors.base00 + "e6";