Skip to content

Commit

Permalink
2024.07.17: Minor fixes
Browse files Browse the repository at this point in the history
- components/initial-setup: Fixed initial setup greetd configuration
- system/deps: Added appimaged for seamless appimage integration
  • Loading branch information
itsManjeet committed Jul 17, 2024
1 parent c00db4e commit 065ada2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion elements/components/desktop-shell.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: desktop-shell
version: 2.0.4
version: 2.0.5
about: Desktop shell for rlxos

merge:
Expand Down
2 changes: 1 addition & 1 deletion elements/components/initial-setup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: initial-setup
version: 2.0.1
version: 2.0.2
about: System Initial Setup
merge: [ ostree-branch.yml, elements/include/rlxos.inc ]

Expand Down
3 changes: 2 additions & 1 deletion elements/system/deps.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: system-deps
version: 0.2.0
version: 2.0
merge: [elements/include/meta.inc]
about: System components

Expand Down Expand Up @@ -106,6 +106,7 @@ depends:
- components/firefox.yml
- components/welcome-tour.yml

- components/appimaged.yml
- components/neofetch.yml
- components/distrobox.yml

Expand Down
2 changes: 1 addition & 1 deletion files/greetd/sway-config
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bindsym Mod4+shift+e exec swaynag \
-b "Poweroff" "systemctl poweroff" \
-b "Reboot" "systemctl reboot"

output * bg %{datadir}/backgrounds/default_blur.jpg fill
output * bg /usr/share/backgrounds/default_blur.jpg fill
2 changes: 1 addition & 1 deletion files/initial-setup/first-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo install -v -D -m 0644 /dev/stdin /etc/greetd/config.toml << EOF
vt = 1
[default_session]
command = "sway"
command = "sway --config /etc/greetd/sway-config"
[initial_session]
command = "sway --config /etc/sway/config-locked"
Expand Down

0 comments on commit 065ada2

Please sign in to comment.