fix: swaync gtk theme broken
This commit is contained in:
parent
42ab0e94ce
commit
c392a1eaff
1 changed files with 11 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
config,
|
||||
system,
|
||||
osConfig,
|
||||
settings,
|
||||
|
|
@ -224,7 +225,7 @@ in
|
|||
timeout-critical = 0;
|
||||
timeout-low = 2;
|
||||
transition-time = 200;
|
||||
widgets = [
|
||||
widgets = lib.mkForce [
|
||||
"title"
|
||||
"notifications"
|
||||
"mpris"
|
||||
|
|
@ -380,6 +381,15 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
systemd.user.services.swaync.Service = {
|
||||
ExecStart = lib.mkForce ''${pkgs.swaynotificationcenter}/bin/swaync --config ${
|
||||
config.xdg.configFile."swaync/config.json".target
|
||||
} --style ${config.xdg.configFile."swaync/style.css".target}'';
|
||||
Environment = [
|
||||
"XDG_CONFIG_HOME=/home/_dummy"
|
||||
];
|
||||
};
|
||||
|
||||
# === rofi === #
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue