chore(waybar): rework privacy module icons and tooltypes
This commit is contained in:
parent
0116c861bd
commit
2570f25e11
1 changed files with 5 additions and 8 deletions
|
@ -108,24 +108,21 @@ in
|
||||||
"tooltip" = false;
|
"tooltip" = false;
|
||||||
};
|
};
|
||||||
"privacy"= {
|
"privacy"= {
|
||||||
"icon-spacing" = 4;
|
"icon-spacing" = 6;
|
||||||
"icon-size" = 10;
|
"icon-size" = 11;
|
||||||
"transition-duration" = 250;
|
"transition-duration" = 250;
|
||||||
"modules"= [
|
"modules"= [
|
||||||
{
|
{
|
||||||
"type" = "screenshare";
|
"type" = "screenshare";
|
||||||
"tooltip" = true;
|
"tooltip" = false;
|
||||||
"tooltip-icon-size" = 16;
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"type" = "audio-out";
|
"type" = "audio-out";
|
||||||
"tooltip" = true;
|
"tooltip" = false;
|
||||||
"tooltip-icon-size" = 24;
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"type" = "audio-in";
|
"type" = "audio-in";
|
||||||
"tooltip" = true;
|
"tooltip" = false;
|
||||||
"tooltip-icon-size" = 24;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
"ignore-monitor" = true;
|
"ignore-monitor" = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue