Compare commits
2 commits
1c216ac162
...
6077814878
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 6077814878 | ||
Evie Litherland-Smith | 56cdefd666 |
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue