Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 7, 2025

This is an automated PR to promote changes from dev to rc.
Please review and test before merging.

See TESTING.md for complete testing instructions.

According to our release policy, this PR is expected to be merged during: Freeze Week (see release policy)
Testers are encouraged to test the changes before merging.
Please note that this schedule may be adjusted based on the needs of the project.



Please review the changes carefully before merging.

deepu105 and others added 30 commits June 28, 2025 19:35
* fix: follow symlinks to work with stow and fix typo

* feat: expose workflow set function to be used from other scripts

* fix: gamemode script cleanup

* feat: match with gamemode set via gamemode script

* feat: improved workflows

---------

Co-authored-by: Khing <[email protected]>
* fix: consistency, cleanup and minor improvements for waybar modules

* fix: change case for consistency

* fix: use hyde-shell for commands

* feat: add glyphs for menu to bring consistency and eye candy

* fix: make icons and spacing consistent
* Refactor: Ports Shaders to use #version directive and use version 3.00 as default. This avoids warning on hyprland-git

* fix: add the implementation script

---------

Co-authored-by: Rubin Bhandari <[email protected]>
* feat: add more dirs

* feat: add wget

* feat: add python history

* Update env.zsh

* Update env.zsh

* Update env.zsh

---------

Co-authored-by: Khing <[email protected]>
* fix: add `prompt.zsh` to config restore list

* feat: source `${ZDOTDIR}/prompt.zsh` silently
* feat: make OMZ optional so that other options like zinit can be used

* fix: remove global alias for -h, fix #910

* chore: polish

* fix: use existing variable

* fix: use the correct var
fix feat: hyde-shell --version should return HyDE's current install.sh -r #916

Closes #916
fix: use latest flags for vscode and electron

Co-authored-by: Khing <[email protected]>
fix: find themes that are symlinked

Co-authored-by: Khing <[email protected]>
* hyprlock layout 

new hyprlock layout similar to greetd login manager

* Update greetd.conf

* fix scaling issue

* Update greetd.conf

* Update greetd.conf

* Update greetd.conf

* add dnd script

* Update keybindings.conf

* Update keybindings.conf

* Delete Configs/.local/lib/hyde/dnd.sh

---------

Co-authored-by: Khing <[email protected]>
* refactor: fzf functions structure in fish

* fix: duf alias and finilize main fish conf

* update zsh config to include new aliases

* user > userprefs
kRHYME7 and others added 18 commits July 13, 2025 12:49
* optimize picker + fuzzy search

* fix and update glyph.db

* opts for emoji*.sh and fix multi select in glyphpicker

---------

Co-authored-by: Khing <[email protected]>
TODO: make all scripts use

[[ "${HYDE_SHELL_INIT}" -ne 1 ]] && eval "$(hyde-shell init)"

this initiates hyde-shell if and only if it is not yet set.
* feat(waybar): add border and background style groups

Add new CSS files for Waybar style groups, including border styles
(solid, dotted, none) and color variants for borders.
Also add transparent background style.

* refactor(waybar): restructure styles directory layout

---------

Co-authored-by: Khing <[email protected]>
* docs for contributions

squash this

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Khing <[email protected]>
* Update theme-import command to new Hydectl

* Fix gnome-terminal by removing '' from terminal

So basically if you run gnome-terminal without | tr -d "'", it will try to run 'kitty' instead of kitty which is an invalid command.

* use xargs to clean a string

* Update gnome-terminal

---------

Co-authored-by: Khing <[email protected]>
* feat(mediaplayer): Added waybar module for mediaplayer

* feat(mediaplayer): modified mediaplayer to support multiple
players

* feat(mediaplayer): Add env option for players

* fix(mediaplayer): get first player that is player
if there are none then get first player in list

* feat(mediaplayer): Added media controls (next/previous/playpause)

* fix(mediaplayer): escaped & in song metadata

* feat(mediaplayer.py): Made text only show main artist
Tooltip shows all.

* fix(mediaplayer.py): redo algorithm that proportions

* feat(mediaplayer.py): Added env option for artist weight

* fix(mediaplayer): moved all players output to tooltip
except for current

* docs(CONTRIBUTORS): added myself to CONTRIBUTORS.md

* feat(mediaplayer): added player name to tooltip

* fix(mediaplayer.py): Fixed waybar signaling twice
to mediaplayer.py and fixed kill commands for media control

* fix(mediaplayer): add back removed option --player

* fix(mediaplayer): set player_found correctly

* fix(mediaplayer): fix possible IndexError

* feat(mediaplayer): change player when current one
vanishes.

* fix(mediaplayer): Fixed not tracking new players
that appear when user doesn't provide players

* fix(mediaplayer): Skipped a player because it is
a duplicate for the browsers player

* Added Changelog

---------

Co-authored-by: Khing <[email protected]>
Co-authored-by: Khing <[email protected]>
@kRHYME7 kRHYME7 marked this pull request as draft July 16, 2025 23:22
@kRHYME7 kRHYME7 marked this pull request as ready for review July 18, 2025 14:27
@kRHYME7 kRHYME7 merged commit bcfa1fd into rc Jul 19, 2025
7 checks passed
kRHYME7 added a commit that referenced this pull request Jul 25, 2025
This is an automated PR to promote changes from `rc` to `master`.
Please review and test before merging.

See [TESTING.md](./TESTING.md) for complete testing instructions.

According to our release policy, this PR is expected to be merged on:
**1st or 3rd Friday of the month**
Testers are encouraged to test the changes before merging.
Please note that this schedule may be adjusted based on the needs of the
project.

---
* chore Merge branch 'master' into rc (f657bb9) by Khing
* chore Fix [Bug]: Pop up menu of doesn't properly fit in layout when
clicked on Open menu. #704 (a155ed3) by kRHYME7
* chore Merge branch 'master' into rc (1468145) by Khing
* fix: make script executable and fix tooltip for mediaplayer (a9632bb)
by kRHYME7
* chore chore: Release - dev → rc (#1019) (72accb6) by Khing
* chore Merge branch 'rc' into dev (e7f55d6) by Khing
* chore pr bump (ed176be) by kRHYME7
* chore chore: upgrade hydectl bin. Soon this will be package cleanly.
(6fdf8b0) by kRHYME7
* chore Merge branch 'master' into rc (c5893fe) by Khing
* chore chore: Release - dev → rc (#951) (bcfa1fd) by
github-actions[bot]
* chore refactor: no redundant hyde-shell sourcing pt2 (d60f8a0) by
kRHYME7
* featxes 🏃‍➡️ (c0321e1) by kRHYME7
* chore Merge branch 'rc' into dev (e43d373) by Khing
* chore Merge branch 'master' into rc (70e4ef9) by Khing
* feat: General Purpose Mediaplayer (d95872f) by kRHYME7
* chore Fix: [Bug]: spotify module not working #1002 (4799b72) by
kRHYME7
* chore open rc pr wncjkwecjkwenjkwenew yeah alright lezzzgo (bba338b)
by kRHYME7
* chore yup (d96ed11) by kRHYME7
* chore Merge branch 'rc' into dev (f80176d) by Khing
* chore bump (d1e4f87) by kRHYME7
* chore Try to fix waybar for multi user (dbbd324) by Khing
* chore Features and fixes for mediaplayer (#865) (d87783b) by
Silvestre Espinoza
* chore Fix gnome-terminal and theme-import (#987) (a866b46) by
rawnullbyte
* chore Merge branch 'rc' into dev (b35c4bb) by Khing
* chore Merge branch 'master' into rc (6f51279) by Khing
* chore Fix theme import terminal (a7783fa) by Khing
* docs for contributions (#964) (96fca9b) by prime-run
* feat(waybar): add border and background style groups (#983) (45ce881)
by Harsh Dabas
* chore refactor: remove redundant hyde-shell (a63d9eb) by kRHYME7
* chore waybar privacy Do not monitor audio out (2eb0201) by kRHYME7
* chore Added additional args for emoji and glyph pickers (11f2f90) by
kRHYME7
* fix (waybar) :ignore OBS and cava for privacy module (a0b09bb) by
kRHYME7
* fix (waybar) :ignore OBS and cava for privacy module (069f546) by
kRHYME7
* chore optimize picker + fuzzy search (#978) (d091e49) by prime-run
* chore Merge branch 'rc' into dev (3a3629a) by Khing
* chore Merge branch 'master' into rc (47d7864) by Khing
* fix pos arg in ffcd #973 followup (#974) (bd86c71) by prime-run
* fix ffcd fish funtion  (#973) (450cb4f) by prime-run
* feat(cava.py): added reload option, added channel and reverse mode.
(034822a) by kRHYME7
* feat: Add a backend for hyprpaper for wallpaper.sh (#967) (e22d7de)
by Mircas001
* feat(cava.py): added reload option, added channel and reverse mode.
(d7af74f) by kRHYME7
* chore Merge branch 'rc' into dev (5d16927) by Khing
* chore Merge branch 'master' into rc (b365a0e) by Khing
* chore bumb rc PR (d6980f1) by kRHYME7
* chore Merge branch 'rc' of https://github.com/HyDE-Project/HyDE into
rc (0737ab1) by kRHYME7
* fix(core): stray line (f79d5aa) by kRHYME7
* chore Merge branch 'rc' into dev (0331b2d) by Khing
* chore Merge branch 'master' into rc (bd35bf8) by Khing
* chore Merge branch 'rc' into dev (7e50b38) by Khing
* chore Merge branch 'master' into rc (2ae0dfd) by Khing
* feat(zsh): added plugin.zsh (7404e25) by kRHYME7
* feat(zsh): Custom plugin.zsh for users to have there own zsh plugin
management. (85f4c96) by kRHYME7
* chore Merge branch 'rc' into dev (7c9bb86) by Khing
* chore Merge branch 'master' into rc (9c3674d) by Khing
* chore Merge branch 'rc' into dev (51bb571) by Khing
* chore Merge branch 'master' into rc (542fd15) by Khing
* chore ci:test rc-master (6aa98b5) by kRHYME7
* chore Merge branch 'master' into rc (9c2f49f) by kRHYME7
* chore ci:test rc-master (972b504) by kRHYME7
* chore ci:test rc-master (663818b) by kRHYME7
* chore Merge branch 'rc' into dev (53896ed) by Khing
* chore ci:test rc-master (e79547b) by kRHYME7
* chore Merge branch 'rc' into dev (847abdc) by Khing
* chore Merge branch 'rc' of https://github.com/hyde-project/hyde into
dev (e584f03) by kRHYME7
* chore ci:test dev-rc (43dc819) by kRHYME7
* chore Update README.md (340f01c) by Khing
* chore chore: quarterly release - dev → rc (#949) (2644e31) by Khing
* chore Merge branch 'master' into dev (3c08735) by Khing
* fix: Correct Brave browser class name in windowrules.conf (#947)
(ac9e8ec) by GokuPlay609
* fix (waybar): prasanthrangan/hyprdots#2154
(a94ab3e) by kRHYME7
* fix > [#460
(comment)](#460 (comment))
#943 (ddd6a8b) by kRHYME7
* chore hesoyam (e8df17f) by kRHYME7
* chore Merge branch 'dev' of https://github.com/hyde-project/hyde into
dev (1838e3d) by kRHYME7
* chore Merge branch 'master' into dev (6a37bf7) by Khing
* chore refactor (waybar): Full cava module rewrite (c22a7c9) by
kRHYME7
* fix: swaync (616b32d) by kRHYME7
* chore refactor: hyde-shell is fork when executing script. (bad4ca7)
by kRHYME7
* chore add best fzf aliases ever pt 2 And fish cleanups and bug fixes
(#919) (e2b3f3a) by prime-run
* feat (hyprlock): greetd.conf with wallbash (08c40cc) by kRHYME7
* fix(hyprlock): greetd (dc0ef7b) by kRHYME7
* chore Add new hyprlock layout (#874) (a947166) by Mahaveer Gurjar
* chore Merge branch 'master' into dev (3bd9fa7) by Khing
* chore Merge branch 'master' into dev (55e2b3a) by Khing
* chore Merge branch 'master' into dev (ce716e8) by Khing
* chore Merge branch 'master' into dev (19b454f) by Khing
* chore Find symlinked themes (#924) (ac54632) by Deepu K Sasidharan
* chore Use latest flags for vscode and electron (#885) (43ff100) by
Deepu K Sasidharan
* feat: Add 'hyde-shell version' to get local version (45da5c9) by
kRHYME7
* chore Make OMZ optional (#912) (09fb564) by Deepu K Sasidharan
* chore remove -h (eeec045) by kRHYME7
* chore added optional keybind "?" to append and run with --help.
(4193392) by kRHYME7
* chore formatting terminal.zsh (323a85c) by kRHYME7
* chore proper test operator for terminal.zsh (5d89283) by kRHYME7
* chore Merge remote-tracking branch 'origin' into dev (f7ae692) by
kRHYME7
* chore Merge branch 'master' of https://github.com/hyde-project/hyde
into dev (6a01b36) by kRHYME7
* chore Merge branch 'master' of https://github.com/hyde-project/hyde
into dev (31ea268) by kRHYME7
* fix: add `prompt.zsh` to config restore list (#908) (d2195cb) by Ilya
Bogdanov
* fix: do not use uwsm for hyprlock (#898) (3b726af) by Ilya Bogdanov
* chore refactor: chmod and some waybar fixes (acf6246) by kRHYME7
* chore Merge branch 'master' into dev (eb166ee) by Khing
* feat: clean home directory (#867) (10f0ec6) by Rubin Bhandari
* chore Merge branch 'master' into dev (5d24327) by Khing
* chore refactor: Porting our shaders to be #version 300 compatible
(#894) (c6dd8d5) by Khing
* chore Consistency, cleanup and minor improvements for waybar modules
(#883) (0280ef4) by Deepu K Sasidharan
* chore Merge branch 'master' into dev (1dfd2c0) by Khing
* chore Merge branch 'master' into dev (b76bd3a) by Khing
---

Please review the changes carefully before merging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.