Skip to content

Commit

Permalink
redesign the login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
TOMATO-ONE committed Sep 13, 2022
1 parent 62167d8 commit 7442255
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 11 deletions.
3 changes: 3 additions & 0 deletions xrdp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ dist_xrdppkgdata_DATA = \
xrdp24b.bmp \
xrdp256.bmp \
xrdp_logo.bmp \
xrdp_logo_1.bmp \
xrdp_logo_1.png \
README.logo \
sans-10.fv1 \
sans-18.fv1 \
cursor0.cur \
Expand Down
6 changes: 6 additions & 0 deletions xrdp/README.logo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
About xrdp_logo_1.png / xrdp_logo_1.bmp

These new xrdp logo files were created by processing vector image files by @metalefty.

The base images can be found at
https://github.com/metalefty/xrdp-logo
36 changes: 25 additions & 11 deletions xrdp/xrdp.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ use_fastpath=both
;
; colors used by windows in RGB format
;
blue=009cb5
grey=dedede
#blue=009cb5
#grey=dedede
#black=000000
#dark_grey=808080
#blue=08246b
Expand All @@ -106,6 +106,11 @@ grey=dedede
#green=00ff00
#background=626c72

blue=0078d7
grey=e1e1e1
dark_grey=b4b4b4
dark_blue=0078d7

;
; Select a default fv1 font
;
Expand All @@ -125,7 +130,8 @@ grey=dedede
#ls_title=My Login Title

; top level window background color in RGB format
ls_top_window_bg_color=009cb5
#ls_top_window_bg_color=009cb5
ls_top_window_bg_color=003057

; width and height of login screen
;
Expand All @@ -139,10 +145,12 @@ ls_top_window_bg_color=009cb5
; below
;
ls_width=350
ls_height=430
#ls_height=430
ls_height=360

; login screen background color in RGB format
ls_bg_color=dedede
#ls_bg_color=dedede
ls_bg_color=f0f0f0

; optional background image filename. BMP format is always supported,
; but other formats will be supported if xrdp is build with imlib2
Expand All @@ -161,12 +169,15 @@ ls_bg_color=dedede
; but other formats will be supported if xrdp is build with imlib2
; For transform values, see 'ls_background_transform'. The logo width and
; logo height are ignored for a transform of 'none'.
ls_logo_filename=
#ls_logo_filename=
ls_logo_filename=xrdp_logo_1.bmp
ls_logo_transform=scale
ls_logo_width=240
ls_logo_height=140
#ls_logo_width=240
#ls_logo_height=140
ls_logo_x_pos=55
ls_logo_y_pos=50
ls_logo_width=250
ls_logo_height=110

; for positioning labels such as username, password etc
ls_label_x_pos=30
Expand All @@ -177,19 +188,22 @@ ls_input_x_pos=110
ls_input_width=210

; y pos for first label and combo box
ls_input_y_pos=220
#ls_input_y_pos=220
ls_input_y_pos=158

; OK button
ls_btn_ok_x_pos=142
ls_btn_ok_y_pos=370
#ls_btn_ok_y_pos=370
ls_btn_ok_width=85
ls_btn_ok_height=30
ls_btn_ok_y_pos=308

; Cancel button
ls_btn_cancel_x_pos=237
ls_btn_cancel_y_pos=370
#ls_btn_cancel_y_pos=370
ls_btn_cancel_width=85
ls_btn_cancel_height=30
ls_btn_cancel_y_pos=308

[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
Expand Down
Binary file added xrdp/xrdp_logo_1.bmp
Binary file not shown.
Binary file added xrdp/xrdp_logo_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7442255

Please sign in to comment.