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