Skip to content

Commit

Permalink
chore: use ublue-bling package for bluefin-cli functionality (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Jan 12, 2025
1 parent 093b9ef commit 0ec97db
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 227 deletions.
4 changes: 4 additions & 0 deletions build_files/base/18-workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ fi
# rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2024-dd2e9fb225
#fi

# Current bluefin systems have the bling.sh and bling.fish in their default locations
mkdir -p /usr/share/ublue-os/bluefin-cli
cp /usr/share/ublue-os/bling/* /usr/share/ublue-os/bluefin-cli

echo "::endgroup::"
2 changes: 1 addition & 1 deletion just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ benchmark:
# Configure Bluefin-CLI Terminal Experience with Brew
[group('System')]
bluefin-cli:
@/usr/libexec/ublue-bling.sh
@/usr/libexec/ublue-bling

# alias for toggle-devmode
devmode:
Expand Down
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"tmux",
"ublue-motd",
"usbmuxd",
"ublue-bling",
"wireguard-tools",
"xprop",
"wl-clipboard",
Expand Down
3 changes: 3 additions & 0 deletions system_files/shared/etc/ublue-os/bling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bling-cli-name": "bluefin-cli"
}
169 changes: 0 additions & 169 deletions system_files/shared/usr/libexec/ublue-bling.sh

This file was deleted.

22 changes: 0 additions & 22 deletions system_files/shared/usr/share/ublue-os/bluefin-cli/bling.fish

This file was deleted.

35 changes: 0 additions & 35 deletions system_files/shared/usr/share/ublue-os/bluefin-cli/bling.sh

This file was deleted.

0 comments on commit 0ec97db

Please sign in to comment.