fix: trailing commas, explicitly installed pkgs list
This commit is contained in:
@@ -4,134 +4,134 @@
|
||||
"padding": {
|
||||
"top": 2,
|
||||
"left": 1,
|
||||
"right": 2,
|
||||
},
|
||||
"right": 2
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"separator": " "
|
||||
},
|
||||
"modules": [
|
||||
// Title
|
||||
{
|
||||
"type": "title",
|
||||
"format": "{#1}╭───────────── {#}{user-name-colored}",
|
||||
"format": "{#1}╭───────────── {#}{user-name-colored}"
|
||||
},
|
||||
// System Information
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│ {#}System Information",
|
||||
"format": "{#1}│ {#}System Information"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": "{#separator}│ {#keys} OS",
|
||||
"key": "{#separator}│ {#keys} OS"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": "{#separator}│ {#keys} Kernel",
|
||||
"key": "{#separator}│ {#keys} Kernel"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": "{#separator}│ {#keys} Uptime",
|
||||
"key": "{#separator}│ {#keys} Uptime"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": "{#separator}│ {#keys} Packages",
|
||||
"format": "{all}",
|
||||
"format": "{all}"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│",
|
||||
"format": "{#1}│"
|
||||
},
|
||||
// Desktop Environment
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│ {#}Desktop Environment",
|
||||
"format": "{#1}│ {#}Desktop Environment"
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": "{#separator}│ {#keys} DE",
|
||||
"key": "{#separator}│ {#keys} DE"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "{#separator}│ {#keys} WM",
|
||||
"key": "{#separator}│ {#keys} WM"
|
||||
},
|
||||
{
|
||||
"type": "wmtheme",
|
||||
"key": "{#separator}│ {#keys} Theme",
|
||||
"key": "{#separator}│ {#keys} Theme"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": "{#separator}│ {#keys} Resolution",
|
||||
"key": "{#separator}│ {#keys} Resolution"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "{#separator}│ {#keys} Shell",
|
||||
"key": "{#separator}│ {#keys} Shell"
|
||||
},
|
||||
{
|
||||
"type": "terminalfont",
|
||||
"key": "{#separator}│ {#keys} Font",
|
||||
"key": "{#separator}│ {#keys} Font"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│",
|
||||
"format": "{#1}│"
|
||||
},
|
||||
// Hardware Information
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│ {#}Hardware Information",
|
||||
"format": "{#1}│ {#}Hardware Information"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": "{#separator}│ {#keys} CPU",
|
||||
"key": "{#separator}│ {#keys} CPU"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "{#separator}│ {#keys} GPU",
|
||||
"key": "{#separator}│ {#keys} GPU"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": "{#separator}│ {#keys} Memory",
|
||||
"key": "{#separator}│ {#keys} Memory"
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": "{#separator}│ {#keys} Disk (/)",
|
||||
"folders": "/",
|
||||
"folders": "/"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│",
|
||||
"format": "{#1}│"
|
||||
},
|
||||
// Network
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│ {#}Network",
|
||||
"format": "{#1}│ {#}Network"
|
||||
},
|
||||
{
|
||||
"type": "wifi",
|
||||
"key": "{#separator}│ {#keys}⮃ WiFi",
|
||||
"key": "{#separator}│ {#keys}⮃ WiFi"
|
||||
},
|
||||
{
|
||||
"type": "dns",
|
||||
"key": "{#separator}│ {#keys}🖧 DNS",
|
||||
"key": "{#separator}│ {#keys}🖧 DNS"
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
"key": "{#separator}│ {#keys}⍰ IP",
|
||||
"key": "{#separator}│ {#keys}⍰ IP"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}│",
|
||||
"format": "{#1}│"
|
||||
},
|
||||
// Colors
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "{#separator}│",
|
||||
"symbol": "circle",
|
||||
"symbol": "circle"
|
||||
},
|
||||
// Footer
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#1}╰───────────────────────────────╯",
|
||||
},
|
||||
],
|
||||
"format": "{#1}╰───────────────────────────────╯"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+313
@@ -0,0 +1,313 @@
|
||||
7zip
|
||||
accountsservice
|
||||
act
|
||||
adobe-source-code-pro-fonts
|
||||
alacritty
|
||||
alvr-bin
|
||||
android-studio
|
||||
android-tools
|
||||
android-udev
|
||||
ark
|
||||
asmfmt
|
||||
audacity
|
||||
aylurs-gtk-shell
|
||||
base
|
||||
base-devel
|
||||
bash-language-server
|
||||
bashtop
|
||||
betaflight-configurator-bin
|
||||
biber
|
||||
bind
|
||||
blender-benchmark
|
||||
bluetui
|
||||
bluez
|
||||
brave-bin
|
||||
breeze-icons
|
||||
bridge-utils
|
||||
brightnessctl
|
||||
bs-manager-git
|
||||
chromium
|
||||
clamav
|
||||
clang
|
||||
cliphist
|
||||
cloc
|
||||
composer
|
||||
cpupower
|
||||
cronie
|
||||
cups
|
||||
decman
|
||||
dnsmasq
|
||||
docker
|
||||
docker-buildx
|
||||
docker-compose
|
||||
docker-language-server
|
||||
dpkg
|
||||
easyeffects
|
||||
easytax-ag-2022
|
||||
easytax-ag-2023
|
||||
easytax-ag-2024
|
||||
efibootmgr
|
||||
eslint_d
|
||||
evince
|
||||
expac
|
||||
fastfetch
|
||||
fd
|
||||
ffmpeg
|
||||
ffmpegthumbnailer
|
||||
filezilla
|
||||
fish
|
||||
foomatic-db
|
||||
foomatic-db-engine
|
||||
foomatic-db-ppds
|
||||
fractal
|
||||
fragments
|
||||
fzf
|
||||
gamemode
|
||||
gamescope
|
||||
gdu
|
||||
ghcup-hs-bin
|
||||
ghex
|
||||
gimp
|
||||
git
|
||||
git-credential-manager-bin
|
||||
git-lfs
|
||||
glances
|
||||
gnome-characters
|
||||
gnome-disk-utility
|
||||
gnome-font-viewer
|
||||
gnome-keyring
|
||||
gnome-tweaks
|
||||
gparted
|
||||
gradia
|
||||
gradle
|
||||
greetd
|
||||
greetd-tuigreet
|
||||
grimblast-git
|
||||
grub
|
||||
gst-plugin-pipewire
|
||||
gwenview
|
||||
handbrake
|
||||
helm
|
||||
heroic-games-launcher-bin
|
||||
hid-tmff2-dkms-git
|
||||
hip-runtime-amd
|
||||
hugo
|
||||
hypridle
|
||||
hyprland
|
||||
hyprland-guiutils
|
||||
hyprlock
|
||||
ifuse
|
||||
inkscape
|
||||
inter-font
|
||||
iozone
|
||||
iptables
|
||||
jdk17-openjdk
|
||||
jstest-gtk-git
|
||||
julia
|
||||
junit
|
||||
kate
|
||||
kdenlive
|
||||
kdoctools5-debug
|
||||
kitty
|
||||
kotlin
|
||||
ktorrent
|
||||
kubectl
|
||||
kvantum
|
||||
kvantum-qt5
|
||||
lazygit
|
||||
lib32-gnutls
|
||||
libastal-gjs-git
|
||||
libdvdcss
|
||||
libguestfs
|
||||
libimobiledevice-git
|
||||
libimobiledevice-glue-git
|
||||
libnick
|
||||
librewolf-bin
|
||||
linux
|
||||
linux-firmware
|
||||
linux-headers
|
||||
lovr
|
||||
lsp-plugins
|
||||
lua-filesystem
|
||||
lua-language-server
|
||||
luarocks
|
||||
lxappearance
|
||||
man-db
|
||||
man-pages
|
||||
mangohud
|
||||
mariadb
|
||||
marksman
|
||||
maven
|
||||
mediainfo
|
||||
meld
|
||||
mesa
|
||||
mesa-utils
|
||||
minisign
|
||||
mpv
|
||||
nano
|
||||
neovim
|
||||
network-manager-applet
|
||||
networkmanager
|
||||
networkmanager-openconnect
|
||||
nextcloud-client
|
||||
nmap
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
npm
|
||||
nvimpager
|
||||
nwg-icon-picker
|
||||
nwg-look
|
||||
obs-studio
|
||||
okular
|
||||
opencl-headers
|
||||
openconnect
|
||||
openrgb
|
||||
os-prober
|
||||
otf-firamono-nerd
|
||||
otf-sora
|
||||
ouch
|
||||
oversteer
|
||||
pamixer
|
||||
pandoc-cli
|
||||
parabolic
|
||||
pavucontrol
|
||||
perl-file-homedir
|
||||
perl-yaml-tiny
|
||||
php
|
||||
phpactor
|
||||
piper
|
||||
pipewire-alsa
|
||||
pipewire-pulse
|
||||
playerctl
|
||||
plymouth
|
||||
polkit-gnome
|
||||
polkit-kde-agent
|
||||
postgresql
|
||||
power-profiles-daemon
|
||||
powertop
|
||||
prettier
|
||||
print-manager
|
||||
prismlauncher
|
||||
protontricks-git
|
||||
protonup-git
|
||||
psensor
|
||||
pyright
|
||||
python-argcomplete
|
||||
python-babel
|
||||
python-black
|
||||
python-click
|
||||
python-pip
|
||||
python-pygments
|
||||
python-pynvim
|
||||
python-pytest
|
||||
python-rich
|
||||
python-sympy
|
||||
python-uv
|
||||
python-vdf
|
||||
qalculate-qt
|
||||
qemu-base
|
||||
qt5-wayland
|
||||
qt5ct
|
||||
qt6ct
|
||||
qutebrowser
|
||||
reflector
|
||||
resvg
|
||||
ripgrep
|
||||
rocm-hip-runtime
|
||||
rocm-opencl-runtime
|
||||
rofi
|
||||
rofi-power-menu
|
||||
rpm-tools
|
||||
ruby
|
||||
rustup
|
||||
sad
|
||||
samba
|
||||
sane-airscan
|
||||
seahorse
|
||||
serpl
|
||||
shairport-sync
|
||||
shell-color-scripts-git
|
||||
shfmt
|
||||
shotcut
|
||||
simple-scan
|
||||
skanpage
|
||||
smartmontools
|
||||
steam
|
||||
stylua
|
||||
sudo
|
||||
supertuxkart
|
||||
swaybg
|
||||
sysstat
|
||||
systemd-resolvconf
|
||||
terminator
|
||||
texlab
|
||||
texlive-basic
|
||||
texlive-bibtexextra
|
||||
texlive-binextra
|
||||
texlive-context
|
||||
texlive-fontsextra
|
||||
texlive-fontsrecommended
|
||||
texlive-fontutils
|
||||
texlive-formatsextra
|
||||
texlive-games
|
||||
texlive-humanities
|
||||
texlive-langgerman
|
||||
texlive-latex
|
||||
texlive-latexextra
|
||||
texlive-latexrecommended
|
||||
texlive-luatex
|
||||
texlive-mathscience
|
||||
texlive-metapost
|
||||
texlive-music
|
||||
texlive-pictures
|
||||
texlive-plaingeneric
|
||||
texlive-pstricks
|
||||
texlive-publishers
|
||||
texlive-xetex
|
||||
thunar
|
||||
thunderbird
|
||||
tk
|
||||
tldr
|
||||
trash-cli
|
||||
tree
|
||||
tree-sitter-cli
|
||||
ttf-comfortaa
|
||||
ttf-fantasque-nerd
|
||||
ttf-fluentui-system-icons
|
||||
ttf-icomoon-feather
|
||||
ttf-iosevka-nerd
|
||||
ttf-jetbrains-mono-nerd
|
||||
ttf-nerd-fonts-symbols-common
|
||||
typescript-language-server
|
||||
unzip
|
||||
usbmuxd-git
|
||||
uxplay
|
||||
v4l2loopback-dkms
|
||||
valgrind
|
||||
vde2
|
||||
vesktop-bin
|
||||
vimiv
|
||||
virt-manager
|
||||
virt-viewer
|
||||
vlc
|
||||
vlc-plugin-ffmpeg
|
||||
wev
|
||||
wget
|
||||
wine
|
||||
winetricks
|
||||
wireguard-tools
|
||||
wl-clipboard
|
||||
wlogout
|
||||
xclip
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-termfilechooser-hunkyburrito-git
|
||||
xfdesktop
|
||||
xorg-xcursorgen
|
||||
y-cruncher
|
||||
yarn
|
||||
yay
|
||||
yazi
|
||||
zathura
|
||||
zathura-pdf-poppler
|
||||
zip
|
||||
zoxide
|
||||
Reference in New Issue
Block a user