summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snap/snapcraft.yaml')
-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