Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiDPI changes #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Theme for [SLiM](http://slim.berlios.de/) with [NixOS](http://nixos.org/) thematics.
#Theme for [SLiM](http://slim.berlios.de/) with [NixOS](http://nixos.org/) thematics HiDPI version.
![preview](https://github.com/jagajaga/nixos-slim-theme/raw/master/preview.png)

## How to use
Expand Down
Binary file modified panel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions slim.theme
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# messages (ie: shutdown, session options, etc)
msg_color #000000
msg_font Sans:size=10:bold:dpi=96
msg_font Sans:size=10:bold:dpi=220
msg_x 50%
msg_y 70%

Expand All @@ -13,24 +13,24 @@ background_style tile
background_color #000000

# input box controls
input_font Sans:size=10:bold:dpi=96
input_font Sans:size=10:bold:dpi=220
input_fgcolor #000000
# panel location
input_panel_x 50%
input_panel_y 50%
input_name_x 52
input_name_y 214
input_name_y 254
# force single input box (gdm style)
input_pass_x -1
input_pass_y -1

# username / password request (actual text)
username_font Sans:size=10:bold:dpi=96
username_font Sans:size=10:bold:dpi=220
username_color #000000
username_x 50
username_y 190
username_y 210
password_x 50
password_y 190
password_y 210
username_msg Username:
password_msg Password:

Expand All @@ -40,3 +40,4 @@ password_msg Password:
#welcome_font Sans:size=10:bold:dpi=96
#welcome_color #000000

session_color #000000