This commit is contained in:
Miguel Palhas
2024-10-06 17:12:39 +01:00
parent cf47ffea96
commit efec1132e2
3 changed files with 11 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
services.avizo = {
enable = true;
settings = {
time = 2.0;
};
};
}
+1 -2
View File
@@ -6,11 +6,11 @@ in
imports = [
./rofi.nix
./dunst.nix
./aviso.nix
];
home.packages = with pkgs; [
hyprcursor
avizo
pamixer
hyprshot
];
@@ -88,7 +88,6 @@ in
"exec-once" = [
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"eww daemon & eww -c $HOME/.config/eww open bar"
"avizo-service"
];
windowrulev2 = [
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env zsh
if eww active-windows | grep bar; then
eww close bar