Skip to content

Instantly share code, notes, and snippets.

@grammy-jiang
Last active June 18, 2022 15:14
Show Gist options
  • Save grammy-jiang/f928492068b488e058537f9d5bd2efd7 to your computer and use it in GitHub Desktop.
Save grammy-jiang/f928492068b488e058537f9d5bd2efd7 to your computer and use it in GitHub Desktop.
i3 setup and configuration on Raspberry Pi 3

Install ly

Install i3

sudo apt install --yes xinit xterm x11-xserver-utils i3 xss-lock xdg-utils
git clone https://github.com/solarized/xresources.git ~/projects/xresources && \
echo "
#include \"$HOME/projects/xresources/Xresources.dark\"" | tee -a ~/.Xresources > /dev/null

Configuration

~/.config/i3/config

Font:

font pango:MesloLGLDZ Nerd Font 12

Bar:

bar {
        position top
}

Install Other Softwares

sudo apt install --yes chromium-browser
@grammy-jiang
Copy link
Author

grammy-jiang commented Mar 29, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment