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" "hyprland/workspaces"
]; ];
modules-right = [ modules-right = [
"privacy"
"hyprland/submap" "hyprland/submap"
"pulseaudio" "pulseaudio"
"custom/tailscale" "custom/tailscale"
@ -25,6 +26,28 @@
]; ];
# Modules # 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" = { "custom/wlogout" = {
format = ""; format = "";
on-click = "wlogout"; on-click = "wlogout";