end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.34k stars 218 forks source link

[Feature] how can i make bar metrics always shown #426

Closed D3ja-vu closed 3 months ago

D3ja-vu commented 3 months ago

i want to make the metrics on top bar always shown on the bar because on the left of it is so empty

nullptroma commented 3 months ago

how?

end-4 commented 3 months ago

comment lines 202-205 in ~/.config/ags/modules/bar/normal/music.js (they look like this)

                        setup: (self) => self.hook(Mpris, label => {
                            const mpris = Mpris.getPlayer('');
                            self.revealChild = (!mpris);
                        }),