mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-15 18:22:16 +03:00
4 lines
230 B
Bash
4 lines
230 B
Bash
|
#!/bin/bash
|
||
|
sed -n 's/^.*locked="\([A-Za-z0-9; ]*\)".*$/\1/p' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
||
|
#sed -n 's/^.*locked="\([A-Za-z0-9; ]*\)".*$/\1/p' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|