Zaedus / arc-dotfiles

A collection of dotfiles relating to my DWM arc rice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arc DWM Dotfiles

Preview

Preview of Rice

General Info

Type Name
GTK Theme Arc-Dark
Icon Theme Arc
Cursor Theme Capitaine Cursors
Firefox Theme Arc Dark Theme
WM dwm w/ customization
Launcher dmenu w/ customization
Blocks dwmblocks w/ customization
Terminal alacritty
Browser firefox or ungoogled chromium
Spotify Theme Arc Dark
Notifications dunst
Compositor picom (jonaburg)
File Manager nautilus
Wallpaper arc-dark.png
Spotify Client spot or the official client
Github Stats octotui
Audio Visualizer cava
Background Setter nitrogen
Polkit Frontend polkit-gnome

Install Instructions

Note: This is intended for Arch Linux. You can feasibly install all of the components on other distros, but no guarantees it works well.

Dependencies

Note: I use yay, but you can use any other AUR helper

yay -S picom-jonaburg-git dunst alacritty gtk2 gtk3 arc-icon-theme arc-gtk-theme nautilus nitrogen polkit-gnome acpi pacman-contrib checkupdates-aur alsa-utils

Configs

dotfiles

Note: Make sure you backup your dunst, alacritty, picom, cava, and gtk configs before running!

git clone https://github.com/Zaedus/arc-dotfiles.git
cd arc-dotfiles
cp -r .dwm ~
cp -r .config ~

dwm

git clone https://github.com/Zaedus/dwm-arc.git
cd dwm-arc
make
sudo make clean install

dwmblocks

git clone https://github.com/Zaedus/dwmblocks-arc.git
cd dwmblocks-arc
make
sudo make clean install

dmenu

git clone https://github.com/Zaedus/dmenu-arc.git
cd dmenu-arc
make
sudo make clean install

About

A collection of dotfiles relating to my DWM arc rice

License:GNU General Public License v3.0


Languages

Language:Shell 96.8%Language:CSS 3.2%