https://github.com/paulguerre/swaylock-effects-text
Swaylock effects plus texts updates
https://github.com/paulguerre/swaylock-effects-text
lockscreen sway swaylock text
Last synced: 9 months ago
JSON representation
Swaylock effects plus texts updates
- Host: GitHub
- URL: https://github.com/paulguerre/swaylock-effects-text
- Owner: PaulGuerre
- License: other
- Created: 2022-03-08T16:45:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T20:33:50.000Z (about 4 years ago)
- Last Synced: 2025-02-23T21:51:25.998Z (over 1 year ago)
- Topics: lockscreen, sway, swaylock, text
- Language: C
- Homepage:
- Size: 601 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swaylock-effects-text
Swaylock-effects-text is a fork of [swaylock](https://github.com/swaywm/swaylock) and [swaylock-effects](https://github.com/mortie/swaylock-effects) which adds the possibility to change the basic texts.
## Example Command
swaylock \
--text-clear Clear
--text-caps-lock Maj
--text-ver Check
--text-wrong Error
## Installation
### Compiling from Source
Install dependencies:
* meson \*
* wayland
* wayland-protocols \*
* libxkbcommon
* cairo
* gdk-pixbuf2 \*\*
* pam (optional)
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
* git \*
* openmp (if using a compiler other than GCC)
_\*Compile-time dep_
_\*\*Optional: required for background images other than PNG_
Run these commands:
meson build
ninja -C build
sudo ninja -C build install
Swaylock will drop root permissions shortly after startup.