- These are my dotfiles for this post
- Intall Spicetify Themes
- Set Current theme to Sleek
spicetify config current_theme Sleek
- Set color scheme to nord
spicetify config color_scheme nord
- Follow the steps in this repository
- Simple enough, I have configured
~/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css
as follows:
.arcmenu-menu > * > * > * > * > *:first-child {
border-color: #D8DEE9;
border-radius: 11px;
margin: 0;
padding: 40px;
padding-top: 60px;
padding-bottom: 60px;
background-image: url("~/wallpapers/ign_waifu.png");
background-size: cover;
}
.arcmenu-menu > * > *{ padding: 0; }