https://github.com/laluxx/blur-my-wallpaper
https://github.com/laluxx/blur-my-wallpaper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laluxx/blur-my-wallpaper
- Owner: laluxx
- Created: 2023-08-27T04:23:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T04:31:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T04:14:47.587Z (6 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
Awesome Lists containing this project
README
* Blur My Wallpaper
_Blur My Wallpaper_ overlays a fully transparent window on your desktop, ideal for those using a compositor, such as picom.** Table of Contents
- [[#Blur My Wallpaper][Blur My Wallpaper]]
- [[#Prerequisites][Prerequisites]]
- [[#Installation][Installation]]
- [[#Configuration][Configuration]]** Prerequisites
- A running instance of picom. Without picom, the overlaid window will appear black. For the desired blurred effect, enable the blur feature in picom.** Installation
Simply clone the repository and run the compiled binary:
#+BEGIN_SRC bash
git clone https://github.com/yourusername/blur-my-wallpaper.git
cd blur-my-wallpaper
./blur-wallpaper
#+END_SRC** Configuration
Customize the behavior of _Blur My Wallpaper_ by editing the configuration file located at '~/.config/blur-my-wallpaper/conf'.Here's a brief overview of the configuration options:
#+BEGIN_SRC
bar-position = top ; options: top, bottom, left, right
bar-size = 24 ; size in pixels
#+END_SRC- *bar-position*: Determines the position of your bar/dock.
- *bar-size*: Defines the height or width of your bar/dock in pixels.After modifying the configuration, simply restart _Blur My Wallpaper_ for changes to take effect.