Tweak waybar spacing a little bit
This commit is contained in:
parent
660ce62269
commit
9ab4150fad
|
@ -94,18 +94,18 @@
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
scroll-step = 5;
|
scroll-step = 5;
|
||||||
format = "{format_source} {icon} {volume}%";
|
format = "{format_source}{icon}{volume}%";
|
||||||
format-muted = "{format_source} ";
|
format-muted = "{format_source} ";
|
||||||
format-source = "";
|
format-source = " ";
|
||||||
format-source-muted = "";
|
format-source-muted = " ";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
car = "";
|
car = " ";
|
||||||
default = ["" "" ""];
|
default = [" " " " " "];
|
||||||
hands-free = "";
|
hands-free = " ";
|
||||||
headset = "";
|
headset = " ";
|
||||||
phone = "";
|
phone = " ";
|
||||||
portable = "";
|
portable = " ";
|
||||||
headphone = "";
|
headphone = " ";
|
||||||
};
|
};
|
||||||
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||||
on-click-right = "${pkgs.pamixer}/bin/pamixer -t";
|
on-click-right = "${pkgs.pamixer}/bin/pamixer -t";
|
||||||
|
@ -135,11 +135,11 @@
|
||||||
format-disconnected = " ";
|
format-disconnected = " ";
|
||||||
};
|
};
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
format = " ";
|
format = "";
|
||||||
format-disabled = " ";
|
format-disabled = "";
|
||||||
format-off = " ";
|
format-off = "";
|
||||||
format-on = " ";
|
format-on = "";
|
||||||
format-connected = " ";
|
format-connected = "";
|
||||||
tooltip-format = "{status} | {device_alias}";
|
tooltip-format = "{status} | {device_alias}";
|
||||||
on-click = "${pkgs.bluez}/bin/bluetoothctl power on";
|
on-click = "${pkgs.bluez}/bin/bluetoothctl power on";
|
||||||
on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off";
|
on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off";
|
||||||
|
|
Loading…
Reference in a new issue