- Theming: One Dark Pro color scheme VSCode's One Dark Pro theme inspired
- Components:
- SwayWM (tiling window manager)
- Waybar (custom status bar)
- Wofi (application launcher)
- Ghostty (Terminal)
- Zsh, OhmyZsh (Shell)
- Sddm (Lock Manager)
- Keybindings: Vim-like navigation + IDE conveniences
- Performance: Optimized for 165Hz displays (current test only on my devices)
- List fonts that i used:
- Ubuntu (for major screen application)
- JetBrains Mono (for terminal, and code usage)
- Mixed NerdFonts (for icon fonts)
Based on One Dark Pro palette
yay -S swayfx waybar mako wofi papirus-icon-theme \
capitaine-cursors-light jetbrains-mono-nerd-font- Backup existing configs:
mv ~/.config/sway ~/.config/sway.bak mv ~/.config/waybar ~/.config/waybar.bak
- Clone this repo:
git clone https://github.com/ramenaru/dotfiles.git ~/.config
| Key Combination | Action |
|---|---|
Mod+Enter |
Launch terminal (Ghostty) |
Mod+Shift+e |
Exit session |
Mod+d |
Application launcher (Wofi) |
Mod+e |
Toggle file explorer |
Print |
Area screenshot → clipboard |
XF86AudioRaiseVolume |
Volume up (+ notification) |
{
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "network", "battery"]
}| Component | Theme Source |
|---|---|
| GTK | One Dark Pro GTK |
| Icons | Papirus Dark |
| Cursor | Capitaine Cursors Light |
| Terminal | Ghostty with One Dark Pro scheme |
My neovim config is separated on another repository nvim config
I'm using ohmyZsh
I'm using one of the best themes by Keyitdev
Issue: Wrong colors in terminal
Fix: Ensure termguicolors is set in Neovim:
set termguicolors
colorscheme onedarkDistributed under MIT License see LICENSE for more information.







