fix: display media total length on bar and add a time label (#435)
* fix: display media total length on bar * fix: add option to display custom nomedia text * feat: add dedicated label too * fix: media add more window names for playables * fix: add option to control display time * Consolidate code and make tooltip timestamp for media bar opt-in. --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -171,6 +171,7 @@
|
||||
"theme.bar.menus.menu.media.album": "#f5c2e8",
|
||||
"theme.bar.menus.menu.media.artist": "#94e2d6",
|
||||
"theme.bar.menus.menu.media.song": "#b4beff",
|
||||
"theme.bar.menus.menu.media.timestamp": "#cdd6f4",
|
||||
"theme.bar.menus.tooltip.text": "#cdd6f4",
|
||||
"theme.bar.menus.tooltip.background": "#11111b",
|
||||
"theme.bar.menus.dropdownmenu.divider": "#1e1e2e",
|
||||
@@ -344,4 +345,3 @@
|
||||
"theme.bar.menus.menu.network.switch.puck": "#454759",
|
||||
"theme.bar.border.color": "#b4befe"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user