switch back to volumeicon
This commit is contained in:
parent
e36c2a69c9
commit
412f933cf7
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
pulseaudioFull
|
pulseaudioFull
|
||||||
easyeffects
|
easyeffects
|
||||||
cava
|
cava
|
||||||
pa_applet
|
volumeicon
|
||||||
playerctl
|
playerctl
|
||||||
];
|
];
|
||||||
xsession.windowManager.i3.config.startup = [
|
xsession.windowManager.i3.config.startup = [
|
||||||
{
|
{
|
||||||
command = "pkill pa_applet; pa_applet";
|
command = "pkill volumeicon; volumeicon";
|
||||||
always = true;
|
always = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue