Skip to content

Commit

Permalink
Add backgrounds, tweak lightdm theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard committed Oct 28, 2022
1 parent 7ad7c11 commit 84ef4b9
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 27 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
## desktop-themes
# desktop-themes

Source files for `penguin-desktop-themes` [PKGBUILD](https://github.com/penguin-fyi/pkgbuilds/blob/main/penguin-desktop-themes/PKGBUILD)

### Depends
* archlinux-wallpaper
* ngui-blue-gtk-theme ***!***
* ngui-blue-icon-theme ***!***
* ngui-cyan-gtk-theme ***!***
* ngui-cyan-icon-theme ***!***
* ngui-green-gtk-theme ***!***
* ngui-green-icon-theme ***!***
* ngui-pink-gtk-theme ***!***
* ngui-pink-icon-theme ***!***
* archlinux-wallpaper
* ngui-blue-gtk-theme
* ngui-blue-icon-theme
* ngui-cyan-gtk-theme
* ngui-cyan-icon-theme
* ngui-green-gtk-theme
* ngui-green-icon-theme
* ngui-pink-gtk-theme
* ngui-pink-icon-theme
* noto-fonts-emoji
* ttf-bitstream-vera
* ttf-dejavu
* ttf-hack
* ttf-hack-nerd
* ttf-nerd-fonts-symbols-2048-em
* xcursor-neutral
* xdecorator ***!***
* xdecorator
Binary file added backgrounds/chromatic-miasma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backgrounds/penguin-stare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
81 changes: 66 additions & 15 deletions patches/lightdm-gtk-greeter.conf.patch
Original file line number Diff line number Diff line change
@@ -1,25 +1,76 @@
--- /etc/lightdm/lightdm-gtk-greeter.conf 2021-01-10 04:52:31.825055906 -0600
+++ /etc/lightdm/lightdm-gtk-greeter.conf 2022-02-25 10:07:15.000000000 -0600
@@ -48,16 +48,16 @@
# transition-duration = overrides default value
#
--- lightdm-gtk-greeter.conf.a 2022-10-28 08:55:42.856823295 -0500
+++ lightdm-gtk-greeter.conf.b 2022-10-28 08:50:15.428956805 -0500
@@ -1,65 +1,9 @@
-# LightDM GTK+ Configuration
-# Available configuration options listed below.
-#
-# Appearance:
-# theme-name = GTK+ theme to use
-# icon-theme-name = Icon theme to use
-# cursor-theme-name = Cursor theme to use
-# cursor-theme-size = Cursor size to use
-# background = Background file to use, either an image path or a color (e.g. #772953)
-# user-background = false|true ("true" by default) Display user background (if available)
-# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
-# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
-#
-# Fonts:
-# font-name = Font to use
-# xft-antialias = false|true Whether to antialias Xft fonts
-# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
-# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
-# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
-#
-# Login window:
-# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
-# position = x y ("50% 50%" by default) Login window position
-# default-user-image = Image used as default user icon, path or #icon-name
-# hide-user-image = false|true ("false" by default)
-#
-# Panel:
-# panel-position = top|bottom ("top" by default)
-# clock-format = strftime-format string, e.g. %H:%M
-# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
-#
-# Accessibility:
-# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
-# keyboard = command to launch on-screen keyboard (e.g. "onboard")
-# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
-# reader = command to launch screen reader (e.g. "orca")
-# at-spi-enabled = false|true ("true" by default) Enables accessibility at-spi-command if the greeter is built with it enabled
-#
-# Security:
-# allow-debugging = false|true ("false" by default)
-# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
-#
-# Template for per-monitor configuration:
-# [monitor: name]
-# background = overrides default value
-# user-background = overrides default value
-# laptop = false|true ("false" by default) Marks monitor as laptop display
-# transition-duration = overrides default value
-#
[greeter]
-#background=
-#user-background=
-#theme-name=
-#icon-theme-name=
-#font-name=
-#xft-antialias=
-#xft-dpi=
-#xft-hintstyle=
-#xft-rgba=
-#indicators=
-#clock-format=
-#keyboard=
-#reader=
-#position=
-#screensaver-timeout=
+background = #53585B
+user-background = true
+theme-name = nGUI-DarkBlue
+theme-name = nGUI-Blue-Dark
+icon-theme-name = nGUI-Blue
+font-name = Bitstream Vera Sans Roman 10
#xft-antialias=
#xft-dpi=
#xft-hintstyle=
#xft-rgba=
-#indicators=
+indicators = ~host;~spacer;~clock;~spacer;~session;~power
#clock-format=
#keyboard=
#reader=
+indicators = ~session;~spacer;~host;~spacer;~clock;~power
+clock-format = %a %b %d, %H:%M
+

0 comments on commit 84ef4b9

Please # to comment.