fix(waybar): disable active workspace hover transition
This commit is contained in:
parent
e0d007a6ec
commit
b7a048a58b
1 changed files with 5 additions and 5 deletions
|
|
@ -134,7 +134,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
signal = 1;
|
signal = 1;
|
||||||
tooltip-format = "{desc}";
|
tooltip = false;
|
||||||
on-click = "pamixer -t";
|
on-click = "pamixer -t";
|
||||||
on-scroll-up = "pamixer -i 5";
|
on-scroll-up = "pamixer -i 5";
|
||||||
on-scroll-down = "pamixer -d 5";
|
on-scroll-down = "pamixer -d 5";
|
||||||
|
|
@ -146,8 +146,7 @@ in
|
||||||
format-disconnected = " off";
|
format-disconnected = " off";
|
||||||
format-disabled = " off";
|
format-disabled = " off";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
|
tooltip = false;
|
||||||
tooltip-format-ethernet = "{ipaddr}/{cidr}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
|
|
@ -169,8 +168,7 @@ in
|
||||||
on-charging-100 = "notify-send -u low 'battery 100%'";
|
on-charging-100 = "notify-send -u low 'battery 100%'";
|
||||||
};
|
};
|
||||||
interval = 30;
|
interval = 30;
|
||||||
tooltip = true;
|
tooltip = false;
|
||||||
tooltip-format = "{timeTo}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
|
|
@ -204,10 +202,12 @@ in
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language,
|
#language,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue