Test privacy addon for waybar
This commit is contained in:
parent
d0b35e3aba
commit
c5f17f2197
1 changed files with 23 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue