69 lines
2.2 KiB
Python
69 lines
2.2 KiB
Python
"""
|
|
* Author: "PepDebian(peppermintosteam@proton.me)
|
|
*
|
|
* License: SPDX-License-Identifier: GPL-3.0-or-later
|
|
*
|
|
* The hub config file
|
|
"""
|
|
|
|
from tkinter import PhotoImage
|
|
|
|
### this files should be used for the over all button style and design of the
|
|
### hub
|
|
|
|
#button icons.
|
|
###General System icons###
|
|
nc = PhotoImage(file="/usr/share/pixmaps/network-wired.png")
|
|
pr = PhotoImage(file="/usr/share/pixmaps/gnome-dev-printer.png")
|
|
du = PhotoImage(file="/usr/share/pixmaps/drive-harddisk-system.png")
|
|
ug = PhotoImage(file="/usr/share/pixmaps/stock_people.png")
|
|
de = PhotoImage(file="/usr/share/pixmaps/dconf-editor.png")
|
|
pa = PhotoImage(file="/usr/share/pixmaps/stock_music-library.png")
|
|
xd = PhotoImage(file="/opt/pypep/xd.png")
|
|
hbon = PhotoImage(file="/usr/share/pixmaps/hblockon.png")
|
|
hboff = PhotoImage(file="/usr/share/pixmaps/hblock.png")
|
|
si = PhotoImage(file="/usr/share/pixmaps/gnome-session.png")
|
|
um = PhotoImage(file="/usr/share/pixmaps/update-manager.png")
|
|
xf = PhotoImage(file="/usr/share/pixmaps/applications-system.png")
|
|
tc = PhotoImage(file="/opt/pypep/peppermint-rimbw-48.png")
|
|
|
|
|
|
##label text
|
|
lnc = "Network"
|
|
lpr = "Printers"
|
|
ldu = "Disk Utilities"
|
|
lug = "User & Groups"
|
|
lde = "dconf Editor"
|
|
lpa = "Pulse Audio"
|
|
lxd = "xDaily"
|
|
lhb = "hBlock"
|
|
lsi = "Update Mgr"
|
|
lum = "System Info"
|
|
lxf = "xfce Settings"
|
|
ltc = "TTK Creator"
|
|
|
|
sp = PhotoImage(file="/usr/share/pixmaps/peppermint-inst-48.png")
|
|
km = PhotoImage(file="/opt/pypep/kumosm.png")
|
|
ah = PhotoImage(file="/usr/share/pixmaps/ai.png")
|
|
sc = PhotoImage(file="/usr/share/pixmaps/synaptic.png")
|
|
ss = PhotoImage(file="/usr/share/pixmaps/snap.png")
|
|
gs = PhotoImage(file="/usr/share/pixmaps/gnome-software.png")
|
|
fp = PhotoImage(file="/usr/share/pixmaps/flat.png")
|
|
ps = PhotoImage(file="/usr/share/pixmaps/peppermint-rim-48.png")
|
|
|
|
lsp = "Suggested"
|
|
lkm = "Kumo"
|
|
lah = "App Image Hub"
|
|
lsc = "Synaptic"
|
|
lss = "Snap Store"
|
|
lssw = "Snap Web Store"
|
|
lgs = "Gnome Store"
|
|
lgsw = "Gnome Web Store"
|
|
lfp = "Flat hub"
|
|
lps = "PepScope"
|
|
|
|
lmf = "--The PepHub is a central place that is used to manage the build."
|
|
" It includes tools that are not readily available in the XFCE settings"
|
|
" manager, Some of these tools are built and maintained by the Peppermint"
|
|
" team, others are system utilities."
|