swaync: fix broken black-on-black text

This commit is contained in:
Colin 2023-09-07 07:33:15 +00:00
parent 7f8ce68182
commit ccb11a4ecf

View File

@ -16,7 +16,12 @@
{ ... }:
{
sane.programs.swaynotificationcenter = {
# fs.".config/swaync/style.css".symlink.text = ...
fs.".config/swaync/style.css".symlink.text = ''
/* avoid black-on-black text that the default style ships */
window {
color: rgb(255, 255, 255);
}
'';
fs.".config/swaync/config.json".symlink.text = builtins.toJSON {
"$schema" = "/etc/xdg/swaync/configSchema.json";
positionX = "right";