suckless-utils/config/wal/templates/slim.theme

53 lines
1.4 KiB
Plaintext
Raw Normal View History

# Green glass theme for SLiM
# by Rob Pearce <slim@flitspace.org.uk>
# Messages (e.g. shutdown)
msg_color {color15}
msg_font Hack Nerd Font:size=18:bold:dpi=75
msg_x 50%
msg_y 40%
2023-10-14 17:50:45 +02:00
msg_shadow_color {color0}
msg_shadow_xoffset 2
msg_shadow_yoffset 2
# valid values: stretch, tile
background_style stretch
background_color {color0}
# Input controls
input_panel_x 50%
input_panel_y 45%
input_name_x 394
2023-10-14 17:50:45 +02:00
input_name_y 166
input_pass_x 394
2023-10-14 17:50:45 +02:00
input_pass_y 203
input_font Hack Nerd Font:size=12:dpi=75
input_color {color0}
# Username / password request
username_font Hack Nerd Font:size=18:dpi=75
username_color {color15}
username_x 270
2023-10-14 17:50:45 +02:00
username_y 166
password_x 270
2023-10-14 17:50:45 +02:00
password_y 203
username_shadow_color {color0}
username_shadow_xoffset 1
username_shadow_yoffset 1
username_msg Username:
password_msg Password:
# Welcome message
welcome_font Hack Nerd Font:size=28:bold:dpi=75
2023-10-14 17:50:45 +02:00
welcome_color {color15}
welcome_x 50%
2023-10-14 17:50:45 +02:00
welcome_y 30%
2023-10-13 14:34:30 +02:00
welcome_msg Welcome to %host!
2023-10-14 17:50:45 +02:00
welcome_shadow_xoffset 1
welcome_shadow_yoffset 1
welcome_shadow_color {color0}
passwd_feedback_x 50%
passwd_feedback_y 80%