Replies: 2 comments
-
Hi @mwmdev , which version of Regolith are you running? Are you getting packages from To answer your question, the package that provides the bar stanza is $ i3 --moreversion This will show each file and directory. then you can grep through what those are looking for $ find /usr/share/regolith/i3/config.d/ | xargs grep -HsF "bar {"
/usr/share/regolith/i3/config.d/70_bar:bar { Unfortunately this doesn't tell you which deb package is supplying the file. To do that you can then ask $ dpkg -S 70_bar
regolith-i3-i3xrocks: /usr/share/regolith/i3/config.d/70_bar
regolith-sway-i3status-rs: /usr/share/regolith/sway/config.d/70_bar_i3status-rs In the case that you don't find a package corresponding to a file, it means that the file was probably supplied by you or was deprecated from a previous release but not removed. HTH |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the thorough reply. It was a simple mistake, I had custom configs in .config/ and forgot to delete the one in /usr/share, so the bar was loaded twice. |
Beta Was this translation helpful? Give feedback.
-
I just updated these packages :
and now my i3bar is displayed twice one under the other :
I see two
i3bar
processes running :Can't figure out where the duplicate is called from.
Beta Was this translation helpful? Give feedback.
All reactions