hyprland appearances fixes and flock

This commit is contained in:
cnst
2024-11-14 18:31:47 +01:00
parent 1629d0bc5c
commit 6b8eaa05c9
4 changed files with 78 additions and 64 deletions

View File

@@ -29,6 +29,15 @@ in {
extraConfig = let
play = sound: "mpv ${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/${sound}.oga";
in ''
max-history=50
max-visible=4
outer-margin=25
icon-location=right
max-icon-size=48
[urgency=high]
border-color=#7DAEA3dd
[urgency=critical]
border-color=#f95f32dd
on-notify=exec ${play "message"}
[app-name=yubikey-touch-detector]
on-notify=exec ${play "service-login"}
@@ -36,11 +45,6 @@ in {
on-notify=exec ${play "dialog-warning"}
[app-name=command_complete summary~=".*"]
on-notify=exec ${play "bell"}
max-history=50
max-visible=4
outer-margin=25
icon-location=right
max-icon-size=48
[mode=do-not-disturb]
invisible=1
'';