swaync: style uses catppuccin mocha theme
This commit is contained in:
parent
853e195b3f
commit
62a047ce77
|
@ -12,6 +12,13 @@ in
|
||||||
home.file.".config/swaync/config.json".text = builtins.toJSON {
|
home.file.".config/swaync/config.json".text = builtins.toJSON {
|
||||||
positionX = "center";
|
positionX = "center";
|
||||||
positionY = "top";
|
positionY = "top";
|
||||||
|
fit-to-screen = false;
|
||||||
|
control-center-height = 800;
|
||||||
|
};
|
||||||
|
|
||||||
|
home.file.".config/swaync/style.css".source = pkgs.fetchurl {
|
||||||
|
url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css";
|
||||||
|
hash = "sha256-Hie/vDt15nGCy4XWERGy1tUIecROw17GOoasT97kIfc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.exec-once = [
|
wayland.windowManager.hyprland.settings.exec-once = [
|
||||||
|
|
Loading…
Reference in a new issue