Waybar config + use swaync on hyprland

This commit is contained in:
Filippo Berto 2024-02-17 11:17:51 +01:00
parent 9663614e3d
commit e0c1827b07
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 198 additions and 4 deletions

View file

@ -5,6 +5,8 @@
./nautilus.nix
./nemo.nix
./waybar.nix
# ./dunst.nix
./swaynotificationcenter.nix
./wl_update_background.nix
];
@ -18,6 +20,10 @@
After = [ "graphical-session.target" ];
};
systemd.user.services."swaynotificationcenter".Unit = {
Description = "Run ";
};
xdg.configFile."hypr/hyprland.conf".text =
let
strPalette = pkgs.lib.nix-rice.palette.toRgbaShortHex pkgs.rice.colorPalette;