Compare commits

..

2 Commits

Author SHA1 Message Date
2a2cafa517
waybar: fix focused workspace color 2024-01-21 10:59:20 +02:00
ea03abf22a
LibreAwoo: comment the Ad Nauseam change
This kind of reverts 3adab86b9ad8f7f4783ee576fcce297495521d8c
2024-01-21 10:56:23 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@ defaultPref("privacy.resistFingerprinting", false);
// Disable strict tracking protection for Ad Nauseam, don't use this without // Disable strict tracking protection for Ad Nauseam, don't use this without
// it. Via https://github.com/dhowe/AdNauseam/issues/1747#issuecomment-1397068835 // it. Via https://github.com/dhowe/AdNauseam/issues/1747#issuecomment-1397068835
// https://addons.mozilla.org/firefox/addon/adnauseam/ // https://addons.mozilla.org/firefox/addon/adnauseam/
defaultPref("browser.contentblocking.category", "standard"); // DO NOT DO THIS! https://codeberg.org/librewolf/issues/issues/1439
//defaultPref("browser.contentblocking.category", "standard");
// Enable letterboxing // Enable letterboxing
defaultPref("privacy.resistFingerprinting.letterboxing", true); defaultPref("privacy.resistFingerprinting.letterboxing", true);

View File

@ -32,7 +32,7 @@ tooltip label {
} }
#workspaces button.focused { #workspaces button.focused {
background: #64727d; background: #ffffff;
border-bottom: 3px solid #ff0000; border-bottom: 3px solid #ff0000;
} }