Skip to content

Commit

Permalink
components/desktop-shell: fixed lockscreen on initial setup ad rofi s…
Browse files Browse the repository at this point in the history
…ingle click setup
  • Loading branch information
itsManjeet committed Jul 17, 2024
1 parent 813f03a commit c00db4e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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.3
version: 2.0.4
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
version: 2.0.1
about: System Initial Setup
merge: [ ostree-branch.yml, elements/include/rlxos.inc ]

Expand Down
4 changes: 2 additions & 2 deletions files/initial-setup/first-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ sudo install -v -D -m 0644 /dev/stdin /etc/greetd/config.toml << EOF
vt = 1
[default_session]
command = "sway --config /etc/greetd/sway-config"
command = "sway"
[initial_session]
command = "sway"
command = "sway --config /etc/sway/config-locked"
user = "${ISE_USERNAME}"
EOF

Expand Down
3 changes: 3 additions & 0 deletions files/rofi/colors/default.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@

configuration {
icon-theme: "Qogir";
hover-select: true;
me-select-entry: "";
me-accept-entry: [ MousePrimary, MouseSecondary, MouseDPrimary ];
}
3 changes: 3 additions & 0 deletions files/sway/config-locked
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include /etc/sway/config

exec swaylock -f

0 comments on commit c00db4e

Please sign in to comment.