Former-commit-id: 5ad31e7602
This commit is contained in:
Hadi
2024-03-20 18:31:59 +01:00
parent 557b1d375e
commit 06805d8d27
3 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
{ config, ... }: {
xdg.configFile."duckduckgo-colorscheme.js".text = ''
// Go to DuckDuckGo settings page, open the console, paste the code and hit enter.
// based on https://ddg.codingcodax.dev/
// Cookies string for your theme
const cookie = '7=${config.theme.colors.bg}; j=${config.theme.colors.bg}; 9=${config.theme.colors.fg}; aa=${config.theme.colors.alt-fg}; 8=${config.theme.colors.color7}; x=${config.theme.colors.primary-bg}; 21=${config.theme.colors.alt-bg};';