Skip to content

Commit e8efda1

Browse files
committedMay 3, 2024
feat: new wallpapers, readme updated
1 parent 71f1561 commit e8efda1

11 files changed

+12
-6
lines changed
 

‎.assets/catppuccin_mocha.png

358 KB
Loading
937 KB
Loading

‎.assets/nord.png

951 KB
Loading

‎.assets/rosepine_main.png

345 KB
Loading

‎.assets/tokyonight_night.png

329 KB
Loading
704 KB
Loading
836 KB
Loading
Loading
Loading

‎README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- [Tokyo Night](https://github.com/folke/tokyonight.nvim)
1515
- [Rosé Pine](https://github.com/rose-pine)
1616
- [Catppuccin](https://github.com/catppuccin)
17+
- [Nord](https://github.com/nordtheme/nord)
18+
- [Gruvbox Material](https://github.com/sainnhe/gruvbox-material)
1719
- **Editor:** [neovim](https://github.com/neovim/neovim)
1820
- **Compositor:** [picom](https://github.com/yshui/picom)
1921
- **Application Launcher:** [rofi](https://github.com/davatorium/rofi)
@@ -64,12 +66,16 @@ Prefix: <kbd>Ctrl</kbd> + <kbd>a</kbd>
6466
6567
## 📷 Screenshots
6668

69+
- Gruvbox Material
70+
![Gruvbox Material Hard Dark](./.assets/gruvbox_material_hard_dark.png)
71+
- Tokyonight
72+
![Tokyonight Night](./.assets/tokyonight_night.png)
73+
- Nord
74+
![Nord](./.assets/nord.png)
6775
- Rosepine
6876
![Rosepine Main](./.assets/rosepine_main.png)
6977
- Catppuccin
7078
![Catppuccin Mocha](./.assets/catppuccin_mocha.png)
71-
- Tokyonight
72-
![Tokyonight Night](./.assets/tokyonight_night.png)
7379

7480
## Scripts
7581

‎alacritty/.config/alacritty/alacritty.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import = ["/home/coderosh/.config/alacritty/tokyonight_night.toml"]
22

33
[font]
4-
size = 10
4+
size = 8
55

66
[font.normal]
7-
# family = "FiraCode Nerd Font"
8-
# # family = "JetBrainsMono Nerd Font"
9-
family = "Dank Mono"
7+
family = "FiraCode Nerd Font"
8+
# family = "JetBrainsMono Nerd Font"
9+
# family = "Dank Mono"
1010
style = "Regular"
1111

1212
[window]

0 commit comments

Comments
 (0)
Please sign in to comment.