test
This commit is contained in:
parent
00fbd1be50
commit
2d98b844a4
1 changed files with 2 additions and 24 deletions
|
@ -39,28 +39,6 @@
|
|||
"tooltip" = true;
|
||||
"tooltip-format" = "Games running: {count}";
|
||||
};
|
||||
privacy = {
|
||||
"icon-spacing" = 4;
|
||||
"icon-size" = 10;
|
||||
"transition-duration" = 250;
|
||||
"modules" = [
|
||||
{
|
||||
"type" = "screenshare";
|
||||
"tooltip" = true;
|
||||
"tooltip-icon-size" = 24;
|
||||
}
|
||||
{
|
||||
"type" = "audio-out";
|
||||
"tooltip" = true;
|
||||
"tooltip-icon-size" = 24;
|
||||
}
|
||||
{
|
||||
"type" = "audio-in";
|
||||
"tooltip" = true;
|
||||
"tooltip-icon-size" = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
"custom/wlogout" = {
|
||||
format = "";
|
||||
on-click = "wlogout";
|
||||
|
@ -123,8 +101,8 @@
|
|||
format-bluetooth = "{volume}% {icon} {format_source}";
|
||||
format-bluetooth-muted = " ";
|
||||
format-muted = " {format_source}";
|
||||
format-source = "";
|
||||
format-source-muted = "";
|
||||
format-source = " ";
|
||||
format-source-muted = " ";
|
||||
format-icons = {
|
||||
headphone = " ";
|
||||
headset = " ";
|
||||
|
|
Loading…
Reference in a new issue