Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to 'HyDE' will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to _Modified_ [CalVer](https://calver.org/). See [Versioning](https://github.com/HyDE-Project/HyDE/blob/master/RELEASE_POLICY.md#versioning-yymq) For more info
-->

## 💓 | End of July Release
## v26.7.28 | End of April Release

**Alright** Looks like hyprland 0.56.1 warns user to use lua so here you go!

Expand Down Expand Up @@ -37,6 +37,7 @@ Life is tight as of the moment. Any help will do. 💓


## Fixed
- Fix cantarell font
- Some minor bugs

## v26.4.5 | End of April Release
Expand Down
1 change: 0 additions & 1 deletion Configs/.local/lib/hyde/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies = [
"uv>=0.1.0",
"deez-dots",
"pyprland==3.3.1",
"deez>=1.0.4",
]

[project.optional-dependencies]
Expand Down
23 changes: 0 additions & 23 deletions Configs/.local/lib/hyde/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Scripts/dots/archives.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ action = "tarball"
target_root = "/usr/local/share/icons/Bibata-Modern-Ice"
paths = ["manifest.hl", "hyprcursors"]

[font-cantarell]
source = "blob+https://gitlab.gnome.org/GNOME/cantarell-fonts/-/package_files/1278/download"
version = "v0.311"
target_root = "${XDG_DATA_HOME}/fonts/cantarell"
paths = "."
owner = "gnome"
description = "Humanist sans-serif font family for user interfaces"
action = "sync"

[font-caskaydia-cove]
source = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaCode.tar.xz"
version = "3.4.0"
Expand Down
3 changes: 2 additions & 1 deletion Scripts/dots/hyde.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[hyde]
description = "Hyde core configuration"
pre_command = "echo 'HyDE Is the Best!'"
version = "v26.7.28"

#? Core configuration
[[hyde.files]]
Expand All @@ -27,7 +28,7 @@ clean_target = true
action = "sync"
source_root = "Configs/.local/share"
target_root = "${XDG_DATA_HOME}"
paths = ["hyde", "xdg-desktop-portal/hyprland-portals.conf"]
paths = ["hyde", "wallbash", "xdg-desktop-portal/hyprland-portals.conf"]
ignored_paths = [".*", "__pycache__", "schema"]

[[hyde.files]]
Expand Down
2 changes: 1 addition & 1 deletion Scripts/dots/waybar.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pre_command = "echo 'Pre commands '"
post_command = "echo 'HyDE backed up!'"

[[waybar.dependency]]
pacman = ["waybar"]
yay = ["waybar"]
paru = ["waybar"]
pacman = ["waybar"]
dnf = ["waybar"]

[[waybar.files]]
Expand Down
Loading