waybar format
This commit is contained in:
parent
daa782bb53
commit
f534eca720
1 changed files with 4 additions and 5 deletions
|
|
@ -229,22 +229,21 @@ in
|
||||||
format = "📅 {:%a %b-%d %I:%M %p}";
|
format = "📅 {:%a %b-%d %I:%M %p}";
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
format-muted = "🔇 {volume}%";
|
format-muted = "🔇 {volume}";
|
||||||
format = "{icon} {volume}";
|
format = "{icon} {volume}";
|
||||||
format-icons.default = [ "🔈" "🔉" "🔊" ];
|
format-icons.default = [ "🔈" "🔉" "🔊" ];
|
||||||
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
format = "{player_icon} {title}";
|
format = "{player_icon} {artist} - {title}";
|
||||||
format-paused = "{status_icon} {title}";
|
format-paused = "{status_icon} {artist} - {title}";
|
||||||
player-icons = {
|
player-icons = {
|
||||||
default = "▶️";
|
default = "▶️";
|
||||||
mpv = "🎵";
|
mpd = "🎵";
|
||||||
};
|
};
|
||||||
status-icons = {
|
status-icons = {
|
||||||
paused = "⏸️";
|
paused = "⏸️";
|
||||||
};
|
};
|
||||||
# on-click = "${my-scripts.play-pause}/bin/play-pause";
|
|
||||||
};
|
};
|
||||||
battery = {
|
battery = {
|
||||||
format = "{icon} {capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue