Compare commits

..

No commits in common. "e59262486e2ea1b3556c0a921f97f0340b909fa4" and "097d47ca0030b534a26df89ba937c05c6c362137" have entirely different histories.

9 changed files with 6 additions and 48 deletions

View File

@ -9,10 +9,6 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
default_language_version:
node: lts
ruby: .ruby-version
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0

View File

@ -205,7 +205,7 @@
},
"regrets-reporter@mozillafoundation.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/regretsreporter/latest.xpi",
"installation_mode": "force_installed"
"installation_mode": "normal_installed"
},
"uBOLite@raymondhill.net": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin-lite/latest.xpi",

View File

@ -25,7 +25,6 @@
- [IPvFooBar](#ipvfoobar)
- [uBlock Origin Lite](#ublock-origin-lite)
- [AdNauseam](#adnauseam)
- [RegretsReporter](#regretsreporter)
- [uBlock Origin](#ublock-origin-1)
- [Bitwarden](#bitwarden)
- [Privacy Badger](#privacy-badger)
@ -167,10 +166,6 @@ Complementing PrivacyBadger with an adblocker so first profile runs have at
least something to block Malvertising now that I no longer enable NoScript out
of the box.
### RegretsReporter
- `obpoeflheeknapimliioeoefbfaakefn`
### uBlock Origin
- `odfafepnkmbhccpbejgmiehpchacaeak`

View File

@ -162,12 +162,6 @@
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"obpoeflheeknapimliioeoefbfaakefn": {
"installation_mode": "force_installed",
"override_update_url": true,
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"odfafepnkmbhccpbejgmiehpchacaeak": {
"blocked_install_message": "uBlock Origin pitäisi olla jo asennettu Chrome-kaupasta.",
"installation_mode": "blocked"

View File

@ -1,4 +1,3 @@
export QT_STYLE_OVERRIDE=kvantum
export QT_QPA_PLATFORMTHEME="kde"
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland

View File

@ -1,14 +1,7 @@
if ! hash lsb_release 2> /dev/null; then
ERRORMESSAGE="lsb_release was not found, the wallpaper scripts cannot figure out the distribution"
echo $ERRORMESSAGE
notify-send --app-name=darkman --icon=error $ERRORMESSAGE
exit 0
fi
if ! hash kvantummanager 2> /dev/null; then
ERRORMESSAGE="kvantummanager wasn't found, Qt theme switching won't work!"
echo $ERRORMESSAGE
notify-send --app-name="darkman" --icon=error $ERRORMESSAGE
#notify-send $ERRORMESSAGE
exit 0
fi
@ -24,14 +17,5 @@ if [[ "$DARKMANGET" == "dark" ]]; then
elif [[ "$DARKMANGET" == "light" ]]; then
(notify-send --app-name="darkman" --urgency=low --icon=weather-clear "Teema: $DARKMANGET" &)
else
ERRORMESSAGE="Something went wrong?"
echo $ERRORMESSAGE
notify-send --app-name="darkman" --icon=error $ERRORMESSAGE
fi
if [[ "$QT_STYLE_OVERRIDE" != "kvantum" ]]; then
ERRORMESSAGE="\$QT_STYLE_OVERRIDE is not 'kvantum', Qt theme switching has no effect!"
echo $ERRORMESSAGE
notify-send --app-name="darkman" --icon=error $ERRORMESSAGE
exit 0
echo "darkman: Something went wrong?"
fi

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.sh
# This is all adapted from /usr/share/doc/darkman/examples/dark-mode.d/
# GTK Theme
@ -10,10 +8,7 @@
(dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Adwaita-dark" &)
# Xfce theme?
(xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Adwaita-dark &)
(exec xfconf-query -c xsettings -p /Net/ThemeName -s 'Adwaita-dark' &)
# Plasma
(lookandfeeltool --apply "org.kde.breezedark.desktop" &)
# Kvantum Qt
(kvantummanager --set KvGnomeDark --noAssign-All &)

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.sh
# This is all adapted from /usr/share/doc/darkman/examples/light-mode.d/
# GTK Theme
@ -10,10 +8,7 @@
(dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze" &)
# Xfce theme?
(xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze &)
(exec xfconf-query -c xsettings -p /Net/ThemeName -s 'Breeze' &)
# Plasma
(lookandfeeltool --apply "org.kde.breeze.desktop" &)
# Kvantum Qt
(kvantummanager --set KvGnome --noAssign-All &)

2
package.json vendored
View File

@ -2,6 +2,6 @@
"devDependencies": {
"@aminda/global-prettier-config": "2024.28.4"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"prettier": "@aminda/global-prettier-config"
}