summaryrefslogtreecommitdiff
path: root/skel/.config/qtile/README.md
blob: b1dd96ced0594e5e0884cec5f66bd7e312f03d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Redcore's Qtile Config

## Dependencies
* Qtile
* rofi
* Alacritty
* JetBrainsMono Nerd Font
* Kvantum and QT5CT for applying themes to QT applications
* lxappearance for applying themes to GTK applications

## Changing Themes 
The current configuration comes with several pre-installed color schemes. The default theme is the Redcore theme. These are also included:
* Dracula
* Everforest
* Doom-One 
* Nord
* Gruvbox Dark
* Catppuccin 
* moonfly 
* retro
* whitey

To change a theme, locate the line below in your $HOME/.config/qtile/config.py file:

```colors, backgroundColor, foregroundColor, workspaceColor, chordColor = colors.redcore()```

Change the last word in that line to the color scheme you'd like to use.

## Changing the bar position

You can easily change the bar position by changing the word bottom to the word top in this line:

```Screen(bottom=bar.Bar(widgets=widgets_list, size=30, background=backgroundColor, margin=0, opacity=0.8),),```


# Credits

* Contributed by Matt Weber AKA [The Linux Cast](https://youtube.com/thelinuxcast).
* Original Design inspiration from Jeff Winget.
* Fonts from Nerd Fonts