Skip to content

Commit a7b868f

Browse files
committed
scrots
1 parent 1430686 commit a7b868f

File tree

7 files changed

+24
-1
lines changed

7 files changed

+24
-1
lines changed

.github/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,28 @@ home-manager switch --flake '.#namish' # this should automatically install nvim
149149
>
150150
> For screenshots, go to each rice's respective branch. Also I am aware of the fact that none of the rices are themed like they are named. They are all named like that because the words are related to winter / snow which means nix.
151151
152+
## Theming
153+
154+
| <b>Firefox</b> |
155+
| ------------------------------------------------------------------------------------------------------------------ |
156+
| <img src="screenshots/firefox.jpg" alt="fox"> |
157+
158+
| <b>Spicetify</b> |
159+
| ------------------------------------------------------------------------------------------------------------------ |
160+
| <img src="screenshots/spicetify.jpg" alt="spotify"> |
161+
162+
| <b>Vencord</b> |
163+
| ------------------------------------------------------------------------------------------------------------------ |
164+
| <img src="screenshots/vencord.jpg" alt="discord"> |
165+
166+
| <b>Phocus</b> |
167+
| ------------------------------------------------------------------------------------------------------------------ |
168+
| <img src="screenshots/phocus.jpg" alt="phocus"> |
169+
170+
| <b>Neofetch</b> |
171+
| ------------------------------------------------------------------------------------------------------------------ |
172+
| <img src="screenshots/neofetch.jpg" alt="neofetch"> |
173+
152174
## Credits
153175
These are the chads which helped me throughout my short but crazy nix journey!
154176
- [gw](https://github.com/Gwynsav)

.github/screenshots/firefox.jpg

101 KB
Loading

.github/screenshots/neofetch.jpg

182 KB
Loading

.github/screenshots/phocus.jpg

156 KB
Loading

.github/screenshots/spicetify.jpg

188 KB
Loading

.github/screenshots/vencord.jpg

300 KB
Loading

home/namish/home.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
let
44
spicetify-nix = inputs.spicetify-nix;
5-
colors = import ../shared/cols/rose.nix { };
5+
colors = import ../shared/cols/sweetpastel.nix { };
66
hyprland = inputs.hyprland;
77
hyprland-plugins = inputs.hyprland-plugins;
88
nixpkgs-f2k = inputs.nixpkgs-f2k;
@@ -77,6 +77,7 @@ in
7777
redshift
7878
killall
7979
moreutils
80+
kitty
8081
mpdris2
8182
socat
8283
pavucontrol

0 commit comments

Comments
 (0)