Waybar
Waybar copied to clipboard
Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
On my Arch Linux system, I am encountering the following issue with the calendar display, as shown in the screenshot below. I don't know if this is a bug or...
``` ❯ waybar -v Waybar v0.10.2-11-gf41458ea (branch 'master') ❯ hyprctl version Hyprland, built from branch main at commit f2b03e9679bc1a091fecffd98b50a4179b5c7d43 (ext-idle-notify: move to new impl). Date: Mon Apr 29 18:50:07 2024...
``` #tray > .active { opacity: 0.8; } #tray > .active:hover { opacity: 1; } ``` All this does is make the opacity of the tray icons permanently 0.8 @haug1
I'd like left clicking on the systemd failed units module to just try restarting them.
Hi, If I add a `\n` into the tooltip string for waybar-custom with json output, there is no tooltip.\ If I use \r, it works. Please either mention this somewhere...
waybar now have 'on-click' 'on-click-right' 'on-click-middle' 'on-scroll-up' 'on-scroll-down' five actions, could waybar support modifier to extend its actions, I found lavalauncher can do it by 'command[alt+mouse-right] = some command', it's...
timedatectl outputs the following: ``` Local time: Sun 2024-03-17 20:16:08 EDT Universal time: Mon 2024-03-18 00:16:08 UTC RTC time: Mon 2024-03-18 00:16:09 System clock synchronized: yes NTP service: active RTC...
Hello, and thank you for bringing us Waybar. Wireplumber module shows on waybar at first instance but the module does not update volume state until I connect and disconnect for...
With the Arc/Arc-dark/Arc-solid etc. themes I could set the Waybar height to 22 pixels. Now after switching to the default gtk3 theme, Adwaita, the minimum height is 24 pixels. It...
i have a group of modules and i wanted clicking any part of the group to send me to missioncenter ``` "group/hardware": { "on-click": "missioncenter", "orientation": "horizontal", "modules": [ "disk",...