This commit is contained in:
Reid 2024-04-02 22:53:53 -07:00
parent 42db03dd4e
commit 38839cdcbf
4 changed files with 27 additions and 4 deletions

View file

@ -143,10 +143,12 @@ in {
enabled = true;
size = 4;
passes = 2;
# popups = true;
#popups = true;
};
drop_shadow = false;
#shadow_range = 4;
#shadow_render_power = true;
};
animations = {

View file

@ -108,7 +108,7 @@ in {
icon = true;
icon-size = 16;
rewrite = {
"(.*) - Mozilla Firefox" = "$1";
"(.*) Mozilla Firefox" = "$1"; # the dash here is SLIGHTLY different. Wow
"(.*) - Visual Studio Code" = "$1";
#"(.*\\.nix\\s.*)" = "";
"(\\S+\\.js\\s.*)" = " $1";