Skip to content

Dueel/dotfiles

Repository files navigation

Dotfiles

My dotfiles for bspwm based on the Gruvbox color scheme

Tested with fresh Arch Linux install

This is very unfinshed btw

All The Things Used

Installation

Warning!!! This guide is only for Arch based distributions and for a 1920x1080 monitor)

Installation Guide for Configs (Will Make a Script Soon (Would be nice if someone can help make a script))

  yay -S spicetify-cli btop fish neofetch kitty polybar rofi picom-pijulius-git stalonetray polybar-spotify-module lxappearance-gtk3 nitrogen nautilus xdo spotify discord-canary dunst
  git clone https://github.com/Dueel/dotfiles.git
  cd dotfiles
  mv ~/.config/polybar/ ~/.config/polybar.old/
  mv ~/.config/rofi/ ~/.config/rofi.old/
  mv ~/.config/bspwm/ ~/.config/bspwm.old/
  mv ~/.config/sxhkd/ ~/.config/sxhkd.old/
  mv ~/.config/neofetch/ ~/.config/neofetch.old/
  mv ~/.config/kitty/ ~/.config/kitty.old/
  cp -r .config/* ~/.config/
  cp -r .local/* ~/.local/
  mkdir /home/$USER/.themes/
  cp -r .themes/* /home/$USER/themes/
  cp -r .stalonetrayrc /home/$USER/

Installation Guide for Fish Shell and Theme

  • Follow the "Installation Guide for Configs" then do this:
  chsh -s $(which fish)
  curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
  • Then run:
  omf install lambda

Installation Guide for Discord Theme

  • Have Discord Installed (I should not have to say this lol)

  • Install OpenAsar using this

  • Installing the Theme

    • Copy the code in the .css folder
    • Go to user settings
    • Scroll all they way down till you see this
    • Screenshot
    • Click on it and select "Theming" and paste the .css code there
    • (If you are better at Discord Theming and want to fix up some things send a pull request it would be very helpful)

Installation Guide for Spicetify theme

  • Follow this guide
  • Once installed run in terminal
    spicetify config current_theme Gruvtify
    spicetify config color_scheme gruvbox
    spicetify restore apply

Installation Guide for Polybar/Rofi

  • Installing the Bar

    • Follow the "Installation Guide for Configs"
  • Launching the bar

    • Go to ~/.config/polybar/ and run the launch.sh located inside the folder
  • Installing Rofi Launcher

    • Follow the "Installation Guide for Configs"
    • And thats it (If you are using my bad sxhkdrc then use Super + A to open the launcher)

Installation Guide for the GTK theme

  • Open lxappearance and set the theme there

Screenshots

App Screenshot

Acknowledgements