Waybar config + use swaync on hyprland
This commit is contained in:
parent
9663614e3d
commit
e0c1827b07
7 changed files with 198 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue