532a90259b
Dont fail docker image builds when another build fails
2024-05-30 20:18:33 +02:00
cf66604f85
fix fedora image
2024-05-30 19:35:32 +02:00
9332697ec1
Merge pull request #3064 from alttabber/master
...
Hyprland/Workspaces: Added option to hide non-visible special workspaces
2024-05-29 10:23:26 +02:00
ab735f723c
Merge pull request #3309 from khaneliman/workflows
2024-05-29 08:07:05 +02:00
c5b5b64dfa
modules/temperature: remove unused import
2024-05-28 15:41:10 -05:00
381fe83008
Makefile: fix meson deprecations
2024-05-28 15:41:10 -05:00
8adb0a5644
.github/workflows: fix meson deprecations
2024-05-28 15:41:10 -05:00
0d518cb5a3
Merge pull request #3308 from khaneliman/bugfix/3280
...
modules/hyprland/backend: use /tmp
2024-05-28 18:00:53 +02:00
24e8766aaa
hyprland/backend: use /tmp
...
Was hardcoded to /tmp in previous versions
2024-05-28 11:00:20 -05:00
29e3d8c371
Hide non-visible special workspaces
2024-05-28 17:45:01 +02:00
57f2a57dac
Merge pull request #3306 from JohnRTitor/workflows-patch
...
workflows: add nix workflows
2024-05-28 10:21:39 +02:00
b6ca3ea4d9
worflows: add update-flake-lock action
...
automatically updates the nix flake lock file
runs once a month
2024-05-28 13:29:25 +05:30
1a9952d0c0
workflows: add nix-test workflow
...
Checks the flake
Builds and tests the package
2024-05-28 13:29:25 +05:30
a4a4be3381
fix: lint
2024-05-28 09:19:21 +02:00
b7ce0b05b1
Merge pull request #3281 from VlctM/master
...
fix(#3211 ) change layer for mode invisible to nullopt
2024-05-28 09:18:36 +02:00
af87388eb4
Update docker.yml
2024-05-28 09:13:11 +02:00
2aa8008ae2
Merge pull request #3259 from zjeffer/docker-images-action
...
Add GitHub action for nightly Docker image building
2024-05-28 09:11:07 +02:00
d4413f5fa6
Merge pull request #3255 from LukashonakV/ISSUE#2240
...
Fix Clock. Tooltip calendar text overflows(#2240 )
2024-05-28 09:08:31 +02:00
af7945197e
Merge pull request #3260 from zjeffer/clang-tidy
...
clang-tidy fixes in the privacy module
2024-05-28 09:07:57 +02:00
ac2fa9870f
Merge pull request #3241 from rtgiskard/master
...
temperature: allow hwmon-path-abs as array
2024-05-27 09:03:08 +02:00
a3ac6cb099
Merge pull request #3258 from zjeffer/master
...
Fix debian dockerfile
2024-05-27 08:47:33 +02:00
dc203b8439
Merge pull request #3299 from khaneliman/cleanup
...
hyprland: refactor and cleanup
2024-05-27 08:47:09 +02:00
f5bb086460
hyprland/workspaces: sort methods
2024-05-24 14:41:59 -05:00
9ba9d57c8c
hyprland/windowcreationpayload: sort methods
2024-05-24 14:30:31 -05:00
82ae474002
hyprland/workspace: sort methods
2024-05-24 14:29:03 -05:00
56319a4705
hyprland/workspaces: break up implementations
2024-05-24 14:21:31 -05:00
07c91c200a
hyprland/workspaces: break up headers
2024-05-24 14:21:31 -05:00
d73051e980
hyprland/workspaces: break up doUpdate
2024-05-24 14:21:31 -05:00
9fe51af6b0
hyprland/workspaces: break up parseConfig
2024-05-24 14:21:31 -05:00
e4353e548a
.gitignore: add .ccls-cache
2024-05-24 14:21:31 -05:00
63bb338343
Merge pull request #3296 from unrealhoang/nix_cava_bump
2024-05-24 06:16:41 +02:00
d012124c03
cava bump: 0.10.2 for nix
2024-05-24 09:18:25 +09:00
10664922c9
Merge pull request #3294 from LukashonakV/cava_bump
2024-05-23 23:03:49 +02:00
60a613ae51
cava bump: 0.10.2
...
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com >
2024-05-23 16:15:48 +03:00
35a9ca476d
Merge pull request #3289 from yangyingchao/yc-hacking
2024-05-22 09:17:07 +02:00
b8e68b0e63
(hyprland) fix crash when failed to parse IPC message
...
IPC messages are parsed in a dedicated thread, and the thread terminates when
an exception is not caught, which causes the waybar process to crash with
SIGABORT.
While this issue might be related to Hyprland, it is really annoying to see
waybar crash. It would be better to catch those exceptions and report errors
instead of crashing.
2024-05-22 12:52:01 +08:00
b61ea62732
change layer for mode invisible to nullopt
2024-05-19 13:53:09 +02:00
8ad7c75d79
Merge pull request #3278 from LukashonakV/ISSUE#3276_cava
2024-05-18 11:42:14 +02:00
5a1454ab31
Cava. $XDG_CONFIG_HOME validation
...
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com >
2024-05-18 11:28:10 +03:00
b288fdf8c1
ISSUE#2240. Clock Gtk::Label as a calendar tooltip
...
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com >
2024-05-17 20:17:33 +03:00
912d0e83f3
Merge pull request #3266 from luttermann/master
2024-05-14 09:37:11 +02:00
3c075bcc53
Fixed formatting
2024-05-14 08:26:44 +02:00
ba8a88acfb
Do not try to compare a string that may be a null-pointer
2024-05-14 08:16:10 +02:00
e27488b48c
clang-tidy improvements in privacy module
2024-05-11 16:19:46 +02:00
1828a94b6c
clang-tidy: comment case styling options
2024-05-11 16:19:46 +02:00
49afcdf715
Add GitHub action for nightly Dockerfiles building
2024-05-11 16:16:02 +02:00
ff84c6dbaf
fix debian dockerfile
2024-05-11 15:59:20 +02:00
cb2d54a237
Merge pull request #3248 from LukashonakV/ISSUE3223_upower
2024-05-10 06:50:40 +02:00
5fe99ea0e1
Upower. Fix segmentation fault
...
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com >
2024-05-10 00:00:47 +03:00
b980dab6df
doc: update waybar-temperature manual page
2024-05-08 23:56:44 +08:00