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}";
|
||||
};
|
||||
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}%";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue