mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
Gruvbox all over #2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user