Compare commits

...

2 commits

2 changed files with 21 additions and 14 deletions

View file

@ -205,19 +205,26 @@
fill_shape=false
'';
# WhatsApp config
"whatsapp-for-linux/settings.conf" = {
force = true;
text = ''
[web]
allow-permissions=true
hw-accel=2
"whatsapp-for-linux/settings.conf" =
let
inherit (config.lib.stylix.scheme) variant;
in
{
force = true;
text = ''
[web]
allow-permissions=true
hw-accel=2
[general]
notification-sounds=true
close-to-tray=true
start-in-tray=true
'';
};
[general]
notification-sounds=true
close-to-tray=true
start-in-tray=true
[appearance]
prefer-dark-theme=${if variant == "dark" then "true" else "false"}
'';
};
# Teams config
"teams-for-linux/config.json" = {
force = true;

View file

@ -83,7 +83,7 @@
{
monitor = "";
text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
color = "0xff${scheme.base00}";
color = "0xff${scheme.base05}";
font_size = 90;
font_family = font;
position = "-30, 0";
@ -93,7 +93,7 @@
{
monitor = "";
text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\"";
color = "0xff${scheme.base00}";
color = "0xff${scheme.base05}";
font_size = 25;
font_family = font;
position = "-30, -150";