chore(waybar): turns out without pulseaudio it looks sleeker
This commit is contained in:
parent
f8bb16902a
commit
d784cb0241
|
@ -16,7 +16,6 @@
|
|||
"clock"
|
||||
];
|
||||
modules-right = [
|
||||
"pulseaudio"
|
||||
"network"
|
||||
"memory"
|
||||
"cpu"
|
||||
|
@ -66,28 +65,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
pulseaudio = {
|
||||
format = "{icon} {volume}%";
|
||||
format-bluetooth = "{icon} {volume}%";
|
||||
format-muted = "";
|
||||
format-icons = {
|
||||
headphone = "";
|
||||
hands-free = "";
|
||||
headset = "";
|
||||
phone = "";
|
||||
portable = "";
|
||||
car = "";
|
||||
default = [
|
||||
""
|
||||
""
|
||||
];
|
||||
};
|
||||
scroll-step = 1;
|
||||
on-click = "pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
|
||||
network = {
|
||||
interval = 5;
|
||||
format = " {bandwidthUpBits} {bandwidthDownBits} ";
|
||||
|
@ -223,7 +200,7 @@
|
|||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#network, #cpu, #memory, #language, #temperature, #pulseaudio {
|
||||
#network, #cpu, #memory, #language, #temperature {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue