Overhaul luna complete
This commit is contained in:
parent
06f5971965
commit
6f9fdca876
110 changed files with 2408 additions and 2129 deletions
15
modules/wm/qtile/config/icons.py
Normal file
15
modules/wm/qtile/config/icons.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
# You can define a letter and its icon here
|
||||
group_icons = ["B ",
|
||||
"D ",
|
||||
"T ",
|
||||
"V ",
|
||||
"M ",
|
||||
"C ",
|
||||
"E ",
|
||||
"N ",
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue