def __init__(self, bus):
self.get_config()
self.bus = bus
self.action_group = Gio.SimpleActionGroup()
self.menu = Gio.Menu()
self.sub_menu = Gio.Menu()
self.current_condition_icon = self.CLEAR
self.current_condition_text = 'Clear'
self.current_temperature = 75
self.error = 'No weather data yet'
bhdouglass-indicator-weather.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录