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.svglock 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>
HAHWULSecurity engineer, Gopher and H4cker! |
0 개의 댓글:
Post a Comment