CondensedMilk7 / i3

my i3 config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My i3-gaps Configuration

This is the configuration file for my i3 window manager.

IMPORTANT NOTE: I have made significant changes in my configuration and it no longer looks like what the screenshots show. I will update the readme and make all dotfiles more managable eventually.

Screenshots

With polybar

With i3blocks

Dependencies

There are several applications that you should have installed in order for this configuration to work.

Essentials:

Default Applications and Utilities (optional, can be substituted):

  • light (for adjusting screen brightness)
  • rofi (run menu, can be substituted with dmenu)
  • alacritty (my terminal emulator of choice)
  • brave (browser)
  • visual studio code
  • thunar (file manager)
  • xfce4-screenshooter (screenshot app)
  • i3lock-color for custom lock script in the scripts folder

Fonts

  • JetBrains Mono (for all around text)
  • Font Awesome (for icons)
  • Noto Sans (optional, if you want my custom prompt on the i3blocks bar)
  • Polybar font dependencies (see polybar documentation)

Features

This is basically a regular i3-gaps configuration with few custom applications. Therefore it can be easily reconfigured and built upon. The keybindings for window manipulation are vanilla, with the exception of modkey being super instead of alt, direction keys changed to h j k l, horizontal split changed to $mod+m.

Use mod+ctrl+l to lock screen.

The colorscheme for this rice is based on one and only: Tokyo Night. The colors are defined as variables so they are easy to change as long as they follow a similar pattern.

The same goes for default applications you are free to change their values to your preferred apps.

Refer to my i3-blocks configuration or my polybar configuration to see a matching statusbar. Here's my picom config for round corners. The rest is plain old i3 about which you can learn more from the official documentation

About

my i3 config


Languages

Language:Shell 100.0%