diff --git a/README.md b/README.md index ad118b7..6cfe14b 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ All programs are licensed under the MIT License, except for some submodules, whi ![Screenshot of random screenshots](/pics/random.png) ![Screenshot of SM64 port](/pics/gaming.png) ![A demo of it's pywal abilities](/pics/wal.gif) +![Screenhot of slim on a Debian test VM](/pics/login.png) ## Special thanks * [Speedie](https://speedie.site) for helping me out with this and providing me with patches diff --git a/config/wal/templates/slim.theme b/config/wal/templates/slim.theme index 23decc2..ef12839 100644 --- a/config/wal/templates/slim.theme +++ b/config/wal/templates/slim.theme @@ -6,9 +6,9 @@ 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 +msg_shadow_color {color0} +msg_shadow_xoffset 2 +msg_shadow_yoffset 2 # valid values: stretch, tile background_style stretch @@ -18,9 +18,9 @@ background_color {color0} input_panel_x 50% input_panel_y 45% input_name_x 394 -input_name_y 142 +input_name_y 166 input_pass_x 394 -input_pass_y 178 +input_pass_y 203 input_font Hack Nerd Font:size=12:dpi=75 input_color {color0} @@ -28,9 +28,9 @@ input_color {color0} username_font Hack Nerd Font:size=18:dpi=75 username_color {color15} username_x 270 -username_y 144 +username_y 166 password_x 270 -password_y 180 +password_y 203 username_shadow_color {color0} username_shadow_xoffset 1 username_shadow_yoffset 1 @@ -40,12 +40,12 @@ password_msg Password: # Welcome message welcome_font Hack Nerd Font:size=28:bold:dpi=75 -welcome_color {color1} +welcome_color {color15} welcome_x 50% -welcome_y 40 +welcome_y 30% welcome_msg Welcome to %host! -welcome_shadow_xoffset 2 -welcome_shadow_yoffset 2 +welcome_shadow_xoffset 1 +welcome_shadow_yoffset 1 welcome_shadow_color {color0} passwd_feedback_x 50% diff --git a/pics/login.png b/pics/login.png new file mode 100644 index 0000000..71f8d07 Binary files /dev/null and b/pics/login.png differ diff --git a/slim/themes/suckless/panel.png b/slim/themes/suckless/panel.png index 14c81a1..4e660d1 100644 Binary files a/slim/themes/suckless/panel.png and b/slim/themes/suckless/panel.png differ