initial commit
This commit is contained in:
6
bin/nomarchy-refresh-sddm
Executable file
6
bin/nomarchy-refresh-sddm
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Refresh the SDDM theme from default
|
||||
|
||||
sudo rm -rf /usr/share/sddm/themes/nomarchy
|
||||
sudo cp -r $OMARCHY_PATH/default/sddm/nomarchy /usr/share/sddm/themes/nomarchy
|
||||
Reference in New Issue
Block a user