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