https://github.com/danilaxila3/swelcomer
A simple boot-up welcomer with quick access
https://github.com/danilaxila3/swelcomer
Last synced: 3 months ago
JSON representation
A simple boot-up welcomer with quick access
- Host: GitHub
- URL: https://github.com/danilaxila3/swelcomer
- Owner: danilaxila3
- Created: 2025-01-13T19:06:41.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T18:08:43.000Z (4 months ago)
- Last Synced: 2025-01-14T19:19:09.241Z (4 months ago)
- Language: C
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sWelcomer
A simple, lightweight quick-access welcomer
sWelcomer is a simple welcomer window with quick-access to several tools written in C with SDL2\
It supports configurable entries, random greet text and footer\
(Default unconfigured state)# Installing
```bash
git clone https://github.com/danilaxila3/sWelcomer.git
cd sWelcomer
make
```After that you can add the `bin/swelcomer` file to your programs on startup (`exec-once` or `shell:startup` on Windows)
# Config
The config is found in these dirs:\
If `$XDG_CONFIG_HOME` is set, the dir is `$XDG_CONFIG_HOME/sWelcomer/swelcomer.scf`\
If the variable is not set:
- Windows: `%LOCALAPPDATA%\sWelcomer\swelcomer.scf`
- Linux: `$HOME/.config/sWelcomer/swelcomer.scf`Config structure:
```
[general]
window_factor = 3.0
fade_window = true
color_active = #e6e6e6
color_inactive = #b3b3b3
color_bg = #18181b[options]
Firefox; firefox
YouTube; firefox https://youtube.com
Spotify; firefox https://open.spotify.com
VS Code; code[greets]
greet 1
greet 2
greet 3[footers]
footer 1
footer 2
footer 3
```