summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkz6fittycent <jimmy.tigert@gmail.com>2022-08-21 14:47:18 -0500
committerGitHub <noreply@github.com>2022-08-21 14:47:18 -0500
commit4e6f0c2843255ba857a6c07771c3ddaab01e43b3 (patch)
treef83a0b2ea1c27279cbff94af0ec6255fb7f7d5b8
parent2d6bf1f4aaee3a83f5518406f7854de47e36e9fa (diff)
Maybe
-rw-r--r--snap/snapcraft.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 860b103..2cfbdc2 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -4,7 +4,6 @@ summary: Resource monitor that shows usage and stats
description: |
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
C++ version and continuation of bashtop and bpytop.
-
license: Apache-2.0
base: core20
@@ -14,10 +13,7 @@ compression: lzo
architectures:
- build-on: amd64
- - build-on: arm64
- - build-on: armhf
- - build-on: ppc64el
- - build-on: s390x
+ run-on: [all]
package-repositories:
- type: apt
@@ -26,6 +22,8 @@ package-repositories:
apps:
btop:
command: usr/local/bin/btop
+ extensions:
+ - gnome-3-38
environment:
LC_ALL: C.UTF-8
LANG: C.UTF-8