Test privacy addon for waybar

This commit is contained in:
iFargle 2024-01-07 17:57:41 +09:00
parent d0b35e3aba
commit c5f17f2197

View file

@ -17,6 +17,7 @@
"hyprland/workspaces"
];
modules-right = [
"privacy"
"hyprland/submap"
"pulseaudio"
"custom/tailscale"
@ -25,6 +26,28 @@
];
# Modules
"privacy" = {
"icon-spacing" = 4;
"icon-size" = 10;
"transition-duration" = 250;
"modules" = [
{
"type" = "screenshare";
"tooltip" = true;
"tooltip-icon-size" = 24;
}
{
"type" = "audio-out"zv
"tooltip" = true;
"tooltip-icon-size" = 24;
}
{
"type" = "audio-in";
"tooltip" = true;
"tooltip-icon-size" = 24;
}
];
};
"custom/wlogout" = {
format = "";
on-click = "wlogout";