https://github.com/doubledotstudios/i3-dotfiles
Dotfiles for my i3 config.
https://github.com/doubledotstudios/i3-dotfiles
dunst-config i3-config kitty-config neovim-config picom-config polybar-config rofi-config rofi-scripts
Last synced: 23 days ago
JSON representation
Dotfiles for my i3 config.
- Host: GitHub
- URL: https://github.com/doubledotstudios/i3-dotfiles
- Owner: DoubleDotStudios
- Created: 2025-01-05T01:14:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:37:43.000Z (5 months ago)
- Last Synced: 2025-03-31T16:11:10.859Z (about 2 months ago)
- Topics: dunst-config, i3-config, kitty-config, neovim-config, picom-config, polybar-config, rofi-config, rofi-scripts
- Language: Lua
- Homepage: https://www.reddit.com/r/unixporn/comments/1ht8l1c/i3_catppuccin_mocha_mauve_first_rice/
- Size: 2.18 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i3-Dotfiles
> [!IMPORTANT]
> There may be errors in the [**dependencies**](#dependencies) and [**install**](#install) sections.
> If you find any please report them in `issues`.---
[Preview](#preview)
[Dependencies](#dependencies)
[Extras](#optional-extras)
[Install](#install)
[Credit](#credit)---
## Preview

*Blank Workspace*
*SolarVim and Zen*
*Fastfetch*
*Rofi launcher*
*Rofi power menu*---
## Dependencies
- i3- rofi
- picom
- polybar
- dunst- neovim
- kitty- CaskaydiaCove Nerd Font / CascadiaCode
- Tela Circle Dracula Icons---
## Optional Extras
> lacking some require modification of the i3 config file, indicated by *- \* thunar
- \* zen-browser
- \* light **not** lightdm
- \* flameshot
- \* nitrogen
- \* discord- fastfetch
- yazi---
## Install
1. Clone the repo:
```console
git clone https://github.com/DoubleDotStudios/i3-dotfiles
cd ./i3-dotfiles
```2. Move all directories except `rofi/local` to `~/.config`:
```console
mv ./i3 ~/.config
mv ./nvim ~/.config
mv ./dunst ~/.config
mv ./kitty ~/.config
mv ./picom ~/.config
mv ./polybar ~/.config
mv ./fastfetch ~/.config
mv ./rofi/config ~/.config/rofi
mv ./yazi ~/.config/yazi
```3. Move `rofi/local` to `~/.local/share/rofi`:
```console
mv ./rofi/local ~/.local/share/rofi
```---
### Credit
lactua: [Rofi and Dunst](https://github.com/lactua/dotfiles/tree/master/dots)
astonish-g: [Polybar](https://github.com/astonish-g/i3-everforest-dotfiles/tree/main/.config/polybar)