diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-26 16:24:38 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-26 16:24:38 +0700 |
| commit | b60d488c905180b56c2884ff58d30ac476783363 (patch) | |
| tree | 008a510ae4914cec5d1132a8adeb0f304e4c277f | |
| parent | d4098de56769e50285c358f5f8ebee3faf546d31 (diff) | |
new dotfiles;
foot;
nvim;
| -rw-r--r-- | foot/.config/foot/foot.ini | 28 | ||||
| -rw-r--r-- | foot/.config/foot/themes/noctalia | 22 | ||||
| -rw-r--r-- | ghostty/.config/ghostty/config.ghostty | 2 | ||||
| -rwxr-xr-x | niri/.config/niri/config.kdl | 10 | ||||
| -rw-r--r-- | rmpc/.config/rmpc/config.ron | 4 | ||||
| -rw-r--r-- | starship/.config/starship.toml | 46 |
6 files changed, 83 insertions, 29 deletions
diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini new file mode 100644 index 0000000..f34609d --- /dev/null +++ b/foot/.config/foot/foot.ini @@ -0,0 +1,28 @@ +[main] +include=~/.config/foot/themes/noctalia +# Dynamic theme colors + +[main] +font=JetBrainsMono Nerd Font:size=13 +pad=2x0 + +# paste the rest of your theme colors here + +[cursor] +style=block +blink=yes + +[mouse] +hide-when-typing=yes + +[scrollback] +lines=10000 +multiplier=1.5 + +[key-bindings] +clipboard-copy=Control+Shift+c Mod4+c Super+c +clipboard-paste=Control+Shift+v Mod4+v Super+v + +search-start=Control+Shift+f +spawn-terminal=Control+Shift+Return + diff --git a/foot/.config/foot/themes/noctalia b/foot/.config/foot/themes/noctalia new file mode 100644 index 0000000..c614b31 --- /dev/null +++ b/foot/.config/foot/themes/noctalia @@ -0,0 +1,22 @@ +[colors-dark] +foreground=1b1c1c +background=fbf9f9 +regular0=dfe3e6 +regular1=ba1a1a +regular2=030e13 +regular3=5a5f62 +regular4=110914 +regular5=bbc8d0 +regular6=c3c7ca +regular7=1b1c1c +bright0=73787a +bright1=ba1a1a +bright2=030e13 +bright3=5a5f62 +bright4=110914 +bright5=bbc8d0 +bright6=c3c7ca +bright7=1b1c1c +selection-foreground=43474a +selection-background=dfe3e6 +cursor=fbf9f9 1b1c1c diff --git a/ghostty/.config/ghostty/config.ghostty b/ghostty/.config/ghostty/config.ghostty index d57d34f..f56acbc 100644 --- a/ghostty/.config/ghostty/config.ghostty +++ b/ghostty/.config/ghostty/config.ghostty @@ -23,7 +23,7 @@ cursor-style-blink = true cursor-text = cell-foreground # Cursor styling + SSH session terminfo -# (all shell integration options must be passed together) +# (all shell iYour spectaclesntegration options must be passed together) shell-integration-features = no-cursor,ssh-env # Keyboard bindings diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index de603bd..18db276 100755 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -67,6 +67,7 @@ layout { } shadow { + off softness 30 spread 5 offset x=0 y=5 @@ -114,6 +115,9 @@ window-rule { open-floating true geometry-corner-radius 9000 clip-to-geometry true + shadow { + off + } } window-rule { match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"# @@ -190,9 +194,9 @@ binds { XF86AudioNext allow-when-locked=true { spawn-sh "playerctl next"; } // Universal Clipboard Hotkeys (Super + C / V / X) - Mod+C { spawn-sh "sleep 0.1 && wtype -M ctrl -k Insert -m ctrl"; } - Mod+V { spawn-sh "sleep 0.1 && wtype -M shift -k Insert -m shift"; } - Mod+X { spawn-sh "sleep 0.1 && wtype -M shift -k Delete -m shift"; } + Mod+C { spawn-sh "sleep 0.001 && wtype -M ctrl -k Insert -m ctrl"; } + Mod+V { spawn-sh "sleep 0.001 && wtype -M shift -k Insert -m shift"; } + Mod+X { spawn-sh "sleep 0.001 && wtype -M shift -k Delete -m shift"; } // Window Management & Views Mod+Tab repeat=false { toggle-overview; } diff --git a/rmpc/.config/rmpc/config.ron b/rmpc/.config/rmpc/config.ron index 694a767..d64dfb5 100644 --- a/rmpc/.config/rmpc/config.ron +++ b/rmpc/.config/rmpc/config.ron @@ -11,8 +11,8 @@ theme: "~/.config/rmpc/theme.ron", album_art: ( - method: Kitty, - max_size_px: (width: 600, height: 600), + method: Sixel, + max_size_px: (width: 1600, height: 1600), ), lyrics: ( fetch: true, diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 4036280..e33ccb4 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -50,40 +50,40 @@ deleted = "" [palettes.noctalia] # Standard colors -blue = "#d1c2d2" -red = "#ffb4ab" -green = "#bbc8d0" -yellow = "#c3c7ca" +blue = "#110914" +red = "#ba1a1a" +green = "#030e13" +yellow = "#5a5f62" cyan = "#c3c7ca" magenta = "#bbc8d0" -white = "#e4e2e2" -black = "#43474a" +white = "#1b1c1c" +black = "#dfe3e6" # Extended palette (Catppuccin-compatible names) -rosewater = "#c3c7ca" -flamingo = "#ffb4ab" +rosewater = "#5a5f62" +flamingo = "#ba1a1a" pink = "#bbc8d0" mauve = "#bbc8d0" -maroon = "#ffb4ab" -peach = "#c3c7ca" +maroon = "#ba1a1a" +peach = "#5a5f62" teal = "#c3c7ca" sky = "#c3c7ca" -sapphire = "#d1c2d2" +sapphire = "#110914" lavender = "#bbc8d0" # Text shades -text = "#e4e2e2" -subtext1 = "#e4e2e2" -subtext0 = "#8d9194" +text = "#1b1c1c" +subtext1 = "#1b1c1c" +subtext0 = "#73787a" # Surface shades -overlay2 = "#8d9194" -overlay1 = "#8d9194" -overlay0 = "#43474a" -surface2 = "#43474a" -surface1 = "#43474a" -surface0 = "#131314" -base = "#131314" -mantle = "#131314" -crust = "#131314" +overlay2 = "#73787a" +overlay1 = "#73787a" +overlay0 = "#dfe3e6" +surface2 = "#dfe3e6" +surface1 = "#dfe3e6" +surface0 = "#fbf9f9" +base = "#fbf9f9" +mantle = "#fbf9f9" +crust = "#fbf9f9" # <<< NOCTALIA STARSHIP PALETTE <<< |
