chore(waybar): rework privacy module icons and tooltypes

This commit is contained in:
Yorick Barbanneau 2025-09-02 17:38:14 +02:00
parent 0116c861bd
commit 2570f25e11
Signed by: ephase
GPG key ID: 4447A19BBEDB8DBA

View file

@ -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;