maxwidthchars -> 1

This commit is contained in:
end-4
2024-05-24 20:12:10 +07:00
parent 10aed6353a
commit a004acc05d
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ export default () => {
hexpand: true,
className: 'txt-smallie bar-music-txt',
truncate: 'end',
maxWidthChars: 10, // Doesn't matter, just needs to be non negative
maxWidthChars: 1, // Doesn't matter, just needs to be non negative
setup: (self) => self.hook(Mpris, label => {
const mpris = Mpris.getPlayer('');
if (mpris)