Skip to content

nshandra/i3-config-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3 config

i3wm configuration for Kali Linux Xfce

Config Version: 3.30

i3 version: 4.13

Author: Brainfuck

INSTALLATION

Install i3 with dependencies:
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get install -y i3 i3blocks rofi scrot feh compton ranger lxappearance xfonts-terminus ttf-liberation

CONFIGURATION

Run this commands for the main part of the configuration (i3, rofi and compton):
cd i3-config/
cp -R i3 ~/.config
cp -R rofi ~/.config
cp compton.conf ~/.config
Ranger File Manager:

After startup, ranger creates a directory ~/.config/ranger. To copy the default configuration to this directory issue the following command:

ranger --copy-config=all

ranger official wiki --> https://github.com/ranger/ranger/wiki/Official-user-guide

FontAwesome for i3-bar:

Download --> http://fontawesome.io/

mkdir -v ~/.local/share/fonts
cp fontawesome-webfont.ttf ~/.local/share/fonts
fc-cache -fv

THEMING

GTK Theme & Icons:

Download GTK and Icons themes:

GTK3 Theme --> Arc-Dark: https://github.com/horst3180/arc-theme

Icons Theme --> Arc-Icon-Theme: https://github.com/horst3180/arc-icon-theme

You can also download GTK Arc-Theme from apt:

sudo apt-get install arc-theme

Then select gtk theme and icons from "lxappearance" menu'

Rofi Theme:

Arc-Dark --> https://github.com/leofa/rofi-themes

Kali Linux - i3wm alt text

Kali Linux - Xfce

alt text

About

i3wm configuration for Kali Linux Xfce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%