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;
|
||||
};
|
||||
"privacy"= {
|
||||
"icon-spacing" = 4;
|
||||
"icon-size" = 10;
|
||||
"icon-spacing" = 6;
|
||||
"icon-size" = 11;
|
||||
"transition-duration" = 250;
|
||||
"modules"= [
|
||||
{
|
||||
"type" = "screenshare";
|
||||
"tooltip" = true;
|
||||
"tooltip-icon-size" = 16;
|
||||
"tooltip" = false;
|
||||
}
|
||||
{
|
||||
"type" = "audio-out";
|
||||
"tooltip" = true;
|
||||
"tooltip-icon-size" = 24;
|
||||
"tooltip" = false;
|
||||
}
|
||||
{
|
||||
"type" = "audio-in";
|
||||
"tooltip" = true;
|
||||
"tooltip-icon-size" = 24;
|
||||
"tooltip" = false;
|
||||
}
|
||||
];
|
||||
"ignore-monitor" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue