https://github.com/sorg-org/swelcomer
A simple boot-up welcomer with quick access tools
https://github.com/sorg-org/swelcomer
Last synced: about 1 year ago
JSON representation
A simple boot-up welcomer with quick access tools
- Host: GitHub
- URL: https://github.com/sorg-org/swelcomer
- Owner: sOrg-org
- Created: 2025-01-13T19:06:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-14T18:08:43.000Z (over 1 year ago)
- Last Synced: 2025-03-11T08:31:41.852Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 2.21 MB
- Stars: 1
- 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
```