Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (35 loc) · 1.02 KB

DotFiles

  • These are my dotfiles for this post

Screenshot

screenshot


Spotify

  1. Intall Spicetify Themes
  2. Set Current theme to Sleek
spicetify config current_theme Sleek
  1. Set color scheme to nord
  spicetify config color_scheme nord

Discord


ArcMenu Configuration

  • 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; }