avizo
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.avizo = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
time = 2.0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -6,11 +6,11 @@ in
|
|||||||
imports = [
|
imports = [
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
|
./aviso.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
hyprcursor
|
hyprcursor
|
||||||
avizo
|
|
||||||
pamixer
|
pamixer
|
||||||
hyprshot
|
hyprshot
|
||||||
];
|
];
|
||||||
@@ -88,7 +88,6 @@ in
|
|||||||
"exec-once" = [
|
"exec-once" = [
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"eww daemon & eww -c $HOME/.config/eww open bar"
|
"eww daemon & eww -c $HOME/.config/eww open bar"
|
||||||
"avizo-service"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
if eww active-windows | grep bar; then
|
if eww active-windows | grep bar; then
|
||||||
eww close bar
|
eww close bar
|
||||||
|
|||||||
Reference in New Issue
Block a user