home/polybar: add icon for volume

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-02 15:14:30 +03:00
parent f29cf4858a
commit 0defc044e5
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -68,7 +68,7 @@ in
exec = "~/scripts/get_volume.sh";
interval = 1;
format = {
prefix = "Vol: ";
prefix = "%{T3}%{T-} ";
padding = 1;
};
};