Commit Graph

  • eb705533b5 feat: jsoncpp wrap Alex 2022-11-03 14:08:22 +01:00
  • 3cf027fc56 fix: button default style Alex 2022-11-03 14:04:29 +01:00
  • 09120caf17 Merge pull request #1762 from jpalus/jsoncpp-version Alex 2022-11-03 11:02:19 +01:00
  • 73495df377 build: require jsoncpp >= 1.9.2 Jan Palus 2022-11-03 10:59:03 +01:00
  • fd417c0805 chore: 0.9.15 Alex 2022-11-03 09:43:05 +01:00
  • afa590f781 Merge pull request #1758 from Alexays/revert-1687-fix-custom-module-markup Alex 2022-11-02 06:00:00 +01:00
  • df36ac3408 Revert "Escape text in custom module" Alex 2022-11-02 05:59:50 +01:00
  • ebdf575d45 fix: lint Alex 2022-10-28 14:44:48 +02:00
  • a4d27ea806 fix: checking router id in handleEvent function Alex 2022-10-28 14:44:04 +02:00
  • a10266ceee fix: add power to tooltip format Alex 2022-10-28 14:35:18 +02:00
  • 31137c30fb fix custom module leaves zombie processes behind when bars are removed lilydjwg 2022-10-27 18:12:14 +08:00
  • c374c412d3 chore: remove unwanted file Alex 2022-10-27 10:00:38 +02:00
  • 2fec1d4907 fix: typo Alex 2022-10-27 09:14:07 +02:00
  • be28ee3d7e fix(#1707): hide module when no controller found Alex 2022-10-27 09:00:31 +02:00
  • 2d7e21ed7d fix: lint Alex 2022-10-26 17:26:15 +02:00
  • 930a3e168b Merge pull request #1747 from bi4k8/taskbar-task-reorder Alex 2022-10-26 17:25:55 +02:00
  • 7948d03d25 Merge pull request #1744 from Quantenzitrone/master Alex 2022-10-26 17:14:58 +02:00
  • ff61e7bf4e taskbar: implement drag-and-drop task reordering bi4k8 2022-10-25 19:39:23 +00:00
  • 64849f52c9 fixed memory module not rounding numbers Quantenzitrone 2022-10-22 02:31:14 +02:00
  • 1374b0fce4 Merge pull request #1740 from ErikReider/gamemode-segfault-fix Alex 2022-10-20 13:09:50 +02:00
  • 1ceaff27c2 Fixed gamemode module segfaulting when disconnecting monitor Erik Reider 2022-10-20 12:38:52 +02:00
  • 527017baca chore: update date wrap Alex 2022-10-20 11:05:19 +02:00
  • f330e51472 fix: typo Alex 2022-10-20 10:57:27 +02:00
  • 411c6f4b4b chore: update catch Alex 2022-10-20 10:56:47 +02:00
  • e8e8ccb6cf Merge pull request #1661 from asas1asas200/zeng-feat-improve_keyboard Alex 2022-10-20 10:50:35 +02:00
  • a24f2d72a7 Merge pull request #1730 from herlev/hyprland-window-rewrite Alex 2022-10-20 10:48:57 +02:00
  • ffa458223d Merge pull request #1724 from llyyr/fix-build-with-catch2 Alex 2022-10-20 10:47:52 +02:00
  • aa8bd51952 Merge pull request #1738 from pinselimo/fix-button-padding Alex 2022-10-20 10:46:08 +02:00
  • 05dbfe261a style: Revert set default minimal width of buttons to zero #1737 Simon Plakolb 2022-10-20 10:34:20 +02:00
  • 1f591e36f1 button: Hardcode min-width property set to zero Simon Plakolb 2022-10-20 10:27:41 +02:00
  • d0677c1801 Merge pull request #1737 from pinselimo/fix-button-padding Alex 2022-10-19 14:59:49 +02:00
  • c18c6b080a Set default minimal width of buttons to zero Simon Plakolb 2022-10-19 13:47:04 +02:00
  • 7240611d87 Merge pull request #1736 from pinselimo/fix-battery-module Alex 2022-10-19 13:39:20 +02:00
  • e1045381fe Fix linter herlev 2022-10-19 13:30:28 +02:00
  • e660a3634d Fix linter herlev 2022-10-19 13:29:05 +02:00
  • 54e04b5a30 Refactor rewriteTitle herlev 2022-10-19 13:25:08 +02:00
  • 662a250705 Fix battery indicator crash on linux Simon Plakolb 2022-10-19 13:15:21 +02:00
  • f72c1a54d3 Merge branch 'Alexays:master' into hyprland-window-rewrite herlev 2022-10-19 12:18:22 +02:00
  • 6b221133c2 Merge pull request #1703 from lbartoletti/freebsd_battery Alex 2022-10-19 09:08:47 +02:00
  • d01fda6fae Merge pull request #1721 from herlev/sort-workspaces-by-number Alex 2022-10-19 09:08:03 +02:00
  • 692b90c995 fix build Loïc Bartoletti 2022-10-18 20:44:55 +02:00
  • dea2d721eb Merge pull request #1733 from ItsDrike/master Alex 2022-10-18 19:45:42 +02:00
  • 72a2ada82c remove clang-format lines Loïc Bartoletti 2022-10-04 11:38:21 +02:00
  • 6156a62294 fix time_remaining. FreeBSD sysctl returns minutes and not hours Loïc Bartoletti 2022-10-04 08:01:59 +02:00
  • d4d35e2f89 apply clang-format Loïc Bartoletti 2022-10-04 07:41:19 +02:00
  • a58988ea9d Battery: replace #else by #elif defined(__linux__) Loïc Bartoletti 2022-10-04 07:39:35 +02:00
  • 0ada5ac8b0 Battery::getAdapterStatus: better code format Loïc Bartoletti 2022-10-04 06:39:29 +02:00
  • 1421163df3 remove useless include <sys/types.h> Loïc Bartoletti 2022-10-04 06:26:24 +02:00
  • 9d5f0e45c0 Add test if there is battery Loïc Bartoletti 2022-10-04 06:14:37 +02:00
  • 45e44e03bd Apply jbeich suggestion for if defined(__linux__) Loïc Bartoletti 2022-10-04 06:12:42 +02:00
  • 830c5cd5d0 FreeBSD: Add support to battery Loïc Bartoletti 2022-09-30 21:59:27 +02:00
  • 90f206f92a Fix crash on quickly switching workspaces ItsDrike 2022-10-18 18:36:00 +02:00
  • 59e7f1974c Document hyprland/window rewrite option herlev 2022-10-18 13:21:20 +02:00
  • 97ae2ff343 Add rewrite option to hyprland/window herlev 2022-10-18 13:18:43 +02:00
  • 3d63080346 Document sort-by-number option in man page herlev 2022-10-18 12:25:22 +02:00
  • cb842d9d50 Merge branch 'Alexays:master' into sort-workspaces-by-number herlev 2022-10-18 12:19:00 +02:00
  • a7e6330078 Merge pull request #1729 from pinselimo/use_gtk_button_v2 Alex 2022-10-18 11:27:17 +02:00
  • 93807b0b3e resources: Remove border effect on hover Simon Plakolb 2022-10-18 11:21:44 +02:00
  • 6e73c58e60 fix: lint Alex 2022-10-18 09:01:45 +02:00
  • 209225e381 Merge pull request #1701 from Dordovel/master Alex 2022-10-18 09:01:00 +02:00
  • 7746328daa Merge pull request #1667 from asas1asas200/zeng-feat-sway_scratchpad Alex 2022-10-18 09:00:31 +02:00
  • c7d475ee86 Merge pull request #1728 from lilydjwg/fixpa Alex 2022-10-18 08:45:45 +02:00
  • 4ed13df092 Merge branch 'Alexays:master' into master Dordovel 2022-10-17 19:00:21 +03:00
  • 33c3ab35a8 Fix linter error (formatting) herlev 2022-10-17 10:13:37 +02:00
  • 4dfea72db0 Merge branch 'Alexays:master' into sort-workspaces-by-number herlev 2022-10-17 10:01:12 +02:00
  • 504132dc55 Merge pull request #1719 from herlev/master Alex 2022-10-17 09:53:05 +02:00
  • debbfccf07 Merge pull request #1705 from lbartoletti/freebsd_temperature_use_thermal-zone_config Alex 2022-10-17 09:52:54 +02:00
  • 56ec72c31c Merge branch 'master' into master herlev 2022-10-17 09:44:17 +02:00
  • 27c6c96b37 Merge branch 'master' into freebsd_temperature_use_thermal-zone_config Loïc Bartoletti 2022-10-17 09:34:06 +02:00
  • 8551c4bbe3 fix: lint Alex 2022-10-17 09:19:00 +02:00
  • 58362abfaf Merge pull request #1630 from duxovni/pow_format Alex 2022-10-17 09:16:47 +02:00
  • 2abeba2b52 Merge pull request #1679 from tomcharnock/master Alex 2022-10-17 09:10:54 +02:00
  • bfa3adcfd6 Merge pull request #1120 from pinselimo/use_gtk_button_v2 Alex 2022-10-17 09:09:12 +02:00
  • 2db6fc8b1b Merge pull request #1687 from sespiros/fix-custom-module-markup Alex 2022-10-17 09:08:01 +02:00
  • c2dd296d31 Merge pull request #1704 from gunslingerfry/master Alex 2022-10-17 09:07:26 +02:00
  • 5b0c5ea9ce Merge pull request #1720 from IanManske/inhibitor-default-state Alex 2022-10-17 09:06:26 +02:00
  • c7bb0ae0af Merge pull request #1636 from IsaacWoods/master Alex 2022-10-17 09:05:03 +02:00
  • b2f90dffe1 Merge pull request #1710 from m-braunschweig/filename Alex 2022-10-17 09:04:21 +02:00
  • f86dff60e6 utils: add sanitize_str to encode '&' etc. Mika Braunschweig 2022-10-09 19:13:54 +02:00
  • 1db3c55b48 Fix build with catch2>=3.0.0 llyyr 2022-10-16 19:21:43 +05:30
  • 35254ee834 pulseaudio: disconnect on destruction lilydjwg 2022-10-16 15:24:17 +08:00
  • 9a0013cb10 Add option to wlr/workspaces to sort workspaces by number herlev 2022-10-15 01:44:58 +02:00
  • cca5227210 Add config value for inhibitor default state. Ian Manske 2022-10-13 21:47:57 -04:00
  • cf9d98a0be remove <optional> dependency herlev 2022-10-13 23:49:41 +02:00
  • 015409acaf Allow hyprland/window to show active window on a per monitor basis herlev 2022-10-13 23:41:56 +02:00
  • 2b735f44bc modules: Set tooltip on button Simon Plakolb 2021-06-23 10:43:28 +02:00
  • 8fa5d9b838 modules: Set style-context on button Simon Plakolb 2021-05-29 19:40:50 +02:00
  • 0012bcbd74 resources: Set button hover effects globally Simon Plakolb 2021-05-29 15:40:55 +02:00
  • b8322c4b4b button: Add AButton class Simon Plakolb 2021-05-27 15:40:54 +02:00
  • 07050cf354 Merge branch 'Alexays:master' into master Dordovel 2022-10-04 15:37:36 +03:00
  • ddf3e11240 remove clang-format lines Loïc Bartoletti 2022-10-04 11:28:32 +02:00
  • 1ca660460a apply clang-format Loïc Bartoletti 2022-10-04 08:03:54 +02:00
  • 0898236586 remove useless include <sys/types.h> Loïc Bartoletti 2022-10-04 07:37:05 +02:00
  • c3e91cd228 [FreeBSD] Use thermal-zone Loïc Bartoletti 2022-10-04 07:29:16 +02:00
  • c500c7d9a1 Fixed pulseaudio max-volume configuration. Fixed issue where volume stepping would cause the max volume to go above the max and never reach 0. Matthew Fry 2022-09-30 15:25:12 -06:00
  • 5da45ece9d Merge pull request #1702 from lbartoletti/freebsd_temperature Alex 2022-09-30 21:24:05 +02:00
  • 024777a5bc FreeBSD: Add support to temperature Loïc Bartoletti 2022-09-30 21:07:31 +02:00
  • 9758833027 added user module Dordovel 2022-09-30 14:33:23 +03:00
  • 9a958f6848 Merge branch 'master' of https://github.com/Alexays/Waybar Tom Charnock 2022-09-22 09:52:45 +02:00
  • 9e03bb61c7 Escape text in custom module Spyros Seimenis 2022-09-16 01:19:44 +03:00