Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Hi,
SetExclusiveZone "auto"
to Function "SfwbarInit" in the config file. This will tell the compositor not to position windows over our under the bar. The actual behaviour will depend on your compositor though. I know some older compositors didn't respect this.And add module("network") at the beginning of your config to load the network module.
This will add a basic string with an incoming transfer rate. Css min-width is there to prevent it from constantly resizing as the length of the string changes. You can use different widget types to visualise it in different ways of course.
SetMirror "*"
To Function. "SfwbarInit"If you want only windows for a given monitor to appear on each bar, you can add: filter = output To the taskbar widget definition within the layout.
Hopefully this helps. Let me know if there is anything else you want to do.
Everything seems to have worked well - except using 'filter = output' which causes sfwbar to vanish immediately after starting with no obvious error message...
Thanks - this is excellent and I shall give it all a go and let you know how I got on.