Compare commits
No commits in common. "8809f0fb5f85d05c80d2d7d43c5418494050ab7b" and "9b7d66968fa8d7254cc7ee17274022f6ba773f34" have entirely different histories.
8809f0fb5f
...
9b7d66968f
2 changed files with 8 additions and 20 deletions
|
@ -275,31 +275,20 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# BUG: Widget stays after last player closes
|
|
||||||
# https://github.com/Alexays/Waybar/issues/3107
|
|
||||||
# https://github.com/Alexays/Waybar/wiki/Module:-MPRIS
|
# https://github.com/Alexays/Waybar/wiki/Module:-MPRIS
|
||||||
mpris =
|
mpris =
|
||||||
common
|
common
|
||||||
// {
|
// {
|
||||||
format = "{player_icon} {dynamic}";
|
format = "{player_icon} {dynamic}";
|
||||||
format-paused = "{status_icon} {dynamic}";
|
format-paused = "{status_icon} {dynamic}";
|
||||||
artist-len = 32; # Characters
|
artist-len = 64; # Characters
|
||||||
title-len = 32; # Characters
|
title-len = 32; # Characters
|
||||||
dynamic-len = 64; # Characters
|
dynamic-len = 64; # Characters
|
||||||
dynamic-importance-order = ["artist" "title"];
|
dynamic-importance-order = ["artist" "title"];
|
||||||
dynamic-order = ["artist" "title"];
|
dynamic-order = ["artist" "title"];
|
||||||
dynamic-separator = " ";
|
dynamic-separator = " ";
|
||||||
|
player-icons.default = "";
|
||||||
player-icons = {
|
status-icons.paused = "";
|
||||||
default = "";
|
|
||||||
chromium = "";
|
|
||||||
firefox = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
status-icons = {
|
|
||||||
paused = "";
|
|
||||||
stopped = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
# TODO: on-click focus currently playing window
|
# TODO: on-click focus currently playing window
|
||||||
#// on-click = "";
|
#// on-click = "";
|
||||||
|
@ -337,11 +326,11 @@ in {
|
||||||
// {
|
// {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
|
||||||
# format-icons = {
|
format-icons = {
|
||||||
# "1" = "";
|
"1" = "";
|
||||||
# "2" = "";
|
"2" = "";
|
||||||
# "3" = "";
|
"3" = "";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/Alexays/Waybar/wiki/Module:-PowerProfilesDaemon
|
# https://github.com/Alexays/Waybar/wiki/Module:-PowerProfilesDaemon
|
||||||
|
|
|
@ -101,7 +101,6 @@ in {
|
||||||
gnome-disk-utility # Disk formatter
|
gnome-disk-utility # Disk formatter
|
||||||
gnome-firmware # Firmware updater
|
gnome-firmware # Firmware updater
|
||||||
gnome-font-viewer # Font viewer
|
gnome-font-viewer # Font viewer
|
||||||
gnome-frog # Text extraction
|
|
||||||
gnome-graphs # Data plotter
|
gnome-graphs # Data plotter
|
||||||
gnome-maps # OpenStreetMap client
|
gnome-maps # OpenStreetMap client
|
||||||
gnome-obfuscate # Image redacter
|
gnome-obfuscate # Image redacter
|
||||||
|
|
Loading…
Add table
Reference in a new issue