Fix typos
This commit is contained in:
parent
51b0152c2a
commit
9263beb8c7
5 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Discover
|
||||
Yet another discord overlay for linux written in Python using GTK3
|
||||
Yet another Discord overlay for Linux written in Python using GTK3.
|
||||
|
||||
Considerably lighter on system resources and less hack-and-slash included than discord-overlay.
|
||||

|
||||
|
|
@ -37,7 +37,7 @@ It is advised to install python-gobject from your own package manager.
|
|||
|
||||
## Usage
|
||||
|
||||
run `discover-overlay` if this fails it is most likely in `~/.local/bin/discover-overlay`
|
||||
Run `discover-overlay` if this fails it is most likely in `~/.local/bin/discover-overlay`
|
||||
|
||||
Comes with sane-enough default but has a configuration screen to tweak to your own use. Configuration can be reached either via System tray or by running `discover-overlay --configure`
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ Exec=discover-overlay
|
|||
Icon=discover-overlay
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Catergories=Network;
|
||||
Categories=Network;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class TextSettingsWindow(SettingsWindow):
|
|||
Populate with all channels from guild.
|
||||
Leave empty if guild is unselected
|
||||
"""
|
||||
# potentially organize channels by their group/parent_id
|
||||
# Potentially organize channels by their group/parent_id
|
||||
# https://discord.com/developers/docs/resources/channel#channel-object-channel-structure
|
||||
c_model = Gtk.ListStore(str, bool)
|
||||
self.channel_lookup = []
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ Exec=discover-overlay --close
|
|||
Icon=discover-overlay
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Catergories=Network;
|
||||
Categories=Network;
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ Exec=discover-overlay --configure
|
|||
Icon=discover-overlay
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Catergories=Network;
|
||||
Categories=Network;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue