Skip to content

Script that automatically blurs an image and sets it as GDM background

License

Notifications You must be signed in to change notification settings

lofilobzik/gdm-auto-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

gdm-auto-blur

Sets GDM background image while blurring it and changing brightness.

Works well with Blur my Shell extension. (Brightness and blur parameters correnspond to 'Blur my Shell' ones. Not perfectly, however, but closely)

Until such feature is implemented in future releases of GDM or Gnome, this script serves as a nice workaround

Update

gdm-settings is a thing now, but still no blur ;(

Requirements

pip install Pillow
  • Tkinter

  • gdm-tools

  • blur-my-shell (optional)

  • gsettings

Installation

Download repo as a zip or clone it somewhere

git clone https://github.com/lofilobzik/gdm-auto-blur

Copy gdm-auto-blur.py script to ~/.local/bin/ and make it executable

cd gdm-auto-blur
cp gdm-auto-blur.py ~/.local/bin/gdm-auto-blur
cd ~/.local/bin/
chmod +x gdm-auto-blur

Usage

Just run

gdm-auto-blur

With options

gdm-auto-blur -i path/to/picture.jpg -br 0.5 -b 20 -p

License

MIT

About

Script that automatically blurs an image and sets it as GDM background

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages