mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-24 00:25:38 +00:00
improve visuals of volume notification
This commit is contained in:
parent
afd44279d2
commit
b2850e8b79
@ -55,7 +55,8 @@ in {
|
|||||||
# Make sure that Volnoti actually starts (home-manager doesn't start
|
# Make sure that Volnoti actually starts (home-manager doesn't start
|
||||||
# user daemon's automatically)
|
# user daemon's automatically)
|
||||||
startup = [{
|
startup = [{
|
||||||
command = "systemctl --user restart volnoti";
|
command =
|
||||||
|
"systemctl --user restart volnoti --alpha 0.15 --radius 40 --timeout 0.2";
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}];
|
}];
|
||||||
|
Loading…
Reference in New Issue
Block a user