asas1asas200
asas1asas200
I add this script in my `launch.sh` to launch polybar for multiple monitors: ```sh DIS=$(xrandr --listactivemonitors | grep 'DP\|HDMI' | rev | cut -d ' ' -f1 | rev) for...
Which style do you use? The `Bitmap` style doesn't display icon well. I have the same question when use `Bitmap`, so I changed to `Simple` style to resolve it. My...
Duplicate #681. And it doesn't affect the code working correctly.
This is because the keyboard device path is assigned at the `keyboard-state` module initialization: https://github.com/Alexays/Waybar/blob/fd24d7bcf63476b8d3063e877752eedd0b661976/src/modules/keyboard_state.cpp#L122-L151 A temporary solution is, set the `device-path` in the config file. You can find your...
@vanarok My latest commit implemented the hotplug function, hope this works for you.
@AlfredEVOL Which spdlog version do you use? The error message below `[123/127]` said `/usr/sbin/ld: warning: libfmt.so.8, needed by /usr/lib/libspdlog.so, not found (try using -rpath or -rpath-link) ` It should use...
The latest version of spdlog is depend on `libfmt9`. https://archlinux.org/packages/community/x86_64/spdlog/ Please update your package.
> Have you considered using Gio classes instead of the raw OS facilities? E.g. [`Gio::FileMonitor`](https://developer-old.gnome.org/glibmm/stable/classGio_1_1FileMonitor.html) or Glib event loop? I have tried the sample code below listening to the `/dev/input`:...
The current version has hotplug support and event-based keyboard lock status detection, problems in the first comment have been resolved. It can auto-detect new devices and won't crash when keyboards...
I only put them in the tooltip, it will show when the cursor hovered. It shows too much information if displays all apps. If you want to see all the...