Skip to content

Commit 23a495d

Browse files
authored
fix: replace rofi-wayland with rofi in package list and migration script (#1226)
# Pull Request ## Description Please read these instructions and remove unnecessary text. - Try to include a summary of the changes and which issue is fixed. - Also include relevant motivation and context (if applicable). - Make sure to make PR against dev and not the master - List any dependencies that are required for this change. (e.g., packages or other PRs) - Provide a link if there is an issue related to this pull request. e.g., Fixes # (issue) - Please add Reviewers, Assignees, Labels, Projects, and Milestones to the PR. (if applicable) ## Type of change Please put an `x` in the boxes that apply: - [x] **Bug fix** (non-breaking change which fixes an issue) - [ ] **New feature** (non-breaking change which adds functionality) - [ ] **Breaking change** (fix or feature that would cause existing functionality to not work as expected) - [ ] **Documentation update** (non-breaking change; modified files are limited to the documentations) - [ ] **Technical debt** (a code change that does not fix a bug or add a feature but makes something clearer for devs) - [ ] **Other** (provide details below) ## Checklist Please put an `x` in the boxes that apply: - [x] I have read the [CONTRIBUTING](https://github.com/HyDE-Project/HyDE/blob/master/CONTRIBUTING.md) document. - [x] My code follows the code style of this project. - [x] My commit message follows the [commit guidelines](https://github.com/HyDE-Project/HyDE/blob/master/COMMIT_MESSAGE_GUIDELINES.md). - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added a changelog entry. - [ ] I have added necessary comments/documentation to my code. - [ ] I have added tests to cover my changes. - [ ] I have tested my code locally and it works as expected. - [ ] All new and existing tests passed. ## Screenshots (if appropriate) ## Additional context Add any other context about the problem here.
2 parents 77c6012 + 1c6d071 commit 23a495d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Scripts/migrations/v25.9.1.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
3+
echo "Replacing rofi-wayland with rofi"
4+
5+
sudo pacman -Sy
6+
sudo pacman -Rns --noconfirm rofi-wayland
7+
sudo pacman -S --noconfirm rofi

Scripts/pkg_core.lst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ qt5-graphicaleffects # for sddm theme effects
2727
# --------------------------------------------------- // Window Manager
2828
hyprland # wlroots-based wayland compositor
2929
dunst # notification daemon
30-
rofi-wayland # application launcher
30+
rofi # application launcher
3131
waybar # system bar
3232
swww # wallpaper
3333
hyprlock # lock screen
@@ -77,7 +77,7 @@ fzf # Command-line fuzzy find
7777

7878
# --------------------------------------------------- // Shell
7979
starship|zsh # customizable shell prompt written in Rust
80-
# starship-git # The cross-shell prompt for astronauts
80+
# starship-git # The cross-shell prompt for astronauts
8181
eza|fish # file lister for fish
8282
starship|fish # customizable shell prompt
8383
duf|fish # prettier version of df for fish

0 commit comments

Comments
 (0)