Skip to content

Commit

Permalink
switch to slick properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Nov 25, 2024
1 parent d57613f commit ec01454
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ultramarine/release/lightdm-gtk-greeter-flagship.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Keep for one release for compat
#
# LightDM GTK+ Configuration
# Available configuration options listed below.
#
Expand Down
2 changes: 2 additions & 0 deletions ultramarine/release/lightdm-gtk-greeter-xfce.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Keep for one release for compat
#
# LightDM GTK+ Configuration
# Available configuration options listed below.
#
Expand Down
39 changes: 39 additions & 0 deletions ultramarine/release/slick-greeter-flagship.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# LightDM Slick Configuration
# Available configuration options listed below.
#
# Appearance:
# theme-name = GTK+ theme to use
# icon-theme-name = Icon theme to use
# background = Background file to use, either an image path or a color (e.g. #772953)
# draw-user-backgrounds = false|true ("true" by default) Display user background (if available)
#
# 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

[Greeter]
#background=/usr/share/backgrounds/default.png
#background-color=#000000
draw-user-backgrounds=true
#draw-grid=false
show-hostname=true
#logo=
#background-logo=
theme-name=Fluent-round-Dark
icon-theme-name=Fluent
#font-name=Noto Sans 11
#xft-antialias=true
#xft-dpi=96
#xft-hintstyle=hintslight
#xft-rgba=rgb
#onscreen-keyboard=false
#high-contrast=false
#screen-reader=false
play-ready-sound=true
#hidden-users=
#group-filter=
#idle-timeout=300
enable-hidpi=auto
39 changes: 39 additions & 0 deletions ultramarine/release/slick-greeter-xfce.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# LightDM Slick Configuration
# Available configuration options listed below.
#
# Appearance:
# theme-name = GTK+ theme to use
# icon-theme-name = Icon theme to use
# background = Background file to use, either an image path or a color (e.g. #772953)
# draw-user-backgrounds = false|true ("true" by default) Display user background (if available)
#
# 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

[Greeter]
#background=/usr/share/backgrounds/default.png
#background-color=#000000
draw-user-backgrounds=true
#draw-grid=false
show-hostname=true
#logo=
#background-logo=
theme-name=Materia
icon-theme-name=ePapirus
#font-name=Noto Sans 11
#xft-antialias=true
#xft-dpi=96
#xft-hintstyle=hintslight
#xft-rgba=rgb
#onscreen-keyboard=false
#high-contrast=false
#screen-reader=false
play-ready-sound=true
#hidden-users=
#group-filter=
#idle-timeout=300
enable-hidpi=auto

0 comments on commit ec01454

Please sign in to comment.