https://github.com/apikapikk/archdots-my-dotfiles
my dotfiles on arch linux u
https://github.com/apikapikk/archdots-my-dotfiles
archlinux archlinux-dotfiles dotfiles fastfetch sway swayfx swaywm waybar wofi
Last synced: about 2 months ago
JSON representation
my dotfiles on arch linux u
- Host: GitHub
- URL: https://github.com/apikapikk/archdots-my-dotfiles
- Owner: apikapikk
- Created: 2025-06-19T13:43:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T13:55:38.000Z (about 1 year ago)
- Last Synced: 2025-06-19T14:48:54.080Z (about 1 year ago)
- Topics: archlinux, archlinux-dotfiles, dotfiles, fastfetch, sway, swayfx, swaywm, waybar, wofi
- Language: CSS
- Homepage:
- Size: 5.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧠 Arch Linux Dotfiles
Dotfiles pribadi saya untuk setup Arch Linux yang ringan, estetis, dan fungsional. Menggunakan **SwayWM** sebagai window manager utama berbasis **Wayland**, dengan integrasi beberapa tools modern seperti Waybar, Wofi, Fastfetch, dan Fish Shell.
---


---
## 📦 Tools yang Digunakan
| Tool | Deskripsi |
|-------------|-----------|
| **SwayWM** | Window manager berbasis Wayland, mirip i3 namun modern. |
| **Waybar** | Status bar modular untuk Wayland, sangat fleksibel dan bisa ditambahkan skrip sendiri. |
| **Wofi** | Launcher aplikasi ringan dan cepat, alternatif Rofi untuk Wayland. |
| **Wlogout** | GUI untuk menu logout dengan tampilan blur dan bisa dikustom. |
| **Fish** | Shell interaktif yang modern dan user-friendly. |
| **Kitty** | Terminal emulator berbasis GPU, cepat dan mendukung ligatures. |
| **Fastfetch** | Penampil informasi sistem estetis di terminal (pengganti Neofetch). |
---
## 🗂️ Struktur Direktori
```bash
.
├── fastfetch # Konfigurasi Fastfetch
│ ├── config.jsonc # Konfigurasi utama Fastfetch
│ └── rose.txt # ASCII art bunga custom
├── fish # Konfigurasi shell Fish
│ ├── config.fish
│ ├── functions/
│ ├── conf.d/
│ ├── completions/
│ └── fish_variables
├── kitty # Konfigurasi terminal Kitty
│ ├── kitty.conf
│ └── theme.conf
├── screenshot # Cuplikan layar setup
│ ├── 1.png
│ ├── 2.png
│ └── 3.png
├── sway # Konfigurasi SwayWM
│ ├── config
│ └── scripts/
│ └── screenshot.sh
├── waybar # Status bar config
│ ├── config.jsonc
│ ├── style.css
│ └── scripts/
│ ├── brightness-scroll.sh
│ ├── window_title.sh
│ └── wlogout-blur.sh
├── wlogout # Tampilan logout GUI
│ ├── layout
│ └── style.css
└── wofi # Launcher aplikasi (mirip Rofi)
├── config
└── style.css