mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
update dms, niri blur
This commit is contained in:
parent
e4b29f3333
commit
050aded035
6 changed files with 47 additions and 54 deletions
|
|
@ -54,22 +54,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
# programs.quickshell.configs.dms =
|
||||
# let
|
||||
# dankMaterialShell =
|
||||
# inputs.dankMaterialShell.packages.${pkgs.stdenv.hostPlatform.system}.dankMaterialShell.overrideAttrs
|
||||
# {
|
||||
# installPhase = ''
|
||||
# mkdir -p $out/etc/xdg/quickshell/DankMaterialShell
|
||||
# cp -r . $out/etc/xdg/quickshell/DankMaterialShell
|
||||
# ln -s $out/etc/xdg/quickshell/DankMaterialShell $out/etc/xdg/quickshell/dms
|
||||
# substituteInPlace $out/etc/xdg/quickshell/DankMaterialShell/Widgets/DankIcon.qml \
|
||||
# --replace "Material Symbols Rounded" "Monofur Nerd Font"
|
||||
# '';
|
||||
# };
|
||||
# in
|
||||
# "${dankMaterialShell}/etc/xdg/quickshell/DankMaterialShell" |> lib.mkForce;
|
||||
programs.dankMaterialShell.quickshell.package =
|
||||
programs.dank-material-shell.quickshell.package =
|
||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.quickshell;
|
||||
xdg.configFile."DankMaterialShell/stylix-colors.json".text = builtins.toJSON colorTheme;
|
||||
xdg.configFile."DankMaterialShell/settings.json".text = # json
|
||||
|
|
|
|||
|
|
@ -16,6 +16,13 @@ let
|
|||
blur true
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match is-floating=true
|
||||
background-effect {
|
||||
xray false
|
||||
blur true
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="launcher"
|
||||
background-effect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue