forked from distok/cutthecord
Dynamic icon support
This commit is contained in:
parent
deeb9f1f3c
commit
92e0511451
11 changed files with 506 additions and 3 deletions
|
@ -51,6 +51,12 @@ RINGTONES = {"ave": "/home/ave/sans.mp3",
|
|||
ICONS = {"ave": "/home/ave/ctclogoave.png",
|
||||
"default": "/home/ave/ctclogo.png"}
|
||||
|
||||
# Custom dynamic icons, default = applied to all the ones not explicitly stated
|
||||
DYN_ICONS = {"ave": {"bg": "/home/ave/distokrepos/cutthecord/icons/bg.png",
|
||||
"fg": "/home/ave/distokrepos/cutthecord/icons/fg.png"},
|
||||
"default": {"bg": "/home/ave/dcbg.png",
|
||||
"fg": "/home/ave/dcfg.png"}}
|
||||
|
||||
# Custom app names, default = applied to all the ones not explicitly stated
|
||||
# Needs to be one word, __ gets replaced with space
|
||||
APP_NAMES = {"ave": "CutTheCord__Ave",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue