4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
sudo chattr -i ~/.config/xfce4/desktop/icons*
|
||
|
notify-send "Icons Unlocked"
|