Dynamic icon support

This commit is contained in:
ave 2019-06-22 17:29:53 +03:00
parent deeb9f1f3c
commit 92e0511451
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
11 changed files with 506 additions and 3 deletions

View file

@ -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",