waybar format

This commit is contained in:
Tristan 2023-06-16 14:16:48 +01:00
parent daa782bb53
commit f534eca720

View file

@ -229,22 +229,21 @@ in
format = "📅 {:%a %b-%d %I:%M %p}";
};
pulseaudio = {
format-muted = "🔇 {volume}%";
format-muted = "🔇 {volume}";
format = "{icon} {volume}";
format-icons.default = [ "🔈" "🔉" "🔊" ];
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
};
mpris = {
format = "{player_icon} {title}";
format-paused = "{status_icon} {title}";
format = "{player_icon} {artist} - {title}";
format-paused = "{status_icon} {artist} - {title}";
player-icons = {
default = "";
mpv = "🎵";
mpd = "🎵";
};
status-icons = {
paused = "";
};
# on-click = "${my-scripts.play-pause}/bin/play-pause";
};
battery = {
format = "{icon} {capacity}%";