From 44b2adac5295e81eab02253b35a26e5bf0659598 Mon Sep 17 00:00:00 2001 From: Yellow Ghost Date: Sat, 21 Oct 2017 18:09:08 +0200 Subject: Theme resources --- LICENSE | 4 ++-- README.md | 2 ++ background.png | Bin 0 -> 151 bytes panel.png | Bin 0 -> 7270 bytes preview.png | Bin 0 -> 12591 bytes slim.theme | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 background.png create mode 100644 panel.png create mode 100644 preview.png create mode 100644 slim.theme diff --git a/LICENSE b/LICENSE index e84afb9..330ad27 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2017 yell0wgh0st +Copyright (c) 2017 Burim Augustin Berisa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7a02471..dca221e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # nixos-light-slim-theme Clean and nice NixOS flavoured SLiM theme. + +![preview](https://github.com/ylwghst/nixos-light-slim-theme/raw/master/preview.png) diff --git a/background.png b/background.png new file mode 100644 index 0000000..2e54fad Binary files /dev/null and b/background.png differ diff --git a/panel.png b/panel.png new file mode 100644 index 0000000..87c6499 Binary files /dev/null and b/panel.png differ diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..f3438ff Binary files /dev/null and b/preview.png differ diff --git a/slim.theme b/slim.theme new file mode 100644 index 0000000..613e346 --- /dev/null +++ b/slim.theme @@ -0,0 +1,46 @@ +# NixOS SLIM Theme +# @ylwghst, ylwghst@onionmail.info + +# Background (stretch, tile) +background_style tile + +# Panel +input_panel_x 50% +input_panel_y 50% + +# Input +input_font Liberation Sans:size=14:dpi=96 +input_color #A2A2A2 +input_name_x 3 +input_name_y 214 + +# Input request +username_font Liberation Sans:size=14:dpi=96 +username_color #A2A2A2 +username_x 3 +username_y 220 +password_x 3 +password_y 220 +username_msg ________________ +password_msg ________________ + +# Messages (shutdown, session options, etc) +msg_color #A2A2A2 +msg_font Liberation Sans:size=14:dpi=96 +msg_x 50% +msg_y 86% +shutdown_msg Halt... +reboot_msg Restart... + +# Welcome message +welcome_x 51 +welcome_y 164 +welcome_font Liberation Sans:size=16:bold:dpi=96 +welcome_color #000000 +welcome_msg NixOS + +# Session name +session_x 50% +session_font Liberation Sans:size=14:dpi=96 +session_color #A2A2A2 +session_msg Session -- cgit v1.2.3