Skip to content

my linux setup for studing. i3wm grey-limegreen rice.

Notifications You must be signed in to change notification settings

shanff/grey_green_dots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

Lua Python Shell Script


Logo

Andre-i3wm-Theme

A visually pleasing grey-green theme for yout i3wm!
Report Bug · Request Feature

Features

Installation

  • Main dependencies:
sudo apt install -y picom polybar rofi neovim i3-gaps kitty zsh zathura ranger nala nitrogen xsensor
arandr python3 brightnessctl flameshot gzip curl git pip dunst
pip install pycairo requests 
  • Add i3 latest version repo to your repositories and install i3:
curl https://baltocdn.com/i3-window-manager/signing.asc | sudo apt-key add -
sudo apt install apt-transport-https --yes
echo "deb https://baltocdn.com/i3-window-manager/i3/i3-autobuild/ all main" | sudo tee /etc/apt/sources.list.d/i3-autobuild.list
sudo apt update
sudo apt install i3
  • Install latest version of neovim (if you want to compile it manually, after cloning neovim repo):
make CMAKE_BUILD_TYPE=Release
sudo make install
  • Rofi themes:
git clone --depth=1 https://github.com/adi1090x/rofi.git
cd rofi
chmod +x setup.sh
./setup.sh
  • Remaining installations/programs/configurations:
  Astrovim, oh-my-zsh, powerlevel10k, spicetify
  • Now you are ready to copy config files!
git clone https://github.com/sommaa/dots.git
cd dots/dots
cp -r * $HOME/.config
  • Matlab color scheme importer:
https://it.mathworks.com/matlabcentral/fileexchange/53862-matlab-schemer

Showcase

2023-02-22-211048_1920x1080_scrot

2023-02-22_21-14

2023-02-22-211558_1920x1080_scrot

About

my linux setup for studing. i3wm grey-limegreen rice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.7%
  • Lua 38.8%
  • Shell 16.5%