mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-09-14 05:18:24 +02:00
adding lightdm theme and minor fixes
This commit is contained in:
parent
e042139686
commit
ee801c571c
1
Lightdm/Chicago95
Submodule
1
Lightdm/Chicago95
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 268d70d625b92991ff7f1b991545a059e77199b4
|
BIN
Plymouth/screenshot.gif
Normal file
BIN
Plymouth/screenshot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
20
README.md
20
README.md
@ -13,6 +13,10 @@ Included in this theme:
|
||||
- Plymouth theme created from scratch
|
||||
|
||||
## Screenshots
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
@ -32,6 +36,8 @@ In XFCE select Settings -> Appearance. Click on 'Style' and select `Chicago95`.
|
||||
|
||||
For window borders select Settings -> Window Manager. Under 'Style' select `Chicago 95`.
|
||||
|
||||
Background: Just set to whatever you like, for a more authentic look try setting Style to none and color to `#008080`.
|
||||
|
||||
### Icons
|
||||
To install the icons copy the folder `Icons/Chicago95` to `/usr/share/icons` or `~/.icons`.
|
||||
|
||||
@ -49,7 +55,6 @@ Update your font cache: sudo fc-cache -f -v
|
||||
|
||||
In xfce-term selet the font `Less Perfect DOS VGA` or `More Pefect DOS VGA`.
|
||||
|
||||
|
||||
### Terminal
|
||||
|
||||
Copy the file `Extras/Chicago95.theme` to `~/.local/share/xfce4/terminal/colorschemes` (create the colorschemes folder if it doesn't exist: `mkdir .local/share/xfce4/terminal`).
|
||||
@ -57,10 +62,9 @@ Under preferences in xfce-term select 'Colors.' Under `Presets` you should see `
|
||||
|
||||
To get the MS-DOS `C:\>` prompt and startup message add the contents of `Extras/DOSrc` to your `.bashrc` file: `cat Extras/DOSrc >> ~/.bashrc`.
|
||||
|
||||
###Plymouth
|
||||
|
||||
Recreates the classic Windows 95 boot screen:
|
||||
### Plymouth
|
||||
|
||||
Recreates the classic Windows 95 boot screen.
|
||||
|
||||
To install:
|
||||
|
||||
@ -71,6 +75,12 @@ sudo update-alternatives --config default.plymouth #here, choose the number of
|
||||
sudo update-initramfs -u
|
||||
```
|
||||
|
||||
### LightDM:
|
||||
|
||||
Attemps to recreate the asthetic of logging on to a computer in the mid 90's.
|
||||
|
||||
Install instructions are in the `README.md` in `Lightdm/Chicago95/`.
|
||||
|
||||
## Requirements
|
||||
|
||||
GTK+ 3.16 or above
|
||||
@ -81,4 +91,4 @@ Xfce 4.12 of above
|
||||
|
||||
### Code and license
|
||||
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0+/MIT
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 191 KiB |
BIN
Screenshots/lightdm.png
Normal file
BIN
Screenshots/lightdm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
Screenshots/plymouth.gif
Normal file
BIN
Screenshots/plymouth.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
@ -2,7 +2,7 @@
|
||||
* panel *
|
||||
*********/
|
||||
#panel_window {
|
||||
background-color: #008080;
|
||||
|
||||
background-image: none;
|
||||
color: white;
|
||||
font: bold;
|
||||
@ -10,27 +10,29 @@
|
||||
|
||||
#panel_window .menubar,
|
||||
#panel_window .menubar > .menuitem {
|
||||
background-color: transparent;
|
||||
background-color: #c0c0c0;
|
||||
background-image: none;
|
||||
color: white;
|
||||
font: bold;
|
||||
text-shadow: 0 1px alpha(black, 0.5);
|
||||
icon-shadow: 0 1px alpha(black, 0.5);
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem:hover {
|
||||
border-style: none;
|
||||
background-color: alpha(white, 0.2);
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem *:hover {
|
||||
border-style: none;
|
||||
background-color: #000080;
|
||||
background-image: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#panel_window .menubar > .menuitem:insensitive {
|
||||
color: alpha(white, 0.7);
|
||||
color: #808080;
|
||||
text-shadow: 1px 1px 0 white;
|
||||
}
|
||||
|
||||
#panel_window .menubar .menu {
|
||||
@ -68,6 +70,7 @@
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
/*
|
||||
#login_window GtkComboBox .button,
|
||||
#login_window GtkComboBox .button:hover,
|
||||
#login_window GtkComboBox .button:active,
|
||||
@ -80,7 +83,7 @@
|
||||
background: none;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
#login_window GtkComboBox .button:focus,
|
||||
#login_window GtkComboBox .button:hover:focus,
|
||||
@ -90,6 +93,8 @@
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#login_window #user_combobox {
|
||||
color: @lightdm_fg_color;
|
||||
font: 18px;
|
||||
@ -101,7 +106,7 @@
|
||||
|
||||
#login_window #user_combobox .arrow {
|
||||
color: mix(@lightdm_fg_color, @lightdm_bg_color, 0.5);
|
||||
}
|
||||
} */
|
||||
|
||||
#login_window .entry {
|
||||
padding: 3px 5px;
|
||||
@ -177,7 +182,7 @@
|
||||
|
||||
/******************************
|
||||
* default and focused button *
|
||||
******************************/
|
||||
******************************
|
||||
#login_window .button.default,
|
||||
#shutdown_dialog .button.default,
|
||||
#restart_dialog .button.default,
|
||||
@ -204,11 +209,11 @@
|
||||
#restart_dialog .button:active:hover:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
}*/
|
||||
|
||||
/*******************
|
||||
* shutdown button *
|
||||
*******************/
|
||||
*******************
|
||||
#shutdown_button.button {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.08);
|
||||
@ -221,11 +226,11 @@
|
||||
#shutdown_button.button:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
}
|
||||
} */
|
||||
|
||||
/******************
|
||||
* restart button *
|
||||
******************/
|
||||
******************
|
||||
#restart_button.button {
|
||||
border-color: shade(@warning_bg_color, 0.8);
|
||||
background-color: shade(@warning_bg_color, 1.08);
|
||||
@ -238,7 +243,7 @@
|
||||
#restart_button.button:active:hover {
|
||||
border-color: shade(@warning_bg_color, 0.7);
|
||||
background-color: @warning_bg_color;
|
||||
}
|
||||
} */
|
||||
|
||||
/********************
|
||||
* password warning *
|
||||
@ -246,3 +251,7 @@
|
||||
#greeter_infobar {
|
||||
font: bold;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 2px solid red;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user