XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

debug: don't include hostname

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+3 -3
+3 -3
src/atomic-xr/_debug.nu
··· 23 23 let flatpak_installed = flatpak list --columns application | lines 24 24 let sys = if $full { 25 25 { 26 - host: (sys host) 26 + host: (sys host | reject hostname) 27 27 cpu: (sys cpu) 28 28 mem: (sys mem) 29 29 temp: (sys temp) ··· 31 31 } 32 32 } else { 33 33 { 34 - host: (sys host) 34 + host: (sys host | reject hostname) 35 35 } 36 36 } 37 37 38 38 { 39 - debug_version: 4 39 + debug_version: 5 40 40 sys: $sys 41 41 brew: { 42 42 installed: (which brew | is-not-empty)