fix around things

This commit is contained in:
izzY 2023-05-19 08:58:36 -05:00
parent 1f7d0276e8
commit d96743521a
12 changed files with 11 additions and 34 deletions

Binary file not shown.

Binary file not shown.

BIN
backgrounds/eb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
backgrounds/fzx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
backgrounds/ghirahim.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

BIN
backgrounds/gyiyg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
backgrounds/kglw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
backgrounds/loz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
backgrounds/moonside.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

BIN
backgrounds/oddments.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -9,9 +9,10 @@ xlogin*login.translations: #override \
Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\
<Key>Return: set-session-argument() finish-field()
xlogin*greeting: Hello...My Name is Han-Tyumi
xlogin*namePrompt: Footy-Footy:
xlogin*fail: I'd like my desire back...
xlogin*greeting: WELCOME
xlogin*namePrompt: USER:
xlogin*passwdPrompt: PASS:
xlogin*fail: TOOBAD!
#if WIDTH > 800
xlogin*greetFace: GohuFont Nerd Font Mono-22:italic:dpi=75
xlogin*face: GohuFont Nerd Font Mono-16:bold:dpi=75
@ -24,30 +25,6 @@ xlogin*promptFace: GohuFont Nerd Font Mono-12:bold:dpi=75
xlogin*failFace: GohuFont Nerd Font Mono-12:italic:dpi=75
#endif
#if !(defined(bpp1) || defined(bpp4) || defined(bpp8) || defined(bpp15))
# if PLANES < 4
# ifndef bpp1
# define bpp1
# endif
# else
# if PLANES > 4
# if PLANES > 8
# ifndef bpp15
# define bpp15
# endif
# else
# ifndef bpp8
# define bpp8
# endif bpp8
# endif
# else
# ifndef bpp4
# define bpp4
# endif
# endif
# endif
#endif /* If manual override */
! border/shadow
xlogin*borderWidth: 2
xlogin*borderColor: #d5c4a1
@ -62,16 +39,16 @@ xlogin.Login.cursorColor: #d5c4a1
xlogin.Login.inpColor: #d5c4a1
#ifdef bpp1
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/hantyumi.xpm
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/mcpuffer.xpm
#endif
#ifdef bpp4
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/hantyumi.xpm
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/mcpuffer.xpm
#endif
#ifdef bpp8
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/hantyumi.xpm
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/mcpuffer.xpm
#endif
#ifdef bpp15
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/hantyumi.xpm
xlogin*logoFileName: /etc/X11/xenodm/pixmaps/mcpuffer.xpm
#endif
xlogin*useShape: true

View File

@ -1,10 +1,10 @@
#!/bin/sh
xset b off
xset b on
prefix="/usr/X11R6"
exec_prefix="${prefix}"
/usr/local/bin/feh --bg-fill /usr/local/share/backgrounds/oddments.png
/usr/local/bin/feh --bg-fill /usr/local/share/backgrounds/moonside.png
(sleep 3 && xwd -out /tmp/xenodm.xwd -root) &
#(sleep 3 && xwd -out /tmp/xenodm.xwd -root) &