Fix broken CSS theme introduced with Firefox 133

This commit is contained in:
Jimbo 2024-12-02 00:25:14 -05:00
parent dc2a40eda1
commit 99d26740dd
4 changed files with 91 additions and 57 deletions

View file

@ -1,6 +1,11 @@
{ ... }:
{ config, pkgs, ... }:
{
imports = [
./wlr
];
xdg.portal.wlr = {
enable = config.system.desktop.enable;
settings.screencast = {
max_fps = 60;
chooser_type = "simple";
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or -B 00000066 -b 00000099";
};
};
}

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
xdg.portal.wlr = {
enable = config.system.desktop.enable;
settings.screencast = {
max_fps = 60;
chooser_type = "simple";
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or -B 00000066 -b 00000099";
};
};
}