2/25/2018

[DEBIAN] Kali Linux 로그인 화면, 잠금 화면 변경하기(Change background login , lock screen)

메모차 작성합니다.

kali에서 login, lock 화면 배경 변경하기.
기본적으로 아래 디렉토리에서 데이터를 읽어옵니다.
(/etc/alternatives/desktop-theme)
.
├── grub
│   ├── grub-16x9.png
│   ├── grub-4x3.png
│   ├── grub-4x3.png_b
│   └── grub_background.sh
├── lockscreen
│   ├── contents
│   │   └── images
│   │       ├── 1024x768.svg
│   │       ├── 1280x1024.svg
│   │       ├── 1280x720.svg
│   │       ├── 1280x800.svg
│   │       ├── 1600x1200.svg
│   │       ├── 1920x1080.svg
│   │       ├── 1920x1200.svg
│   │       ├── 2560x1080.svg
│   │       ├── 2560x1440.svg
│   │       ├── 2560x1600.svg
│   │       └── 3840x2160.svg
│   ├── gnome-background.xml
│   ├── gnome-background.xml_backup
│   └── metadata.desktop
├── login
│   ├── background.svg
│   ├── background.svg.back
│   ├── background.svg_back1
│   └── sddm-preview.png
├── plymouth -> ../../plymouth/themes/kali
├── plymouthd.defaults
└── wallpaper
    ├── contents
    │   └── images
    │       ├── 1024x768.svg
    │       ├── 1280x1024.svg
    │       ├── 1280x720.svg
    │       ├── 1280x800.svg
    │       ├── 1600x1200.svg
    │       ├── 1920x1080.svg
    │       ├── 1920x1200.svg
    │       ├── 2560x1080.svg
    │       ├── 2560x1440.svg
    │       ├── 2560x1600.svg
    │       └── 3840x2160.svg
    ├── gnome-background.xml
    └── metadata.desktop


login screen 번경

#> mv background.png /etc/alternatives/desktop-theme/login/background.svg

lock screen 변경

#> vim /etc/alternatives/desktop-theme/lockscreen/gnome-background.xml

<background>
  <static>
    <duration>8640000.0</duration>
    <file>
     <size width="1920" height="1200">/etc/alternatives/desktop-theme/login/background.svg</size>
    </file>
  </static>
</background>




HAHWUL

Security engineer, Gopher and H4cker!

Share: | Coffee Me:

0 개의 댓글:

Post a Comment