add READM.md

This commit is contained in:
Snorky 2025-09-23 09:58:03 +02:00
parent 6e2c4d50a5
commit e58f6f556f
2 changed files with 65 additions and 2 deletions

63
README.md Normal file
View File

@ -0,0 +1,63 @@
# Configuration
Les répertoires i3 et I3status doivent être dans votre ~/.config
Les fichiers dialogrc et wezterm.lua doivent être dans votre ~/ et renommés en fichier caché.
## Dépendances requises
dialog
```bash
$ emerge -s dev-util/dialog
[ Results for search key : dev-util/dialog ]
Searching...
* dev-util/dialog
Latest version available: 1.3.20250116-r1
Latest version installed: 1.3.20250116-r1
Size of files: 562 KiB
Homepage: https://invisible-island.net/dialog/
Description: Tool to display dialog boxes from a shell
License: LGPL-2.1
```
wezterm
```bash
$ emerge -s wezterm
[ Results for search key : wezterm ]
Searching...
* x11-terms/wezterm
Latest version available: 20240203.110809-r2
Latest version installed: 20240203.110809-r2
Size of files: 219975 KiB
Homepage: https://wezfurlong.org/wezterm/
Description: A GPU-accelerated cross-platform terminal emulator and multiplexer
License: 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 GPL-3 ISC LGPL-2.1 MIT MPL-2.0 Unicode-DFS-2016 Unlicense WTFPL-2 ZLIB
```
Wireguard
```bash
$ emerge -s net-vpn/wireguard-tools
[ Results for search key : net-vpn/wireguard-tools ]
Searching...
* net-vpn/wireguard-tools
Latest version available: 1.0.20210914
Latest version installed: 1.0.20210914
Size of files: 98 KiB
Homepage: https://www.wireguard.com/
Description: Required tools for WireGuard, such as wg(8) and wg-quick(8)
License: GPL-2
```
Screenshot:
![Desktop](/assets/Screenshot.png)

View File

@ -16,8 +16,8 @@ config.window_padding = {
}
-- For example, changing the initial geometry for new windows:
--config.initial_cols = 45
--config.initial_rows = 24
config.initial_cols = 120
config.initial_rows = 80
config.enable_scroll_bar = true
config.color_scheme_dirs = { '~/.config/iTerm2-Color-Schemes' }