suckless-utils/config/wal/templates/slim.theme
Alexis Jhon Gaspar e1207e1d0d Added slim-fork to the repo
- This introduces a minimalist display manager for the suckless-utils suite
- Added crudely written scripts for reloaading slim's theme via pywal,
  meaning no on-the-fly reloading using keybinds as nost people wouldn't
have their sudo passwordless
- This is based on slim-fork 1.4.0 version.
2023-10-12 23:08:23 +08:00

53 lines
1.4 KiB
Plaintext

# 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%
msg_shadow_color #702342
msg_shadow_xoffset 1
msg_shadow_yoffset 1
# valid values: stretch, tile
background_style stretch
background_color {color0}
# Input controls
input_panel_x 50%
input_panel_y 45%
input_name_x 394
input_name_y 142
input_pass_x 394
input_pass_y 178
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
username_y 144
password_x 270
password_y 180
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
welcome_color {color1}
welcome_x 50%
welcome_y 40
welcome_msg Login to %host
welcome_shadow_xoffset 2
welcome_shadow_yoffset 2
welcome_shadow_color {color0}
passwd_feedback_x 50%
passwd_feedback_y 80%