Waybar/include/modules
herlev 2c7cb0e9d4 Fix crashes when using named workspaces in Hyprland
The first crash occurs when trying to parse the
ID of a workspace as an uint, since named
workspaces has negative IDs. This is fixed by
using ints for workspace IDs instead of uints.

The second crash occurs when converting a
workspace name that isn't a number to an integer.
This is fixed by wrapping std::stoi in a try
block and only sorting by number, when both names
can successfully be converted to integers.
2022-11-24 02:16:44 +01:00
..
hyprland Fix crashes when using named workspaces in Hyprland 2022-11-24 02:16:44 +01:00
mpd button: Add AButton class 2022-10-12 10:25:29 +02:00
river river/mode: new module 2022-06-01 15:35:08 +00:00
sni refactor: lint 2022-04-06 08:37:19 +02:00
sway Refactor rewriteTitle 2022-10-19 13:25:08 +02:00
upower fix(upower): add missing include for libc++ 2022-05-23 16:27:32 +00:00
wlr fix: lint 2022-10-26 17:26:15 +02:00
backlight.hpp feat(backlight): hide if the display is powered off 2022-11-07 13:57:21 +01:00
battery.hpp Add test if there is battery 2022-10-18 19:30:23 +02:00
bluetooth.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
clock.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
cpu.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
custom.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
disk.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
gamemode.hpp Added tooltip-format 2022-05-21 12:02:45 +02:00
idle_inhibitor.hpp Merge pull request #1120 from pinselimo/use_gtk_button_v2 2022-10-17 09:09:12 +02:00
inhibitor.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
jack.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
keyboard_state.hpp feat(keybaord): enable hotplug support 2022-08-23 23:30:16 +08:00
memory.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
network.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
pulseaudio.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
simpleclock.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
sndio.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
temperature.hpp button: Add AButton class 2022-10-12 10:25:29 +02:00
user.hpp added path settings 2022-11-16 08:04:18 +03:00
wireplumber.hpp feat: wireplumber support 2022-11-16 23:23:07 -08:00