Skip to content

Commit

Permalink
Switch to ilia over remontoire for keybinding viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Oct 31, 2021
1 parent 0be6a48 commit 1135876
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
regolith-ftue (2.1.0-1) focal; urgency=medium

[ Ken Gilmer ]
* Rename term profile script for consistency
* Switch to ilia over remontoire for keybinding viewer

-- Regolith Linux <[email protected]> Sun, 31 Oct 2021 15:07:53 -0700

regolith-ftue (2.0.5-1) focal; urgency=medium

[ Ken Gilmer ]
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Homepage: https://github.com/regolith-linux/regolith-ftue
Package: regolith-ftue
Architecture: any
Depends: ${misc:Depends},
remontoire,
ilia,
uuid-runtime
Recommends: gnome-terminal
Conflicts: regolith-conky-config
Expand Down
3 changes: 1 addition & 2 deletions debian/install
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
regolith-ftue /usr/bin/
remontoire-toggle /usr/bin/
create-regolith-term-profile /usr/share/regolith-ftue
regolith-init-term-profile /usr/share/regolith-ftue
4 changes: 2 additions & 2 deletions regolith-ftue
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ TERM_PROFILE_PATH="$UPDATE_FLAG_DIR/term-profile"
TERM_PROFILE_ENABLED="$(xrescat gnome.terminal.update true)"

if [ ! -f "$UPDATE_FLAG_PATH" ]; then
/usr/bin/remontoire-toggle
ilia -p keybindings &

mkdir -p "$UPDATE_FLAG_DIR"
touch "$UPDATE_FLAG_PATH"
fi

if [[ ! -z "$(command -v gnome-terminal 2> /dev/null)" && "$TERM_PROFILE_ENABLED" == "true" && ! -f "$TERM_PROFILE_PATH" ]]; then
/usr/share/regolith-ftue/create-regolith-term-profile
/usr/share/regolith-ftue/regolith-init-term-profile

touch "$TERM_PROFILE_PATH"
fi
11 changes: 0 additions & 11 deletions remontoire-toggle

This file was deleted.

0 comments on commit 1135876

Please sign in to comment.