Gruvbox all over #2

This commit is contained in:
BalrajSinghGidda
2026-03-22 04:15:06 +05:30
parent f295596063
commit e186c6c0b8
6 changed files with 6 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ This directory contains dotfiles for various applications, managed by Home Manag
- **rofi/** - Rofi launcher theme
- **picom/** - Picom compositor settings
- **kitty/** - Kitty terminal emulator configuration
- **.blerc** - ble.sh colorscheme based on gruvbox
## Important Note: Neovim Configuration

View File

@@ -8,7 +8,7 @@ bold_italic_font Lilex Nerd Font
font_size 20.0
# Cursor
cursor_shape bar
cursor_shape beam
cursor_blink yes
cursor_blink_interval 0.5

View File

@@ -8,7 +8,7 @@
hv: #d3869b;
primary: #504945; // Gruvbox gray
ug: #3c3836;
font: "Lilex Nerd Font 16";
font: "Lilex Nerd Font 14";
background-color: @bg;
border: 0px;
kl: #83a598;

View File

@@ -19,4 +19,5 @@
xdg.configFile."rofi".source = ../../config/rofi;
xdg.configFile."picom".source = ../../config/picom;
xdg.configFile."kitty".source = ../../config/kitty;
xdg.configFile.".blerc".source = ../../config/.blerc;
}

View File

@@ -38,8 +38,8 @@
# Additional bash configuration
bashrcExtra = ''
# Custom prompt: cyan user@host, green directory, light blue prompt
export PS1="\[\e[38;5;75m\]\u@\h \[\e[38;5;113m\]\w \[\e[38;5;189m\]\$ \[\e[0m\]"
# Custom gruvbox prompt: green user@host, teal directory, orange prompt
export PS1="\[\e[38;5;142m\]\u@\h \[\e[38;5;108m\]\w \[\e[38;5;214m\]\$ \[\e[0m\]"
# Use Neovim as manpage viewer
export MANPAGER="nvim +Man!"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB