- Included build script and icon. Fixes #9
This commit is contained in:
parent
3d06bab12f
commit
b5647fec20
3 changed files with 6 additions and 2 deletions
BIN
discover.png
Normal file
BIN
discover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -247,7 +247,7 @@ def sub_server(ws):
|
|||
#sub_raw(ws,"ACTIVITY_INVITE","","ACTIVITY_INVITE")
|
||||
#sub_raw(ws,"GAME_JOIN", "", "GAME_JOIN")
|
||||
#sub_raw(ws,"GAME_SPECTATE", "", "GAME_SPECTATE")
|
||||
sub_raw(ws,"VOICE_SETTINGS_UPDATE", "", "VOICE_SETTINGS_UPDATE")
|
||||
#sub_raw(ws,"VOICE_SETTINGS_UPDATE", "", "VOICE_SETTINGS_UPDATE")
|
||||
#sub_raw(ws,"GUILD_STATUS", "\"guild_id\":\"147073008450666496\"", "GUILD_STATUS")
|
||||
|
||||
def sub_channel(ws, cmd, channel):
|
||||
|
|
@ -969,7 +969,7 @@ def create_gui():
|
|||
# Create AppIndicator
|
||||
ind = AppIndicator3.Indicator.new(
|
||||
"discover",
|
||||
"discord",
|
||||
"discover",
|
||||
AppIndicator3.IndicatorCategory.APPLICATION_STATUS)
|
||||
ind.set_status(AppIndicator3.IndicatorStatus.ACTIVE)
|
||||
ind.set_menu(menu)
|
||||
|
|
|
|||
4
install.sh
Executable file
4
install.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
install -m 0755 -D -T discover.py "/usr/local/bin/discover"
|
||||
install -m 0644 -D -T discover.png "/usr/share/icons/discover.png"
|
||||
Loading…
Add table
Add a link
Reference in a new issue