Skip to content

Commit 374c25f

Browse files
committed
update
1 parent a0f982a commit 374c25f

File tree

2 files changed

+1845
-769
lines changed

2 files changed

+1845
-769
lines changed

usr/share/archlinux-tweak-tool/archlinux-tweak-tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ def on_click_remove_sddm_themes(self,widget):
17221722
GLib.idle_add(Functions.show_in_app_notification, self, "ArcoLinux Sddm themes were removed except default")
17231723

17241724
def on_click_att_sddm_clicked(self, desktop):
1725-
command = 'pacman -S sddm --noconfirm --needed'
1725+
command = 'pacman -S sddm arcolinux-simplicity-git --noconfirm --needed'
17261726
Functions.subprocess.call(command.split(" "),
17271727
shell=False,
17281728
stdout=Functions.subprocess.PIPE,

0 commit comments

Comments
 (0)