~ dotfiles / ncatt beta available

noodles

a minimal, opinionated i3wm rice. square corners, blur via picom, catppuccin mocha palette, and keybinds inspired by illogical-impulse.

git clone https://git.meowlabs.online/ncatt/noodles
preview
noodles rice preview
staging / beta
a work-in-progress version of noodles with unreleased changes. may be unstable.
open beta ↗
01 stack
i3-gaps
window manager
alacritty
terminal emulator
picom
compositor / blur
rofi
app launcher
dunst
notifications
fish
shell
pipewire
audio server
feh
wallpaper setter
02 installation
01
clone the repo
clone noodles anywhere and enter the directory.
$git clone https://git.meowlabs.online/ncatt/noodles
$cd noodles
02
run install script
copies all configs to ~/.config/. backs up existing files automatically.
$bash install.sh
03
optional scripts
install missing packages or fix a broken pipewire audio stack.
#install required packages (arch)
$bash pkgs-install.sh
#fix pipewire if audio is not working
$bash pipewire-fix.sh

arch linux only. pkgs-install.sh uses pacman and yay — install yay before running it. pipewire-fix.sh removes stale lock files and restarts the audio stack. safe to run any time audio stops working.

03 configs
i3
config
~/.config/i3/config
wmkeybindsgaps
alacritty
alacritty.toml
~/.config/alacritty/alacritty.toml
terminalcatppuccinopacity
picom
picom.conf
~/.config/picom/picom.conf
blurshadowsfading
rofi
config.rasi
~/.config/rofi/config.rasi
launchertheme
dunst
dunstrc
~/.config/dunst/dunstrc
notifsurgency
04 keybinds
apps
terminal
super+enter
launcher
super+space
file manager
super+e
browser
super+b
clipboard
super+v
emoji picker
super+.
windows
focus
super+h j k ;
move
super+shift+hjkl
resize
super+ctrl+hjkl
kill
super+q
fullscreen
super+f
floating
super+t
workspaces
switch
super+1–9
move window
super+shift+1–9
move silent
super+ctrl+1–9
next / prev
super+tab
system
lock
super+l
reload
super+shift+r
screenshot
super+shift+s
volume up/down
super+f2/f3
brightness
super+f7/f8
exit
super+shift+e
05 palette — catppuccin mocha
red
peach
yellow
green
teal
blue ★
lavender
mauve
pink
crust
mantle
base
surface0
surface1
surface2
overlay0
subtext0
text
06 font — jetbrains mono
AaBbCc
0123456789
!@#$%^&*()_+-=[]{}|;':",./?
->
=>
!=
==
<=
>=
////
/*/*
# ~/.config/alacritty/alacritty.toml
[font]
size = 10.0
[font.normal]
family = "JetBrains Mono"
style = "Regular"
[font.bold]
family = "JetBrains Mono"
style = "Bold"
8
weights
100+
ligatures
10pt
used size
OFL
license
NF
nerd font patched
staging / beta
unstable version of noodles. may be unstable for you and everyone.