Fix dark mode for pavucontrol
This commit is contained in:
parent
3ed8370ebf
commit
2dedde53de
1 changed files with 7 additions and 0 deletions
|
|
@ -46,6 +46,13 @@ let
|
|||
else null
|
||||
);
|
||||
}
|
||||
{
|
||||
exec = (
|
||||
if nixosConfig.jalr.gui.enable
|
||||
then [ "/usr/bin/env" "gsettings" "set" "org.gnome.desktop.interface" "gtk-theme" "Adwaita-%scheme%" ]
|
||||
else null
|
||||
);
|
||||
}
|
||||
];
|
||||
dynamic-colors = pkgs.writers.writePython3Bin "dynamic-colors" { } ''
|
||||
import json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue