waybar fix
This commit is contained in:
parent
7a91a50ffe
commit
f254fc7317
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
disable-scroll = true;
|
disable-scroll = true;
|
||||||
#rotate = ${r_deg};
|
#rotate = 1;
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
active-only = false;
|
active-only = false;
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
@ -39,7 +39,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
format = " {}";
|
format = " {}";
|
||||||
#rotate = ${r_deg};
|
#rotate = ${r_deg};
|
||||||
separate-outputs = true;
|
separate-outputs = true;
|
||||||
rewrite = {
|
rewrite = {
|
||||||
@ -186,7 +186,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
format = "{icon} {volume}";
|
format = "{icon} {volume}";
|
||||||
rotate = 0;
|
rotate = 0;
|
||||||
format-muted = "婢";
|
format-muted = "婢";
|
||||||
on-click = "pavucontrol -t 3";
|
on-click = "pavucontrol -t 3";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user