mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 22:05:37 +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
|
||||
# user daemon's automatically)
|
||||
startup = [{
|
||||
command = "systemctl --user restart volnoti";
|
||||
command =
|
||||
"systemctl --user restart volnoti --alpha 0.15 --radius 40 --timeout 0.2";
|
||||
always = true;
|
||||
notification = false;
|
||||
}];
|
||||
|
Loading…
Reference in New Issue
Block a user