From 9263beb8c7773fc474d9e336b4d6b1c330347650 Mon Sep 17 00:00:00 2001 From: luni3359 Date: Tue, 20 Oct 2020 19:52:31 -0500 Subject: [PATCH] Fix typos --- README.md | 4 ++-- discover_overlay.desktop | 2 +- discover_overlay/text_settings.py | 2 +- discover_overlay_close.desktop | 2 +- discover_overlay_conf.desktop | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 854db0c..10a4d55 100644 --- a/README.md +++ b/README.md @@ -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. ![Screenshot](https://user-images.githubusercontent.com/964775/94065879-9c4e4480-fde3-11ea-9b8a-4688fd02ca17.png) @@ -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` diff --git a/discover_overlay.desktop b/discover_overlay.desktop index 6d49c1d..05b5a0a 100644 --- a/discover_overlay.desktop +++ b/discover_overlay.desktop @@ -5,4 +5,4 @@ Exec=discover-overlay Icon=discover-overlay Terminal=false Type=Application -Catergories=Network; +Categories=Network; diff --git a/discover_overlay/text_settings.py b/discover_overlay/text_settings.py index 60d3356..44abe88 100644 --- a/discover_overlay/text_settings.py +++ b/discover_overlay/text_settings.py @@ -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 = [] diff --git a/discover_overlay_close.desktop b/discover_overlay_close.desktop index e49e3a0..44596c7 100644 --- a/discover_overlay_close.desktop +++ b/discover_overlay_close.desktop @@ -5,4 +5,4 @@ Exec=discover-overlay --close Icon=discover-overlay Terminal=false Type=Application -Catergories=Network; +Categories=Network; diff --git a/discover_overlay_conf.desktop b/discover_overlay_conf.desktop index cebbbd7..50253d0 100644 --- a/discover_overlay_conf.desktop +++ b/discover_overlay_conf.desktop @@ -5,4 +5,4 @@ Exec=discover-overlay --configure Icon=discover-overlay Terminal=false Type=Application -Catergories=Network; +Categories=Network;