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"
|
"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";
|
||||||
|
|
Loading…
Reference in a new issue