2017-04-13 01:25:40 +03:00
2017-04-12 19:09:35 +03:00
2017-04-12 16:55:48 +03:00
2017-04-12 19:09:03 +03:00
2017-04-13 01:25:40 +03:00
2017-04-12 17:11:57 +03:00
2017-04-13 00:01:49 +03:00

Themes

    My collection of themes for i3.

What you might need

  • i3-wm in any Linux distro you prefer
  • Polybar (for most of the themes)
  • Rofi (for most of the themes)
  • You might need to copy the files located in "scripts" folder into "~/.config/polybar/" to make the Polybar configuration work properly on most themes.
  • To recreate some of the GTK themes (for now) you can download oomox and use the colors located in "/{Theme_name}/.resources/.extend.Xresources" and recreate them.
  • A couple of fonts might be required. Hack Font and Font Awesome.
  • Firefox Themes can be installed using the "Stylish" extension

Installation

    Manual Way

    To copy the basic configuration of a theme follow those steps:
    • git clone https://github.com/unix121/Themes
    • cd {THEME_YOU_WANT_TO_APPLY}
    • cp .i3/config ~/.i3/config (or ~/.config/i3/config depending on your configuration file location)
    • cp .config/compton.conf ~/.config/compton.conf
    • cp .config/polybar/confing ~/.config/polybar/config
    • cp ../scripts/polybar/launch.sh ~/.config/polybar/launch.sh
    • cp ../scripts/polybar/music.sh ~/.config/polybar/music.sh

    Automated way

    (In testing please use with caution)
    • git clone https://github.com/unix121/Themes
    • cd scripts/
    • sudo ./apply_theme.sh {THEME} ({THEME} should be the name of the theme you want to apply)
      (example on how to apply the "Minimal" theme)
      
      sudo ./apply_theme.sh Minimal
      
    • NOTE: This script might not be working perfectly (yet), I will fix it when I have the time to do so.

Themes

S
Description
🎨 Theme collection manager for i3-wm
Readme
76 MiB
Languages
Shell 100%